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

exploitDog

nvd логотип

CVE-2026-71272

Опубликовано: 05 авг. 2026
Источник: nvd
CVSS3: 8.5
EPSS Низкий

Описание

Memos' webhook dispatch function safeDialContext (internal/webhook/webhook.go) resolves the target hostname via net.DefaultResolver.LookupHost and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPort(host, port) using the original hostname rather than the already-validated IP address.

EPSS

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

8.5 High

CVSS3

Дефекты

CWE-367

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

CVSS3: 8.5
github
14 дней назад

Memos' webhook dispatch function safeDialContext() (internal/webhook/webhook.go) resolves the target hostname via net.DefaultResolver.LookupHost() and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPort(host, port) using the original hostname rather than the already-validated IP address. Because net.Dialer.DialContext() performs its own independent DNS resolution, an attacker controlling DNS for the webhook's hostname (e.g. via a short TTL) can return a public, allowed IP during validation and a different, internal IP at dial time — a classic time-of-check/time-of-use DNS-rebinding bypass of the SSRF protection.

EPSS

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

8.5 High

CVSS3

Дефекты

CWE-367