CVE-2023-28628

lambdaisland/uri is a pure Clojure/ClojureScript URI library. In versions prior to 1.14.120 `authority-regex` allows an attacker to send malicious URLs to be parsed by the `lambdaisland/uri` and return the wrong authority. This issue is similar to but distinct from CVE-2020-8910. The regex in question doesn't handle the backslash (`\`) character in the username correctly, leading to a wrong output. ex. a payload of `https://example.com\\@google.com` would return that the host is `google.com`, but the correct host should be `example.com`. Given that the library returns the wrong authority this may be abused to bypass host restrictions depending on how the library is used in an application. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Configurations

Configuration 1 (hide)

cpe:2.3:a:lambdaisland:uri:*:*:*:*:*:*:*:*

History

21 Nov 2024, 07:55

Type Values Removed Values Added
References () https://github.com/lambdaisland/uri/commit/f46db3e84846f79e14bfee0101d9c7a872321820 - Patch () https://github.com/lambdaisland/uri/commit/f46db3e84846f79e14bfee0101d9c7a872321820 - Patch
References () https://github.com/lambdaisland/uri/security/advisories/GHSA-cp4w-6x4w-v2h5 - Exploit, Vendor Advisory () https://github.com/lambdaisland/uri/security/advisories/GHSA-cp4w-6x4w-v2h5 - Exploit, Vendor Advisory
CVSS v2 : unknown
v3 : 6.1
v2 : unknown
v3 : 5.4

Information

Published : 2023-03-27 21:15

Updated : 2024-11-21 07:55


NVD link : CVE-2023-28628

Mitre link : CVE-2023-28628

CVE.ORG link : CVE-2023-28628


JSON object : View

Products Affected

lambdaisland

  • uri
CWE
CWE-706

Use of Incorrectly-Resolved Name or Reference

CWE-601

URL Redirection to Untrusted Site ('Open Redirect')