CVE-2012-0933
Description
Multiple cross-site scripting (XSS) vulnerabilities in Acidcat CMS 3.5.1, 3.5.2, 3.5.6, and possibly earlier allow remote attackers to inject arbitrary web script or HTML via the PATH_INFO to (1) admin_colors.asp, (2) admin_config.asp, and (3) admin_cat_add.asp in admin/.
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
Acidcat ASP CMS 3.5 - Multiple Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/51608/info
Acidcat ASP CMS 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.
Acidcat ASP CMS 3.5.1 and 3.5.2 are vulnerable; other versions may also be affected.
http://www.example.com/admin/admin_colors.asp?"><script>alert('XSS')</script>
http://www.example.com/admin/admin_config.asp?"><script>alert('XSS')</script>
http://www.example.com/admin/admin_cat_add.asp?"><script>alert('XSS')</script>
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| acidcat | acidcat_cms | 3.5.1 | |
| acidcat | acidcat_cms | 3.5.2 | |
| acidcat | acidcat_cms | 3.5.6 | |
References
- http://osvdb.org/78458
- http://packetstormsecurity.org/files/108869/acidcat-xss.txt
- http://secunia.com/advisories/47705
- http://www.securityfocus.com/bid/51608
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72624
- http://osvdb.org/78458
- http://packetstormsecurity.org/files/108869/acidcat-xss.txt
- http://secunia.com/advisories/47705
- http://www.securityfocus.com/bid/51608
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72624
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.