# N/A
## 概述
在 Aviatrix Controller 的某些版本中发现了命令注入漏洞。攻击者可以通过发送特制的请求来执行任意代码,而无需身份验证。
## 影响版本
- 7.1.4191 之前的版本
- 7.2.x 系列中 7.2.4996 之前的版本
## 细节
由于对用于 OS 命令的特殊元素处理不当,攻击者可以向 `/v1/api` 的 `cloud_type` 或 `src_cloud_type` 参数中注入 shell 元字符。具体来说,可以利用 `list_flightpath_destination_instances` 或 `flightpath_connection_test` 请求来执行任意代码。
## 影响
该漏洞允许未认证的攻击者在目标系统上执行任意代码,可能导致系统被完全控制。
是否为 Web 类漏洞: 是
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | CVE-2024-50603-nuclei-poc | https://github.com/newlinesec/CVE-2024-50603 | POC详情 |
| 2 | CVE-2024-50603: Aviatrix Controller Unauthenticated Command Injection | https://github.com/th3gokul/CVE-2024-50603 | POC详情 |
| 3 | An issue was discovered in Aviatrix Controller before 7.1.4191 and 7.2.x before 7.2.4996. Due to the improper neutralization of special elements used in an OS command, an unauthenticated attacker is able to execute arbitrary code. Shell metacharacters can be sent to /v1/api in cloud_type for list_flightpath_destination_instances, or src_cloud_type for flightpath_connection_test. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-50603.yaml | POC详情 |
| 4 | Aviatrix Controller Unauthenticated OS Command Injection | https://github.com/h0w1tzxr/CVE-2024-50603 | POC详情 |
标题: CVE-2024-50603: Aviatrix Network Controller Command Injection Vulnerability - Securing -- 🔗来源链接
标签:
标题: Security :: Documentation -- 🔗来源链接
标签:
标题: PSIRT Advisories :: Documentation -- 🔗来源链接
标签:
暂无评论