curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

[SECURITY ADVISORY] CVE-2022-42916: HSTS bypass via IDN (curl)

From: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 26 Oct 2022 08:26:48 +0200 (CEST)

CVE-2022-42916: HSTS bypass via IDN
===================================

Project curl Security Advisory, October 26 2022 -
[Permalink](https://curl.se/docs/CVE-2022-42916.html)

VULNERABILITY
-------------

curl's HSTS check could be bypassed to trick it to keep using HTTP.

Using its HSTS support, curl can be instructed to use HTTPS directly instead
of using an insecure clear-text HTTP step even when HTTP is provided in the
URL. This mechanism could be bypassed if the host name in the given URL uses
IDN characters that get replaced to ASCII counterparts as part of the IDN
conversion. Like using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP)
instead of the common ASCII full stop (U+002E) `.`.

Like this: `http://curl。se。`

We are not aware of any exploit of this flaw.

INFO
----
This flaw was introduced in [commit
7385610d0c7](https://github.com/curl/curl/commit/7385610d0c7), which was
shipped enabled by default from [commit
d71ff2b9db566b3f](https://github.com/curl/curl/commit/d71ff2b9db566b3f) in
curl 7.77.0.
This issue is similar to the previous [CVE-2022-30115](https://curl.se/docs/CVE-2022-30115.html).
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2022-42916 to this issue.
CWE-319: Cleartext Transmission of Sensitive Information
Severity: Medium
AFFECTED VERSIONS
-----------------
- Affected versions: curl 7.77.0 to and including 7.85.0
- Not affected versions: curl < 7.77.0 and curl >= 7.86.0
libcurl is used by many applications, but not always advertised as such!
THE SOLUTION
------------
A [fix for CVE-2022-42916](https://github.com/curl/curl/commit/53bcf55b4538067e6)
RECOMMENDATIONS
--------------
  A - Upgrade curl to version 7.86.0
  B - Apply the patch to your local version
  C - Stick to always using `HTTPS://` in URLs
TIMELINE
--------
This issue was reported to the curl project on October 11, 2022. We contacted
distros_at_openwall on October 18, 2022.
libcurl 7.86.0 was released on October 26 2022, coordinated with the
publication of this advisory.
CREDITS
-------
- Reported-by: Hiroki Kurosawa
- Patched-by: Daniel Stenberg
Thanks a lot!
-- 
  / daniel.haxx.se
  | Commercial curl support up to 24x7 is available!
  | Private help, bug fixes, support, ports, new features
  | https://curl.se/support.html


-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2022-10-26