diff options
author | nectar <nectar@FreeBSD.org> | 2005-03-01 21:23:52 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-03-01 21:23:52 +0800 |
commit | c36eb34ebf7953f202ef3be7d430bccf18d2fb52 (patch) | |
tree | 9e58bf9c5213dc7b61c4b8f337c3fc129b0d3591 /security | |
parent | 3447fecdf4c064f7a2104590931bb0a4b9253125 (diff) | |
download | freebsd-ports-graphics-c36eb34ebf7953f202ef3be7d430bccf18d2fb52.tar.gz freebsd-ports-graphics-c36eb34ebf7953f202ef3be7d430bccf18d2fb52.tar.zst freebsd-ports-graphics-c36eb34ebf7953f202ef3be7d430bccf18d2fb52.zip |
Document lighttpd information disclosure bug.
This entry is based on one that was
Submitted by: Devon H. O'Dell <dodell@offmyserver.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 24a40a999f8..16346b897f5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,39 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bdad9ada-8a52-11d9-9e53-000a95bc6fae"> + <topic>lighttpd -- script source disclosure vulnerability</topic> + <affects> + <package> + <name>lighttpd</name> + <range><lt>1.3.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The lighttpd website reports:</p> + <blockquote cite="http://article.gmane.org/gmane.comp.web.lighttpd/1171"> + <p>In lighttpd 1.3.7 and below it is possible to fetch the source + files which should be handled by CGI or FastCGI applications.</p> + </blockquote> + <p>The vulnerability is in the handling of urlencoded trailing + NUL bytes. Installations that do not use CGI or FastCGI are + not affected.</p> + </body> + </description> + <references> + <cvename>CAN-2005-0453</cvename> + <mlist>http://article.gmane.org/gmane.comp.web.lighttpd/1171</mlist> + <url>http://www.lighttpd.net/news/</url> + <url>http://xforce.iss.net/xforce/xfdb/19350</url> + <bid>12567</bid> + </references> + <dates> + <discovery>2005-02-12</discovery> + <entry>2005-03-01</entry> + </dates> + </vuln> + <vuln vid="53e711ed-8972-11d9-9ff8-00306e01dda2"> <topic>phpbb -- privilege elevation and path disclosure</topic> <affects> |