| タイトル | 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日 05:54 (1 月 ago) |
|---|
| モデレーション | 2026年06月28日 11:34 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 374545 [CodeAstro Human Resource Management System 1.0 クロスサイトリクエストフォージェリ] |
|---|
| ポイント | 20 |
|---|