Detecting malicious Unicode

Detecting malicious Unicode

5/21/2025

notes

the rising awareness of supply chain attacks highlights the value of investing in tools used by those at the root of these supply chains.

link

https://daniel.haxx.se/blog/2025/05/16/detecting-malicious-unicode/

summary

Curl contributor James Fuller submitted a pull-request to the project in which he replaced an ASCII letter with a Unicode alternative in a URL. This was an eye-opener and the curl project decided to implement checks to detect malicious Unicode. They have added a CI job that scans all files and validates every UTF-8 sequence in the git repository. GitHub has been notified of the issue and is working on a fix.

tags

Unicode ꞏ security ꞏ curl ꞏ GitHub ꞏ CI ꞏ UTF-8 ꞏ malicious code ꞏ programming