Remyandrade · Employee Management System · CVE-2025-57117
**Name of the Vulnerable Software and Affected Versions**
Rems' Employee Management System version 1.0
**Description**
A Clickjacking issue exists that allows remote attackers to execute arbitrary JavaScript. The issue is present on the 'department.php' page and involves injecting a malicious payload into the Department Name field when adding a department. The vulnerable parameter is the Department Name field.
**Recommendations**
Apply input validation and sanitization to the Department Name field on the 'department.php' page to prevent the injection of malicious JavaScript. Implement Clickjacking protection mechanisms, such as the X-Frame-Options header, to prevent the page from being rendered in an iframe.