Lucene search
+L

968 matches found

Positive Technologies
Positive Technologies
added 2026/04/04 12:00 a.m.12 views

PT-2026-30321

Name of the Vulnerable Software and Affected Versions defu versions prior to 6.1.5 Description Applications using the defu software are susceptible to prototype pollution when processing unsanitized user input, such as parsed JSON request bodies, database records, or config files from untrusted...

7.5CVSS5.9AI score0.00398EPSS
SaveExploits0References136
RedhatCVE
RedhatCVE
added 2026/04/03 11:02 p.m.15 views

CVE-2026-34752

Haraka is a Node.js mail server. Prior to version 3.1.4, sending an email with proto: as a header name crashes the Haraka worker process. This issue has been patched in version 3.1.4...

8.7CVSS5.8AI score0.00432EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/02 6:42 p.m.4 views

CVE-2026-34752 Haraka affected by DoS via `__proto__` email header

Haraka is a Node.js mail server. Prior to version 3.1.4, sending an email with proto: as a header name crashes the Haraka worker process. This issue has been patched in version 3.1.4...

8.7CVSS5.8AI score0.00432EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/02 6:42 p.m.13 views

CVE-2026-34752 Haraka affected by DoS via `__proto__` email header

Haraka is a Node.js mail server. Prior to version 3.1.4, sending an email with proto: as a header name crashes the Haraka worker process. This issue has been patched in version 3.1.4...

8.7CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/02 6:42 p.m.29 views

CVE-2026-34752 Haraka affected by DoS via `__proto__` email header

Haraka is a Node.js mail server. Prior to version 3.1.4, sending an email with proto: as a header name crashes the Haraka worker process. This issue has been patched in version 3.1.4...

8.7CVSS0.00432EPSS
SaveExploits1References2
CVE
CVE
added 2026/04/02 6:42 p.m.46 views

CVE-2026-34752

Haraka (Node.js mail server) is affected by a DoS/crash vulnerability when processing an email header named proto that crashes the worker process. The issue is triggered by the header parsing path in haraka-email-message, appears before 3.1.4, and has been patched in Haraka 3.1.4 or newer. Public...

8.7CVSS5.8AI score0.00432EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/02 6:16 p.m.9 views

UBUNTU-CVE-2026-32762

Rack is a modular Ruby web server interface. From versions 3.0.0.beta1 to before 3.1.21 and 3.2.0 to before 3.2.6, Rack::Utils.forwardedvalues parses the RFC 7239 Forwarded header by splitting on semicolons before handling quoted-string values. Because quoted values may legally contain semicolons...

6.5CVSS5.7AI score0.00179EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/04/02 12:00 a.m.17 views

Haraka 安全漏洞

Haraka is an open-source SMTP email server developed by Haraka. Versions of Haraka prior to 3.1.4 contained security vulnerabilities. These vulnerabilities occurred when sending emails with proto as the header name, which could lead to the crash of the working process...

8.7CVSS5.8AI score0.00432EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/01 10:56 p.m.7 views

Uncaught Exception

Overview Haraka is an email server with a modular plugin architecture. Affected versions of this package are vulnerable to Uncaught Exception in the header parsing. An attacker can cause the server process to crash by sending an email with a specially crafted header name such as proto, which...

8.7CVSS5.8AI score0.00432EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/01 10:56 p.m.11 views

GHSA-XPH3-R2JF-4VP3 Haraka affected by DoS via `__proto__` email header

Summary Sending an email with proto: as a header name crashes the Haraka worker process. Details The header parser at nodemodules/haraka-email-message/lib/header.js:215-218 stores headers in a plain object: javascript addheaderkey, value, method this.headerskey ??= // line 216 this.headerskeymeth...

8.7CVSS5.9AI score0.00432EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.12 views

PT-2026-29673

Summary Sending an email with proto : as a header name crashes the Haraka worker process. Details The header parser at node modules/haraka-email-message/lib/header.js:215-218 stores headers in a plain object: javascript add headerkey, value, method this.headerskey ??= // line 216...

8.7CVSS5.9AI score0.00432EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/03/31 10:29 p.m.11 views

CVE-2026-21710

A flaw was found in Node.js. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request that includes a header named proto. When a Node.js application processes this request and attempts to access distinct headers, it encounters an unhandled error, leading to an...

7.5CVSS7.2AI score0.25044EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/03/31 4:12 p.m.10 views

axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig

A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing proto as an own property. An attacker can trigger this by providing a malicious configuration object created via...

7.5CVSS6.7AI score0.02835EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/03/30 9:31 p.m.9 views

EUVD-2026-17170

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...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/30 8:16 p.m.9 views

ALPINE-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...

7.5CVSS5.8AI score0.25044EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/30 8:16 p.m.7 views

AZL-81239 CVE-2026-21710 affecting package nodejs for versions less than 20.14.0-15

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...

7.5CVSS7.2AI score0.25044EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/30 8:16 p.m.13 views

UBUNTU-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...

7.5CVSS7.3AI score0.25044EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/03/30 7:07 p.m.5 views

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...

7.5CVSS7.1AI score0.25044EPSS
SaveExploits0References2Affected Software1
AlpineLinux
AlpineLinux
added 2026/03/30 7:07 p.m.9 views

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...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References16
Vulnrichment
Vulnrichment
added 2026/03/30 7:07 p.m.6 views

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...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References1
Rows per page
Query Builder