| 제목 | CodeAstro Human Resource Management System v1.0 Cross-Site Request Forgery (CSRF) |
|---|
| 설명 | 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.
|
|---|
| 원천 | ⚠️ https://github.com/ashikmd0507/CVE/tree/main/CSRF%20in%20Department%20Deletion%20Endpoint |
|---|
| 사용자 | ashikmd7 (UID 98284) |
|---|
| 제출 | 2026. 05. 29. AM 05:54 (1 월 ago) |
|---|
| 모더레이션 | 2026. 06. 28. AM 11:34 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 374545 [CodeAstro Human Resource Management System 1.0 교차 사이트 요청 위조] |
|---|
| 포인트들 | 20 |
|---|