CVE-2023-28628
Last modified
CVE-2023-28628 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Lambdaisland | Uri | < 1.14.120 |
References
- https://github.com/lambdaisland/uri/security/advisories/GHSA-cp4w-6x4w-v2h5Exploit, Vendor Advisory
- https://github.com/lambdaisland/uri/security/advisories/GHSA-cp4w-6x4w-v2h5Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-28628?
How severe is CVE-2023-28628?
How do I fix CVE-2023-28628?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-28621Improper Neutralization of Input During Web Page Generation …6.1
- CVE-2023-28622Auth. (author+) Stored Cross-Site Scripting (XSS) vulnerabil…5.4
- CVE-2023-28623Zulip is an open-source team collaboration tool with unique …3.7
- CVE-2023-28625mod_auth_openidc is an authentication and authorization modu…7.5
- CVE-2023-28626comrak is a CommonMark + GFM compatible Markdown parser and …7.5
- CVE-2023-28627pymedusa is an automatic video library manager for TV Shows.…8.8
- CVE-2023-28629GoCD is an open source continuous delivery server. GoCD vers…5.4
- CVE-2023-2863A vulnerability has been found in Simple Design Daily Journa…5.5
- CVE-2023-28630GoCD is an open source continuous delivery server. In GoCD v…4.4
- CVE-2023-28631comrak is a CommonMark + GFM compatible Markdown parser and …9.8
- CVE-2023-28632GLPI is a free asset and IT management software package. Sta…8.1
- CVE-2023-28633GLPI is a free asset and IT management software package. Sta…5.4
Are you affected by CVE-2023-28628?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
