| Titel | CodeAstro Human Resource Management System v1.0 Cross-Site Request Forgery (CSRF) |
|---|
| Beschreibung | A Cross-Site Request Forgery (CSRF) vulnerability exists in the HRMS Organization module within the Delete_dep endpoint. The application does not implement anti-CSRF tokens or request origin validation for state-changing operations. As a result, an administrator can be tricked into executing a crafted request that triggers the deletion of a department.
The vulnerable function directly invokes department_delete($dep_id) based on a user-controlled parameter without verifying request integrity beyond session authentication (user_login_access). Since department IDs are predictable and the action is executed via a simple HTTP request, an attacker can force unintended deletion of department records when a victim visits a malicious page.
This leads to unauthorized data modification and disruption of organizational structure within the application.
|
|---|
| Quelle | ⚠️ https://github.com/ashikmd0507/CVE/tree/main/CSRF%20in%20Department%20Deletion%20Endpoint |
|---|
| Benutzer | ashikmd7 (UID 98284) |
|---|
| Einreichung | 29.05.2026 05:54 (vor 1 Monat) |
|---|
| Moderieren | 28.06.2026 11:34 (1 month later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 374545 [CodeAstro Human Resource Management System 1.0 Cross Site Request Forgery] |
|---|
| Punkte | 20 |
|---|