diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-18 06:17:49 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-18 06:17:49 +0800 |
commit | f756c5bf8464e50105faaac91ef92e4f03004124 (patch) | |
tree | d19709fff2229b3d4751bb21dfef5835d67d890a | |
parent | ef705a396b5ff8a536507c25bdb3c7232f78987e (diff) | |
download | freebsd-ports-graphics-f756c5bf8464e50105faaac91ef92e4f03004124.tar.gz freebsd-ports-graphics-f756c5bf8464e50105faaac91ef92e4f03004124.tar.zst freebsd-ports-graphics-f756c5bf8464e50105faaac91ef92e4f03004124.zip |
joomla -- multiple remote vulnerabilities
Reviewed by: secteam (remko)
Approved by: erwin (mentor, implicit)
-rw-r--r-- | security/vuxml/vuln.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f82997db584..5fc1a8aaa3e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,47 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7bb127c1-a5aa-11db-9ddc-0011098b2f36"> + <topic>joomla -- multiple remote vulnerabilities</topic> + <affects> + <package> + <name>joomla</name> + <range><lt>1.0.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/23563/"> + <p>Some vulnerabilities have been reported in Joomla!, where some + have unknown impacts and one can be exploited by malicious people + to conduct cross-site scripting attacks.</p> + <ol> + <li>Input passed to an unspecified parameter is not properly + sanitised before being returned to the user. This can be + exploited to execute arbitrary HTML and script code in a + user's browser session in context of an affected site.</li> + <li>The vulnerabilities are caused due to unspecified errors + in Joomla!. The vendor describes them as "several low level + security issues". No further information is currently + available.</li> + </ol> + </blockquote> + </body> + </description> + <references> + <bid>21810</bid> + <cvename>CVE-2006-6832</cvename> + <cvename>CVE-2006-6833</cvename> + <cvename>CVE-2006-6834</cvename> + <url>http://secunia.com/advisories/23563/</url> + </references> + <dates> + <discovery>2006-12-29</discovery> + <entry>2007-01-17</entry> + </dates> + </vuln> + <vuln vid="1374b96c-a1c2-11db-9ddc-0011098b2f36"> <topic>sircd -- remote reverse DNS buffer overflow</topic> <affects> |