First published: Wed Mar 21 2012(Updated: )
A number of XSS flaws were reported in Cumin. These flaws could be used by a remote attacker to inject arbitrary web script on a web page displayed by Cumin. To solve the problem, xml_escape() (as defined in wooly/python/wooly/util.py, a simple wrapper around xml.sax.saxutils.escape()) is called on any values that are displayed on a web page and originate outside of Cumin, or through a form submitted by a user. Many of these have been corrected upstream in r5238 [1]. [1] <a href="https://fedorahosted.org/pipermail/cumin-developers/2012-March/000796.html">https://fedorahosted.org/pipermail/cumin-developers/2012-March/000796.html</a>
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Trevor McKay Cumin | <=r5237 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2012-1575 is classified as a medium-severity vulnerability due to its potential for Cross-Site Scripting (XSS) attacks.
To fix CVE-2012-1575, ensure that the xml_escape() function is implemented properly in the Cumin application to mitigate XSS risks.
CVE-2012-1575 is an XSS (Cross-Site Scripting) vulnerability that allows remote attackers to inject arbitrary web scripts.
CVE-2012-1575 affects Cumin versions up to and including r5237.
Yes, CVE-2012-1575 can be exploited remotely by attackers to execute scripts in the context of affected users.