CVE-2012-3872
Description
Multiple cross-site scripting (XSS) vulnerabilities in Open Constructor 3.12.0 allow remote attackers to inject arbitrary web script or HTML via (1) the result parameter to data/file/edit.php, (2) the q parameter to confirm.php, or (3) the keyword parameter to users/users.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
Open Constructor - '/data/file/edit.php?result' Cross-Site Scripting
source: https://www.securityfocus.com/bid/54822/info
Open Constructor is prone to multiple input-validation vulnerabilities because it fails to properly sanitize user-supplied input.
Exploiting these vulnerabilities could allow an attacker to execute arbitrary script code, steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Open Constructor 3.12.0 is vulnerable; other versions may also be affected.
http://www.example.com/openconstructor/data/file/edit.php?result=<script>aler('xss')</script>&id=new&ds_id=8&hybridid=&fieldid=&callback=&type=txt&name=test&description=test&fname=test&create=Save
Open Constructor - '/users/users.php?keyword' Cross-Site Scripting
source: https://www.securityfocus.com/bid/54822/info
Open Constructor is prone to multiple input-validation vulnerabilities because it fails to properly sanitize user-supplied input.
Exploiting these vulnerabilities could allow an attacker to execute arbitrary script code, steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Open Constructor 3.12.0 is vulnerable; other versions may also be affected.
http://www.example.com/openconstructor/users/users.php?type=multiple&keyword=<script>alert('xss')</script>
Open Constructor - 'confirm.php?q' Cross-Site Scripting
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| openconstructor_project | openconstructor | 3.12.0 | |
References
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.