CVE-2023-28628
March 27, 2023
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.
Affected Packages
lambdaisland:uri (JAVA):
Affected version(s) >=1.0.0 <=1.13.95Fix Suggestion:
Update to version no_fixRelated Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
EPSS
Base Score:
0.19