38 vulnerabilities classified as CWE-150 (转义、元或控制序列转义处理不恰当). AI Chinese analysis included.
CWE-150 represents a critical input validation weakness where software fails to properly sanitize special characters before passing data to a downstream component. This flaw typically allows attackers to inject malicious escape, meta, or control sequences, such as HTML tags or SQL commands, which the receiving system interprets as executable instructions rather than literal text. Exploitation often leads to severe consequences like cross-site scripting, command injection, or data corruption, depending on the context of the downstream processor. To mitigate this risk, developers must implement rigorous input validation and output encoding strategies. By strictly neutralizing potentially dangerous characters through context-aware encoding techniques, such as HTML entity encoding or parameterized queries, developers ensure that user-supplied data remains inert, thereby preventing the unintended execution of injected payloads within the application environment.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2023-39342 | Dangerzone CLI does not sanitize ANSI escape characters — dangerzone | 3.6 | Low | 2023-08-08 |
| CVE-2023-30844 | Mutagen list and monitor operations do not neutralize control characters in text controlled by remote endpoints — mutagen | 3.0 | Low | 2023-05-08 |
| CVE-2023-28446 | Deno is vulnerable to interactive `run` permission prompt spoofing via improper ANSI neutralization — deno | 8.8 | High | 2023-03-24 |
| CVE-2023-26055 | XWiki Commons may allow privilege escalation to programming rights via user's first name — xwiki-commons | 10.0 | Critical | 2023-03-02 |
| CVE-2022-30123 | RubyGem Rack 安全漏洞 — https://github.com/rack/rack | 10.0 | - | 2022-12-05 |
| CVE-2021-25743 | ANSI escape characters in kubectl output are not being filtered — Kubernetes | 3.0 | Low | 2022-01-07 |
| CVE-2020-6932 | BlackBerry QNX Software Development Platform 输入验证错误漏洞 — QNX Software Development Platform (SDP) | 10.0 | Critical | 2020-08-12 |
| CVE-2017-0899 | RubyGems 安全漏洞 — RubyGems | 9.8 | - | 2017-08-31 |
Vulnerabilities classified as CWE-150 (转义、元或控制序列转义处理不恰当) represent 38 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.