# N/A
## 概述
SourceCodester Alumni Management System 1.0 中存在 SQL 注入漏洞,允许攻击者通过 `admin/login.php` 注入 SQL 有效负载,从而绕过认证。
## 影响版本
- SourceCodester Alumni Management System 1.0
## 细节
攻击者可以通过精心构造的 SQL 有效负载注入到 `admin/login.php` 中,从而绕过系统的认证机制。
## 影响
该漏洞允许未经认证的用户绕过系统认证机制,可能导致未授权访问系统管理功能和敏感数据。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Alumni Management System 1.0 contains a SQL injection vulnerability via admin/login in the username parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/vulnerabilities/other/alumni-management-sqli.yaml | POC详情 |
| 2 | SourceCodester Alumni Management System 1.0 contains a sql_injection caused by unsanitized input in admin/login.php, letting attackers bypass authentication, exploit requires injection of malicious SQL payload. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-29214.yaml | POC详情 |
暂无评论