Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Rishb0

#51838of 53,624
4.3Total CVSS
Vulnerabilities · 1
PT-2025-35564
4.3
2025-09-02
Phpgurukul · Phpgurukul Employee Leaves Management System · CVE-2025-56254
**Name of the Vulnerable Software and Affected Versions** PHPGurukul Employee Leave Management System version 2.1 **Description** The software contains an Insecure Direct Object Reference (IDOR) vulnerability in the `leave-details.php` file. An authenticated user can modify the `leaveid` parameter within the URL to gain unauthorized access to leave application details belonging to other users. **Recommendations** Ensure that access to leave application details is properly restricted based on user authentication and authorization. Implement robust input validation and sanitization for the `leaveid` parameter to prevent manipulation.