Intel

AIKIDO-2026-11138

http-types is vulnerable to Use of Unmaintained Third Party Components

Use of Unmaintained Third Party Components Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Yesterday

50

Medium Risk

This Affects:

rusthttp-types
0.0.0 - *
Are you affected? Scan for Free

TL;DR

Authorization::value uses HeaderValue::value with the claim that the internal string is ASCII, but Authorization::new and Authorization::set_credentials accept arbitrary String credentials without validation. As a result, safe code can construct a header value containing non-ASCII UTF-8 while the implementation assumes ASCII. The http-types package is no longer maintained.

Who does this affect?

You are affected if you are using this package.

Background info

http-types is vulnerable to Use of Unmaintained Third Party Components in all versions.

How to fix this

Remove any http-types package from your application.