Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2023-28628

Опубликовано: 27 мар. 2023
Источник: nvd
CVSS3: 5.4
CVSS3: 6.1
EPSS Низкий

Описание

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.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:lambdaisland:uri:*:*:*:*:*:*:*:*
Версия до 1.14.120 (исключая)

EPSS

Процентиль: 41%
0.00191
Низкий

5.4 Medium

CVSS3

6.1 Medium

CVSS3

Дефекты

CWE-706
CWE-601

Связанные уязвимости

CVSS3: 5.4
ubuntu
почти 3 года назад

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.

CVSS3: 6.5
github
почти 3 года назад

lambdaisland/uri `authority-regex` returns the wrong authority

EPSS

Процентиль: 41%
0.00191
Низкий

5.4 Medium

CVSS3

6.1 Medium

CVSS3

Дефекты

CWE-706
CWE-601