Lucene search

K
cveGitHub_MCVE-2023-28628
HistoryMar 27, 2023 - 9:15 p.m.

CVE-2023-28628

2023-03-2721:15:12
CWE-706
CWE-601
GitHub_M
web.nvd.nist.gov
22
lambdaisland
uri
clojure
clojurescript
regex
vulnerability
cve-2023-28628
security
update
nvd

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

AI Score

5.9

Confidence

High

EPSS

0.001

Percentile

37.0%

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 configurations

Nvd
Vulners
Node
lambdaislanduriRange<1.14.120
VendorProductVersionCPE
lambdaislanduri*cpe:2.3:a:lambdaisland:uri:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "lambdaisland",
    "product": "uri",
    "versions": [
      {
        "version": "< 1.14.120",
        "status": "affected"
      }
    ]
  }
]

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

AI Score

5.9

Confidence

High

EPSS

0.001

Percentile

37.0%