| Título | CodeAstro Human Resource Management System v1.0 Cross-Site Request Forgery (CSRF) |
|---|
| Descrição | 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.
|
|---|
| Fonte | ⚠️ https://github.com/ashikmd0507/CVE/tree/main/CSRF%20in%20Department%20Deletion%20Endpoint |
|---|
| Utilizador | ashikmd7 (UID 98284) |
|---|
| Submissão | 29/05/2026 05h54 (há 1 mês) |
|---|
| Moderação | 28/06/2026 11h34 (1 month later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 374545 [CodeAstro Human Resource Management System 1.0 Falsificação de Pedido entre Sites] |
|---|
| Pontos | 20 |
|---|