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

exploitDog

Количество 25 356

Количество 25 356

msrc логотип

CVE-2026-21713

4 месяца назад

A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values. Node.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision. This vulnerability affects **20.x, 22.x, 24.x, and 25.x**.

CVSS3: 5.9
EPSS: Низкий
msrc логотип

CVE-2026-21712

4 месяца назад

A flaw in Node.js URL processing causes an assertion failure in native code when `url.format()` is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.

CVSS3: 5.7
EPSS: Низкий
msrc логотип

CVE-2026-21711

2 месяца назад

A flaw in Node.js Permission Model network enforcement leaves Unix Domain Socket (UDS) server operations without the required permission checks, while all comparable network paths correctly enforce them. As a result, code running under `--permission` without `--allow-net` can create and expose local IPC endpoints, allowing communication with other processes on the same host outside of the intended network restriction boundary. This vulnerability affects Node.js **25.x** processes using the Permission Model where `--allow-net` is intentionally omitted to restrict network access. Note that `--allow-net` is currently an experimental feature.

EPSS: Низкий
msrc логотип

CVE-2026-21710

4 месяца назад

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**

CVSS3: 7.5
EPSS: Средний
msrc логотип

CVE-2026-21637

4 месяца назад

HackerOne: CVE-2026-21637 TLS PSK/ALPN Callback Exceptions Bypass Error Handlers

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2026-21620

4 месяца назад

TFTP Path Traversal

EPSS: Низкий
msrc логотип

CVE-2026-21537

6 месяцев назад

Microsoft Defender for Endpoint Linux Extension Remote Code Execution Vulnerability

CVSS3: 8.8
EPSS: Низкий
msrc логотип

CVE-2026-21536

5 месяцев назад

Microsoft Devices Pricing Program Remote Code Execution Vulnerability

EPSS: Низкий
msrc логотип

CVE-2026-21535

6 месяцев назад

Microsoft Teams Information Disclosure Vulnerability

EPSS: Низкий
msrc логотип

CVE-2026-21533

6 месяцев назад

Windows Remote Desktop Services Elevation of Privilege Vulnerability

CVSS3: 7.8
EPSS: Низкий
msrc логотип

CVE-2026-21532

6 месяцев назад

Azure Function Information Disclosure Vulnerability

EPSS: Низкий
msrc логотип

CVE-2026-21531

6 месяцев назад

Azure SDK for Python Remote Code Execution Vulnerability

CVSS3: 9.8
EPSS: Низкий
msrc логотип

CVE-2026-21530

3 месяца назад

Windows Rich Text Edit Elevation of Privilege Vulnerability

CVSS3: 6.7
EPSS: Низкий
msrc логотип

CVE-2026-21529

6 месяцев назад

Azure HDInsight Spoofing Vulnerability

CVSS3: 5.7
EPSS: Низкий
msrc логотип

CVE-2026-21528

6 месяцев назад

Azure IoT Explorer Information Disclosure Vulnerability

CVSS3: 6.5
EPSS: Низкий
msrc логотип

CVE-2026-21527

6 месяцев назад

Microsoft Exchange Server Spoofing Vulnerability

CVSS3: 6.5
EPSS: Низкий
msrc логотип

CVE-2026-21525

6 месяцев назад

Windows Remote Access Connection Manager Denial of Service Vulnerability

CVSS3: 6.2
EPSS: Низкий
msrc логотип

CVE-2026-21524

7 месяцев назад

Azure Data Explorer Information Disclosure Vulnerability

EPSS: Низкий
msrc логотип

CVE-2026-21523

6 месяцев назад

GitHub Copilot and Visual Studio Code Remote Code Execution Vulnerability

CVSS3: 8
EPSS: Низкий
msrc логотип

CVE-2026-21522

6 месяцев назад

Microsoft ACI Confidential Containers Elevation of Privilege Vulnerability

CVSS3: 6.7
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
msrc логотип
CVE-2026-21713

A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values. Node.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision. This vulnerability affects **20.x, 22.x, 24.x, and 25.x**.

CVSS3: 5.9
0%
Низкий
4 месяца назад
msrc логотип
CVE-2026-21712

A flaw in Node.js URL processing causes an assertion failure in native code when `url.format()` is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.

CVSS3: 5.7
0%
Низкий
4 месяца назад
msrc логотип
CVE-2026-21711

A flaw in Node.js Permission Model network enforcement leaves Unix Domain Socket (UDS) server operations without the required permission checks, while all comparable network paths correctly enforce them. As a result, code running under `--permission` without `--allow-net` can create and expose local IPC endpoints, allowing communication with other processes on the same host outside of the intended network restriction boundary. This vulnerability affects Node.js **25.x** processes using the Permission Model where `--allow-net` is intentionally omitted to restrict network access. Note that `--allow-net` is currently an experimental feature.

0%
Низкий
2 месяца назад
msrc логотип
CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**

CVSS3: 7.5
26%
Средний
4 месяца назад
msrc логотип
CVE-2026-21637

HackerOne: CVE-2026-21637 TLS PSK/ALPN Callback Exceptions Bypass Error Handlers

CVSS3: 7.5
1%
Низкий
4 месяца назад
msrc логотип
CVE-2026-21620

TFTP Path Traversal

0%
Низкий
4 месяца назад
msrc логотип
CVE-2026-21537

Microsoft Defender for Endpoint Linux Extension Remote Code Execution Vulnerability

CVSS3: 8.8
1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21536

Microsoft Devices Pricing Program Remote Code Execution Vulnerability

2%
Низкий
5 месяцев назад
msrc логотип
CVE-2026-21535

Microsoft Teams Information Disclosure Vulnerability

1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21533

Windows Remote Desktop Services Elevation of Privilege Vulnerability

CVSS3: 7.8
4%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21532

Azure Function Information Disclosure Vulnerability

1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21531

Azure SDK for Python Remote Code Execution Vulnerability

CVSS3: 9.8
2%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21530

Windows Rich Text Edit Elevation of Privilege Vulnerability

CVSS3: 6.7
0%
Низкий
3 месяца назад
msrc логотип
CVE-2026-21529

Azure HDInsight Spoofing Vulnerability

CVSS3: 5.7
1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21528

Azure IoT Explorer Information Disclosure Vulnerability

CVSS3: 6.5
1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21527

Microsoft Exchange Server Spoofing Vulnerability

CVSS3: 6.5
8%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21525

Windows Remote Access Connection Manager Denial of Service Vulnerability

CVSS3: 6.2
5%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21524

Azure Data Explorer Information Disclosure Vulnerability

1%
Низкий
7 месяцев назад
msrc логотип
CVE-2026-21523

GitHub Copilot and Visual Studio Code Remote Code Execution Vulnerability

CVSS3: 8
1%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-21522

Microsoft ACI Confidential Containers Elevation of Privilege Vulnerability

CVSS3: 6.7
0%
Низкий
6 месяцев назад

Уязвимостей на страницу