ID PACKETSTORM:77819
Type packetstorm
Reporter venatir
Modified 2009-05-27T00:00:00
Description
`Severe vulnerability in FreeBSD/OSX with Lighttpd 1.4.23 (latest version)
Most httpd daemons are probably vulnerable to this with FreeBSD/OSX as the OS.
http://redmine.lighttpd.net/issues/1989
Description
If you put a trailing slash / after the .php and that file is a link, it will just display the content of the file.
2009-05-22 13:40:37: (response.c.221) -- splitting Request-URI
2009-05-22 13:40:37: (response.c.222) Request-URI : /index.php/
2009-05-22 13:40:37: (response.c.223) URI-scheme : http
2009-05-22 13:40:37: (response.c.224) URI-authority: localhost
2009-05-22 13:40:37: (response.c.225) URI-path : /index.php/
2009-05-22 13:40:37: (response.c.226) URI-query :
2009-05-22 13:40:37: (response.c.254) -- sanatising URI
2009-05-22 13:40:37: (response.c.255) URI-path : /index.php/
2009-05-22 13:40:37: (response.c.221) -- splitting Request-URI
2009-05-22 13:40:37: (response.c.222) Request-URI : /index.php/
2009-05-22 13:40:37: (response.c.223) URI-scheme : http
2009-05-22 13:40:37: (response.c.224) URI-authority: localhost
2009-05-22 13:40:37: (response.c.225) URI-path : /index.php/
2009-05-22 13:40:37: (response.c.226) URI-query :
2009-05-22 13:40:37: (response.c.254) -- sanatising URI
2009-05-22 13:40:37: (response.c.255) URI-path : /index.php/
2009-05-22 13:40:37: (mod_access.c.135) -- mod_access_uri_handler called
2009-05-22 13:40:37: (response.c.391) -- before doc_root
2009-05-22 13:40:37: (response.c.392) Doc-Root : /work/websites/freesoft.com/htdocs/
2009-05-22 13:40:37: (response.c.393) Rel-Path : /index.php/
2009-05-22 13:40:37: (response.c.394) Path :
2009-05-22 13:40:37: (response.c.442) -- after doc_root
2009-05-22 13:40:37: (response.c.443) Doc-Root : /work/websites/freesoft.com/htdocs/
2009-05-22 13:40:37: (response.c.444) Rel-Path : /index.php/
2009-05-22 13:40:37: (response.c.445) Path : /work/websites/freesoft.com/htdocs/index.php/
2009-05-22 13:40:37: (response.c.462) -- logical -> physical
2009-05-22 13:40:37: (response.c.463) Doc-Root : /work/websites/freesoft.com/htdocs/
2009-05-22 13:40:37: (response.c.464) Rel-Path : /index.php/
2009-05-22 13:40:37: (response.c.465) Path : /work/websites/freesoft.com/htdocs/index.php/
2009-05-22 13:40:37: (response.c.482) -- handling physical path
2009-05-22 13:40:37: (response.c.483) Path : /work/websites/freesoft.com/htdocs/index.php/
2009-05-22 13:40:37: (response.c.490) -- file found
2009-05-22 13:40:37: (response.c.491) Path : /work/websites/freesoft.com/htdocs/index.php/
2009-05-22 13:40:37: (response.c.640) -- handling subrequest
2009-05-22 13:40:37: (response.c.641) Path : /work/websites/freesoft.com/htdocs/index.php/
2009-05-22 13:40:37: (mod_indexfile.c.151) -- handling the request as Indexfile
2009-05-22 13:40:37: (mod_indexfile.c.152) URI : /index.php/
2009-05-22 13:40:37: (mod_access.c.135) -- mod_access_uri_handler called
2009-05-22 13:40:37: (mod_staticfile.c.394) -- handling file as static file
2009-05-22 13:40:37: (response.c.652) -- subrequest finished
2009-05-22 13:40:37: (response.c.121) Response-Header:
`
{"type": "packetstorm", "published": "2009-05-27T00:00:00", "reporter": "venatir", "hashmap": [{"key": "bulletinFamily", "hash": "708697c63f7eb369319c6523380bdf7a"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "d4be9c4fc84262b4f39f89565918568f"}, {"key": "description", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "href", "hash": "f1eaffb4e2b231b68ed329e23f6622df"}, {"key": "modified", "hash": "4a728a4c141aa5afe666d3ef4bf7d828"}, {"key": "objectVersion", "hash": "56765472680401499c79732468ba4340"}, {"key": "published", "hash": "4a728a4c141aa5afe666d3ef4bf7d828"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "c9f3fc4ba57d7d85691880898dd20a66"}, {"key": "sourceData", "hash": "11f2154bd595356c9a70d2324a93879b"}, {"key": "sourceHref", "hash": "ed233a095130fde884367a8102c9eda9"}, {"key": "title", "hash": "51113058d1b2760aad98a613099115ee"}, {"key": "type", "hash": "6466ca3735f647eeaed965d9e71bd35d"}], "bulletinFamily": "exploit", "cvss": {"vector": "NONE", "score": 0.0}, "sourceData": "`Severe vulnerability in FreeBSD/OSX with Lighttpd 1.4.23 (latest version) \n \nMost httpd daemons are probably vulnerable to this with FreeBSD/OSX as the OS. \n \n \nhttp://redmine.lighttpd.net/issues/1989 \n \n \nDescription \n \nIf you put a trailing slash / after the .php and that file is a link, it will just display the content of the file. \n \n2009-05-22 13:40:37: (response.c.221) -- splitting Request-URI \n2009-05-22 13:40:37: (response.c.222) Request-URI : /index.php/ \n2009-05-22 13:40:37: (response.c.223) URI-scheme : http \n2009-05-22 13:40:37: (response.c.224) URI-authority: localhost \n2009-05-22 13:40:37: (response.c.225) URI-path : /index.php/ \n2009-05-22 13:40:37: (response.c.226) URI-query : \n2009-05-22 13:40:37: (response.c.254) -- sanatising URI \n2009-05-22 13:40:37: (response.c.255) URI-path : /index.php/ \n2009-05-22 13:40:37: (response.c.221) -- splitting Request-URI \n2009-05-22 13:40:37: (response.c.222) Request-URI : /index.php/ \n2009-05-22 13:40:37: (response.c.223) URI-scheme : http \n2009-05-22 13:40:37: (response.c.224) URI-authority: localhost \n2009-05-22 13:40:37: (response.c.225) URI-path : /index.php/ \n2009-05-22 13:40:37: (response.c.226) URI-query : \n2009-05-22 13:40:37: (response.c.254) -- sanatising URI \n2009-05-22 13:40:37: (response.c.255) URI-path : /index.php/ \n2009-05-22 13:40:37: (mod_access.c.135) -- mod_access_uri_handler called \n2009-05-22 13:40:37: (response.c.391) -- before doc_root \n2009-05-22 13:40:37: (response.c.392) Doc-Root : /work/websites/freesoft.com/htdocs/ \n2009-05-22 13:40:37: (response.c.393) Rel-Path : /index.php/ \n2009-05-22 13:40:37: (response.c.394) Path : \n2009-05-22 13:40:37: (response.c.442) -- after doc_root \n2009-05-22 13:40:37: (response.c.443) Doc-Root : /work/websites/freesoft.com/htdocs/ \n2009-05-22 13:40:37: (response.c.444) Rel-Path : /index.php/ \n2009-05-22 13:40:37: (response.c.445) Path : /work/websites/freesoft.com/htdocs/index.php/ \n2009-05-22 13:40:37: (response.c.462) -- logical -> physical \n2009-05-22 13:40:37: (response.c.463) Doc-Root : /work/websites/freesoft.com/htdocs/ \n2009-05-22 13:40:37: (response.c.464) Rel-Path : /index.php/ \n2009-05-22 13:40:37: (response.c.465) Path : /work/websites/freesoft.com/htdocs/index.php/ \n2009-05-22 13:40:37: (response.c.482) -- handling physical path \n2009-05-22 13:40:37: (response.c.483) Path : /work/websites/freesoft.com/htdocs/index.php/ \n2009-05-22 13:40:37: (response.c.490) -- file found \n2009-05-22 13:40:37: (response.c.491) Path : /work/websites/freesoft.com/htdocs/index.php/ \n2009-05-22 13:40:37: (response.c.640) -- handling subrequest \n2009-05-22 13:40:37: (response.c.641) Path : /work/websites/freesoft.com/htdocs/index.php/ \n2009-05-22 13:40:37: (mod_indexfile.c.151) -- handling the request as Indexfile \n2009-05-22 13:40:37: (mod_indexfile.c.152) URI : /index.php/ \n2009-05-22 13:40:37: (mod_access.c.135) -- mod_access_uri_handler called \n2009-05-22 13:40:37: (mod_staticfile.c.394) -- handling file as static file \n2009-05-22 13:40:37: (response.c.652) -- subrequest finished \n2009-05-22 13:40:37: (response.c.121) Response-Header: \n \n \n`\n", "viewCount": 0, "history": [], "lastseen": "2016-11-03T10:20:25", "objectVersion": "1.2", "href": "https://packetstormsecurity.com/files/77819/Lighttpd-1.4.23-Code-Disclosure.html", "sourceHref": "https://packetstormsecurity.com/files/download/77819/lighttpd-disclose.txt", "title": "Lighttpd 1.4.23 Code Disclosure", "enchantments": {"score": {"value": -0.2, "vector": "NONE", "modified": "2016-11-03T10:20:25"}, "dependencies": {"references": [], "modified": "2016-11-03T10:20:25"}, "vulnersScore": -0.2}, "references": [], "id": "PACKETSTORM:77819", "hash": "c5454e74994f4d5c00f7dc223bd8d5b3a590758e0f5f87a2908938d9c1b8c617", "edition": 1, "cvelist": [], "modified": "2009-05-27T00:00:00", "description": ""}
{}