diff options
author | nivit <nivit@FreeBSD.org> | 2013-12-05 08:00:11 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-12-05 08:00:11 +0800 |
commit | b75399e3b1cd54c271dfb93f2df603028db210a5 (patch) | |
tree | df40238c2398caf27d866624195936baf7e983d0 | |
parent | 338b68b7e4ccd20ec720475ecdc26372ec4117be (diff) | |
download | freebsd-ports-gnome-b75399e3b1cd54c271dfb93f2df603028db210a5.tar.gz freebsd-ports-gnome-b75399e3b1cd54c271dfb93f2df603028db210a5.tar.zst freebsd-ports-gnome-b75399e3b1cd54c271dfb93f2df603028db210a5.zip |
- Document multiple XSS core vulnerabilities for Joomla!
(2.5.0 <= version <= 2.5.14, 3.0.0 <= version <= 3.1.5)
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ffe37981f42a..3d145f4c4c44 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,44 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4158c57e-5d39-11e3-bc1e-6cf0490a8c18"> + <topic>Joomla! -- Core XSS Vulnerabilities</topic> + <affects> + <package> + <name>joomla2</name> + <name>joomla3</name> + <range><ge>2.5.*</ge><le>2.5.14</le></range> + <range><ge>3.0.*</ge><le>3.1.5</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The JSST and the Joomla! Security Center report:</p> + <blockquote cite="http://developer.joomla.org/security/570-core-xss-20131101.html"> + <h2>[20131101] Core XSS Vulnerability</h2> + <p>Inadequate filtering leads to XSS vulnerability in com_contact.</p> + </blockquote> + <blockquote cite="http://developer.joomla.org/security/571-core-xss-20131102.html"> + <h2>[20131102] Core XSS Vulnerability</h2> + <p>Inadequate filtering leads to XSS vulnerability in com_contact, com_weblinks, com_newsfeeds.</p> + </blockquote> + <blockquote cite="http://developer.joomla.org/security/572-core-xss-20131103.html"> + <h2>[20131103] Core XSS Vulnerability</h2> + <p>Inadequate filtering leads to XSS vulnerability in com_contact.</p> + </blockquote> + </body> + </description> + <references> + <url>http://developer.joomla.org/security/570-core-xss-20131101.html</url> + <url>http://developer.joomla.org/security/571-core-xss-20131102.html</url> + <url>http://developer.joomla.org/security/572-core-xss-20131103.html</url> + </references> + <dates> + <discovery>2013-11-01</discovery> + <entry>2013-12-04</entry> + </dates> + </vuln> + <vuln vid="d2073237-5b52-11e3-80f7-c86000cbc6ec"> <topic>OpenTTD -- Denial of service using forcefully crashed aircrafts</topic> <affects> |