CVE-2023-28628

Public Exploit
`authority-regex` returns the wrong authority in lambdaisland/uri

Description

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.

Categories

5.4
CVSS
Severity: Medium
CVSS 3.1 •
EPSS 0.19%
Vendor Advisory github.com
Affected: lambdaisland uri
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2023-28628?
CVE-2023-28628 has been scored as a medium severity vulnerability.
How to fix CVE-2023-28628?
To fix CVE-2023-28628, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2023-28628 being actively exploited in the wild?
It is possible that CVE-2023-28628 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2023-28628?
CVE-2023-28628 affects lambdaisland uri.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.