# nilsteampassnet/teampass中的SQL注入漏洞
## 漏洞概述
在 GitHub 仓库 nilsteampassnet/teampass 中,版本 3.0.0.23 之前存在 SQL 注入漏洞。
## 影响版本
- 3.0.0.23 之前的版本
## 漏洞细节
该漏洞允许攻击者通过精心构造的输入执行任意 SQL 命令,绕过应用程序的防御机制,直接与数据库进行交互。
## 影响
- 攻击者可以利用 SQL 注入漏洞读取、修改、或删除数据库中的敏感信息。
- 可能导致数据泄露、数据损坏或其他关键系统操作受到影响。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | Example usage: exploit.sh http://site.com | https://github.com/HarshRajSinghania/CVE-2023-1545-Exploit | POC详情 |
2 | Copy of the POC for CVE-2023-1545 | https://github.com/zer0-dave/CVE-2023-1545-POC | POC详情 |
3 | CVE-2023-1545-POC with python | https://github.com/sternstundes/CVE-2023-1545-POC-python | POC详情 |
4 | Python Proof of Concept for CVE-2023-1545 (SQL Injection for Teampass versions prior to 3.0.0.23). | https://github.com/gunzf0x/CVE-2023-1545 | POC详情 |
暂无评论