2 vulnerabilities classified as CWE-1007 (屏幕显示出的不同编码的同形字母不易区分). AI Chinese analysis included.
CWE-1007 represents a user interface weakness where applications fail to visually distinguish between homoglyphs—characters that appear identical but have different underlying code points. Attackers typically exploit this by crafting malicious URLs, filenames, or email addresses using visually similar characters from different alphabets, such as replacing Latin 'a' with Cyrillic 'а'. This deception tricks users into interacting with hostile resources while believing they are accessing legitimate services, facilitating phishing or malware installation. To mitigate this risk, developers must implement robust input validation and display normalization techniques. Best practices include enforcing strict character set restrictions, using monospaced fonts for critical identifiers, and explicitly highlighting or blocking ambiguous characters. Additionally, employing security-focused rendering engines that automatically detect and warn about potential homoglyph attacks ensures users can accurately interpret displayed information, thereby preventing unintended insecure actions caused by visual confusion.
http://www.еxаmрlе.соm123.123.123.123 аdmіn [17/Jul/2017:09:05:49 -0400] "GET /example/users/userlist HTTP/1.1" 401 12846 123.123.123.123 аdmіn [17/Jul/2017:09:06:51 -0400] "GET /example/users/userlist HTTP/1.1" 200 4523 123.123.123.123 admin [17/Jul/2017:09:10:02 -0400] "GET /example/users/editusers HTTP/1.1" 200 6291 123.123.123.123 аdmіn [17/Jul/2017:09:10:02 -0400] "GET /example/users/editusers HTTP/1.1" 200 6291| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-27611 | base-x homograph attack allows Unicode lookalike characters to bypass validation. — base-x | 4.3AI | MediumAI | 2025-04-30 |
| CVE-2025-0996 | Google Chrome 安全漏洞 — Chrome | 6.5 | - | 2025-02-15 |
Vulnerabilities classified as CWE-1007 (屏幕显示出的不同编码的同形字母不易区分) represent 2 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.