# N/A
## 概述
AeroCMS 0.1.1 版本存在 SQL 注入漏洞,漏洞来源于 `author` 参数。
## 影响版本
- AeroCMS 0.1.1
## 细节
攻击者可以通过操纵 `author` 参数来执行恶意的 SQL 查询,从而导致应用程序的数据泄露或其他安全问题。
## 影响
此漏洞可能导致敏感数据泄露、数据被篡改或删除等严重后果。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | AeroCMS 0.1.1 contains a SQL injection caused by unsanitized author parameter, letting attackers execute arbitrary SQL commands, exploit requires crafted author input. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2022/CVE-2022-38812.yaml | POC详情 |
暂无评论