CVE-2013-2750
Description
Cross-site scripting (XSS) vulnerability in e107_plugins/content/handlers/content_preset.php in e107 before 1.0.3 allows remote attackers to inject arbitrary web script or HTML via the query string.
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
e107 - 'content_preset.php' Cross-Site Scripting
source: https://www.securityfocus.com/bid/58841/info
e107 is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
e107 1.0.2 is vulnerable; other versions may also be affected.
http://www.example.com/e107_plugins/content/handlers/content_preset.php? %3c%00script%0d%0a>alert('reflexted%20XSS')</script>
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| e107 | e107 | {"endIncluding":"1.0.2"} | |
| e107 | e107 | 0.7.0 | |
| e107 | e107 | 0.7.1 | |
| e107 | e107 | 0.7.2 | |
| e107 | e107 | 0.7.3 | |
| e107 | e107 | 0.7.4 | |
| e107 | e107 | 0.7.5 | |
| e107 | e107 | 0.7.6 | |
| e107 | e107 | 0.7.7 | |
| e107 | e107 | 0.7.8 | |
| e107 | e107 | 0.7.9 | |
| e107 | e107 | 0.7.10 | |
| e107 | e107 | 0.7.11 | |
| e107 | e107 | 0.7.12 | |
| e107 | e107 | 0.7.13 | |
| e107 | e107 | 0.7.14 | |
| e107 | e107 | 0.7.15 | |
| e107 | e107 | 0.7.16 | |
| e107 | e107 | 0.7.17 | |
| e107 | e107 | 0.7.18 | |
| e107 | e107 | 0.7.19 | |
| e107 | e107 | 0.7.20 | |
| e107 | e107 | 0.7.21 | |
| e107 | e107 | 0.7.22 | |
| e107 | e107 | 0.7.24 | |
| e107 | e107 | 0.7.26 | |
| e107 | e107 | 1.0.1 | |
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.