Lucene search

K
schneierBruce SchneierSCHNEIER:7105A847CAE97418252DC3F58DD47B12
HistoryNov 01, 2021 - 3:58 p.m.

Hiding Vulnerabilities in Source Code

2021-11-0115:58:54
Bruce Schneier
www.schneier.com
30

Really interesting research demonstrating how to hide vulnerabilities in source code by manipulating how Unicode text is displayed. It's really clever, and not the sort of attack one would normally think about.

From Ross Anderson's blog:

> We have discovered ways of manipulating the encoding of source code files so that human viewers and compilers see different logic. One particularly pernicious method uses Unicode directionality override characters to display code as an anagram of its true logic. We've verified that this attack works against C, C++, C#, JavaScript, Java, Rust, Go, and Python, and suspect that it will work against most other modern languages.
>
> This potentially devastating attack is tracked as CVE-2021-42574, while a related attack that uses homoglyphs –- visually similar characters –- is tracked as CVE-2021-42694. This work has been under embargo for a 99-day period, giving time for a major coordinated disclosure effort in which many compilers, interpreters, code editors, and repositories have implemented defenses.

Website for the attack. Rust security advisory.

Brian Krebs has a blog post.

EDITED TO ADD (11/12): An older paper on similar issues.

Related for SCHNEIER:7105A847CAE97418252DC3F58DD47B12