Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-28628— `authority-regex` returns the wrong authority in lambdaisland/uri

Quick assessment

Affected
lambdaisland uri
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

lambdaisland/uri是Lambda Island开源的一个纯 Clojure/ClojureScript URI 库。 lambdaisland uri 1.14.120之前版本存在安全漏洞。攻击者利用该漏洞发送恶意URL以供lambdaisland/uri解析并返回错误的权限。

CVSS 5.4 · Medium EPSS 0.55% · P44

Possible ATT&CK Techniques 1 AI

T1190 · Exploit Public-Facing Application
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2023-28628

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
`authority-regex` returns the wrong authority in lambdaisland/uri
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
使用不正确的解析名称或索引
Source: CVE Program / CVE List V5
Vulnerability Title
lambdaisland uri 输入验证错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
lambdaisland/uri是Lambda Island开源的一个纯 Clojure/ClojureScript URI 库。 lambdaisland uri 1.14.120之前版本存在安全漏洞。攻击者利用该漏洞发送恶意URL以供lambdaisland/uri解析并返回错误的权限。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
lambdaisland uri < 1.14.120 -

II. Public POCs for CVE-2023-28628

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-28628

登录查看更多情报信息。

Patches & Fixes for CVE-2023-28628 (1)

Vendor Advisories for CVE-2023-28628 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2023-28628

No comments yet


Leave a comment