# N/A
## 漏洞概述
NetAlertX从版本23.01.14到24.x(不包括24.10.12)之间存在未认证的命令注入漏洞。攻击者可以通过更新设置进行攻击,因为`savesettings`函数没有验证用户身份。
## 影响版本
- 23.01.14 至 24.x(不包括24.10.12)
## 细节
漏洞与`settings.php`和`util.php`文件相关。在2025年5月,该漏洞已被野外利用。由于功能`savesettings`缺乏身份验证要求,攻击者可以注入并执行任意命令。
## 影响
该漏洞允许未经过身份验证的用户注入并执行命令,可能导致系统被完全控制或被攻击。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | NetAlertX 23.01.14 through 24.x before 24.10.12 allows unauthenticated command injection via settings update because function=savesettings lacks an authentication requirement, as exploited in the wild in May 2025. This is related to settings.php and util.php. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-46506.yaml | POC详情 |
暂无评论