diff options
author | jadawin <jadawin@FreeBSD.org> | 2010-08-31 22:53:00 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2010-08-31 22:53:00 +0800 |
commit | aa368736a65e351ac8a49ff5d716b327f141a0f8 (patch) | |
tree | ee4a87276292e20996852111237bd75d1110ac56 | |
parent | 13bd37b5d593aaeea6e341d81f947d89729e79a4 (diff) | |
download | freebsd-ports-graphics-aa368736a65e351ac8a49ff5d716b327f141a0f8.tar.gz freebsd-ports-graphics-aa368736a65e351ac8a49ff5d716b327f141a0f8.tar.zst freebsd-ports-graphics-aa368736a65e351ac8a49ff5d716b327f141a0f8.zip |
- Document p5-libwww vulnerability (remote servers can create .(dot) files)
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1b160813a70..dd598926bdc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3a7c5fc4-b50c-11df-977b-ecc31dd8ad06"> + <topic>p5-libwww -- possibility to remote servers to create file with a .(dot) character</topic> + <affects> + <package> + <name>p5-libwww</name> + <range><lt>5.835</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>lwp-download in libwww-perl before 5.835 does not reject downloads + to filenames that begin with a . (dot) character, which allows remote + servers to create or overwrite files via a 3xx redirect to a URL with + a crafted filename or a Content-Disposition header that suggests + a crafted filename, and possibly execute arbitrary code as a + consequence of writing to a dotfile in a home directory.</p> + </body> + </description> + <references> + <cvename>CVE-2010-2253</cvename> + <url>http://cpansearch.perl.org/src/GAAS/libwww-perl-5.836/Changes</url> + </references> + <dates> + <discovery>2010-06-09</discovery> + <entry>2010-08-31</entry> + </dates> + </vuln> + <vuln vid="167953a4-b01c-11df-9a98-0015587e2cc1"> <topic>quagga -- stack overflow and DoS vulnerabilities</topic> <affects> |