# Chef Automate SQL注入漏洞
## 概述
在 Chef Automate 的旧版本(低于 4.13.295)中,存在一个 SQL 命令注入漏洞,攻击者可通过中和不当的输入,利用已知令牌访问合规性服务中的受限功能。
## 影响版本
- Chef Automate 版本低于 4.13.295
- 平台:Linux x86
## 细节
漏洞源于对 SQL 命令中使用的输入未正确中和处理。经过身份验证的攻击者可利用该问题,通过已知令牌注入恶意 SQL 输入,从而绕过权限限制。
## 影响
攻击者可借此访问 Chef Automate 合规性服务中的受限制功能,可能导致数据泄露、权限提升或系统被进一步入侵。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | In Progress Chef Automate, versions earlier than 4.13.295, on Linux x86 platform, an authenticated attacker can gain access to Chef Automate restricted functionality in the compliance service via improperly neutralized inputs used in an SQL command using a well-known token. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-8868.yaml | POC详情 |
暂无评论