1 vulnerabilities classified as CWE-553 (外部可访问目录中的命令行Shell). AI Chinese analysis included.
CWE-553 represents a critical security weakness where executable shell scripts are inadvertently placed in directories accessible via the web, such as /cgi-bin/. This vulnerability allows attackers to directly invoke these scripts through HTTP requests, effectively bypassing application-level controls to execute arbitrary operating system commands on the server. By leveraging this misconfiguration, malicious actors can gain full control over the underlying system, leading to data theft, defacement, or further network infiltration. To prevent this, developers must strictly enforce directory permissions, ensuring that only necessary files are accessible and executable scripts are stored outside web-root directories. Additionally, implementing robust input validation and using secure coding practices helps mitigate the risk of unintended script execution, thereby safeguarding the server infrastructure from remote code execution attacks.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-66620 | Columbia Weather Systems MicroServer Command Shell in Externally Accessible Directory — MicroServer | 8.0 | High | 2026-01-07 |
Vulnerabilities classified as CWE-553 (外部可访问目录中的命令行Shell) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.