6 vulnerabilities classified as CWE-86 (Web页面标识中非法字符转义处理不恰当). AI Chinese analysis included.
CWE-86 represents a critical input validation weakness where software fails to properly neutralize invalid characters or byte sequences within identifiers such as tag names and URI schemes. Attackers typically exploit this flaw by injecting obfuscated payloads, like null bytes or encoded characters, to bypass security filters. For instance, a developer might attempt to block the "javascript:" protocol, but an attacker can circumvent this check using "java%00script," causing the browser to interpret the malicious script as valid. This discrepancy often leads to unintended control implications, including cross-site scripting or unauthorized command execution. To prevent such vulnerabilities, developers must implement rigorous input sanitization that strictly validates and encodes all user-supplied data before processing. Utilizing established security libraries and adhering to strict allow-listing principles ensures that only expected character sets are accepted, effectively neutralizing potential injection vectors before they reach the application logic.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-28417 | Vim has OS Command Injection in netrw — vim | 4.4 | Medium | 2026-02-27 |
| CVE-2025-66606 | Yokogawa FAST/TOOLS 安全漏洞 — FAST/TOOLS | 8.3AI | HighAI | 2026-02-09 |
| CVE-2025-20168 | Cisco Common Services Platform Collector Cross-Site Scripting Vulnerability — Cisco Common Services Platform Collector Software | 5.4 | Medium | 2025-01-08 |
| CVE-2025-20167 | Cisco Common Services Platform Collector Cross-Site Scripting Vulnerability — Cisco Common Services Platform Collector Software | 5.4 | Medium | 2025-01-08 |
| CVE-2025-20166 | Cisco Common Services Platform Collector Cross-Site Scripting Vulnerability — Cisco Common Services Platform Collector Software | 5.4 | Medium | 2025-01-08 |
| CVE-2023-31126 | Improper Neutralization of Invalid Characters in Data Attribute Names in org.xwiki.commons:xwiki-commons-xml — xwiki-commons | 9.1 | Critical | 2023-05-09 |
Vulnerabilities classified as CWE-86 (Web页面标识中非法字符转义处理不恰当) represent 6 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.