0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
webgrind 1.0 (file param) Local File Inclusion Vulnerability
webgrind 1.0 (file param) Local File Inclusion Vulnerability Vendor: Joakim Nygard and Jacob Oettinger Product web page: http://code.google.com/p/webgrind Affected version: 1.0 (v1.02 in trunk on github) Summary: Webgrind is an Xdebug profiling web frontend in PHP5. Desc: webgrind suffers from a file inlcusion vulnerability (LFI) when input passed thru the 'file' parameter to index.php is not properly verified before being used to include files. This can be exploited to include files from local resources with directory traversal attacks and URL encoded NULL bytes. ---------------------------------------- /index.php: ----------- 122: case 'fileviewer': 123: $file = get('file'); 124: $line = get('line'); ---------------------------------------- Tested on: Microsoft Windows XP Professional SP3 (EN) Apache 2.2.21 PHP 5.3.9 MySQL 5.5.20 Vulnerability discovered by Michael Meyer michael.meyer greenbone net Vendor status: [22.02.2012] Vulnerability discovered. [22.02.2012] Vendor notified. [24.02.2012] No response from the vendor. [25.02.2012] Public security advisory released. Advisory ID: ZSL-2012-5075 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2012-5075.php Vendor: http://code.google.com/p/webgrind/issues/detail?id=66 22.02.2012 --- http://<host>/webgrind/index.php?file=/etc/passwd&op=fileviewer http://<host>/webgrind/index.php?file=/boot.ini&op=fileviewer # 0day.today [2024-11-15] #