# N/A
## 漏洞概述
KramerAV VIAWare 的所有测试版本都存在提权漏洞,该漏洞源于sudo配置不当。sudoers文件允许执行多个危险命令,包括unzip、systemctl和dpkg。
## 影响版本
所有已测试的版本
## 漏洞细节
sudoers文件中存在配置错误,允许非特权用户执行危险命令,例如unzip、systemctl和dpkg。这些命令可能被用来提升权限或执行未授权的操作。
## 影响
攻击者可以利用此漏洞提升权限,进而执行系统管理命令,可能导致系统被完全控制。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Python script to exploit CVE-2021-35064 and CVE-2021-36356 | https://github.com/Chocapikk/CVE-2021-35064 | POC详情 |
| 2 | Kramer VIAware, all tested versions, allow privilege escalation and remote code execution due to misconfigured sudo permissions. Attackers can execute arbitrary system commands remotely if the web interface is accessible, due to vulnerabilities in the handling of privileged operations through ajaxPages/writeBrowseFilePathAjax.php and improper sudoers configurations. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-35064.yaml | POC详情 |
暂无评论