diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-08 22:36:53 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-08 22:36:53 +0800 |
commit | c2986f641d31c5a28522a15f65eecdc6ce7ec1f8 (patch) | |
tree | 43eda17dc826c635577a50c68d75957febee2ab7 /security | |
parent | 199790096931bc2be9b3eeac39df18776031683e (diff) | |
download | freebsd-ports-gnome-c2986f641d31c5a28522a15f65eecdc6ce7ec1f8.tar.gz freebsd-ports-gnome-c2986f641d31c5a28522a15f65eecdc6ce7ec1f8.tar.zst freebsd-ports-gnome-c2986f641d31c5a28522a15f65eecdc6ce7ec1f8.zip |
Add entry for webcalendar "noSet" variable overwrite vulnerability.
PR: 110585
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 709909b0fef8..047a5329f6f0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="72999d57-d6f6-11db-961b-005056847b26"> + <topic>webcalendar -- "noSet" variable overwrite vulnerability</topic> + <affects> + <package> + <name>WebCalendar</name> + <range><lt>1.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/24403/"> + <p>A vulnerability has been discovered in WebCalendar, + which can be exploited by malicious people to compromise + a vulnerable system.</p> + <p>Input passed to unspecified parameters is not properly + verified before being used with the "noSet" parameter set. + This can be exploited to overwrite certain variables, and + allows e.g. the inclusion of arbitrary PHP files from internal + or external resources.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-1343</cvename> + <bid>22834</bid> + <url>http://sourceforge.net/project/shownotes.php?release_id=491130</url> + <url>http://xforce.iss.net/xforce/xfdb/32832</url> + </references> + <dates> + <discovery>2007-03-04</discovery> + <entry>2007-04-08</entry> + </dates> + </vuln> + <vuln vid="34414a1e-e377-11db-b8ab-000c76189c4c"> <topic>Zope2 -- Cross-site scripting vulnerability</topic> <affects> |