Lucene search
+L

4599 matches found

Veracode
Veracode
added 2026/05/06 8:41 a.m.18 views

Improperly Controlled Modification Of Dynamically-Determined Object Attributes

Apache Camel is vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes. The vulnerability is due to lack of header filtering when mapping CoAP query parameters to message headers, which allows an attacker to inject malicious headers and execute arbitrary...

10CVSS6AI score0.06157EPSS
SaveExploits2References15Affected Software3
RedhatCVE
RedhatCVE
added 2026/05/06 6:16 a.m.10 views

CVE-2026-33453

A flaw was found in Apache Camel's camel-coap component. An unauthenticated remote attacker can exploit this vulnerability by sending a specially crafted CoAP Constrained Application Protocol UDP User Datagram Protocol packet. The camel-coap component improperly processes URI query parameters,...

10CVSS6.4AI score0.06157EPSS
SaveExploits2References4
CNNVD
CNNVD
added 2026/05/06 12:0 a.m.10 views

Gazelle 环境问题漏洞

Gazelle is a web framework developed by WhatCD’s developers, designed for private BitTorrent trackers. Versions of Gazelle prior to 0.49 contained an environmental vulnerability, caused by improper handling of HTTP header priorities. This vulnerability could allow attackers to inject malicious HT...

7.5CVSS5.8AI score0.00319EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/05 6:35 p.m.7 views

HTTP Response Splitting

Overview microdot is a The impossibly small web framework for MicroPython Affected versions of this package are vulnerable to HTTP Response Splitting in the setcookie function. An attacker can inject arbitrary HTTP headers by supplying malicious input containing carriage return and line feed...

6.3CVSS5.8AI score0.00215EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/05 6:35 p.m.8 views

Microdot has HTTP response splitting in Response.set_cookie()

Impact The Response.setcookie method does not sanitize its string arguments, and in particular will not detect the presence of the \r\n sequence in them. This can be a potential source of header injection attacks. For a header injection attack through this issue to be possible, an attacker must...

3.7CVSS5.8AI score0.00215EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/05/05 6:35 p.m.9 views

GHSA-7WC8-WVC4-M498 Microdot has HTTP response splitting in Response.set_cookie()

Impact The Response.setcookie method does not sanitize its string arguments, and in particular will not detect the presence of the \r\n sequence in them. This can be a potential source of header injection attacks. For a header injection attack through this issue to be possible, an attacker must...

3.7CVSS5.8AI score0.00215EPSS
SaveExploits0References5
Veracode
Veracode
added 2026/05/05 11:24 a.m.14 views

Header Injection

Apache Camel is vulnerable to Header Injection. The vulnerability is due to missing inbound header filtering in the MailHeaderFilterStrategy, which allows an attacker to inject malicious Camel-specific headers via email and manipulate downstream component behavior...

9.4CVSS5.8AI score0.00621EPSS
SaveExploits1References13Affected Software3
Snyk
Snyk
added 2026/05/05 9:26 a.m.9 views

Origin Validation Error

Overview org.webjars.npm:thrift is a lightweight, language-independent software stack with an associated code generation mechanism for point-to-point RPC. Affected versions of this package are vulnerable to Origin Validation Error in the webserver.js component. An attacker can access unauthorized...

8.6CVSS5.9AI score0.00394EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/05 7:45 a.m.27 views

CVE-2026-43870

Apache Thrift (before 0.23.0) contains multiple issues: Origin Validation Error, Path Traversal (improper limitation of a pathname to a restricted directory), HTTP header CRLF-related splitting, and uncontrolled resource consumption. Upgrade to 0.23.0 to fix. Exploitation status is not provided i...

7.3CVSS5.8AI score0.00394EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/05/05 12:40 a.m.18 views

EUVD-2026-25603

Axios: CRLF Injection in multipart/form-data body via unsanitized blob.type in formDataToStream...

5.3CVSS5.8AI score0.00294EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/05 12:40 a.m.6 views

GHSA-445Q-VR5W-6Q77 Axios: CRLF Injection in multipart/form-data body via unsanitized blob.type in formDataToStream

Summary The FormDataPart constructor in lib/helpers/formDataToStream.js interpolates value.type directly into the Content-Type header of each multipart part without sanitizing CRLF \r\n sequences. An attacker who controls the .type property of a Blob/File-like object e.g., via a user-uploaded fil...

5.3CVSS6AI score0.00294EPSS
SaveExploits1References3
Patchstack
Patchstack
added 2026/05/05 12:25 a.m.16 views

NPM: Axios: Header Injection via Prototype Pollution

NPM: Axios: Header Injection via Prototype Pollution vulnerability discovered by ? in WordPress Npm axios versions = 0.31.0...

7.4CVSS5.8AI score0.00403EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/05/05 12:25 a.m.8 views

EUVD-2026-25589

Axios: Header Injection via Prototype Pollution...

7.4CVSS5.8AI score0.00403EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/05 12:25 a.m.12 views

Axios: Header Injection via Prototype Pollution

Summary A prototype pollution gadget exists in the Axios HTTP adapter lib/adapters/http.js that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders,...

7.4CVSS5.8AI score0.00403EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/05/05 12:25 a.m.9 views

GHSA-6CHQ-WFR3-2HJ9 Axios: Header Injection via Prototype Pollution

Summary A prototype pollution gadget exists in the Axios HTTP adapter lib/adapters/http.js that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders,...

7.4CVSS5.8AI score0.00403EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/05/05 12:18 a.m.12 views

Prototype Pollution

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution when the Object.prototype has been polluted via a different exploit. The following properties in the HTTP adapter configuration may be manipulated, as...

9.1CVSS6.3AI score0.00715EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/05/05 12:0 a.m.16 views

PT-2026-37286

Name of the Vulnerable Software and Affected Versions microdot versions prior to 2.6.1 Description The Response.set cookie function does not sanitize string arguments, failing to detect the r sequence. This allows for HTTP response splitting and header injection attacks. For this to be exploited,...

3.7CVSS5.8AI score0.00215EPSS
SaveExploits0References12
OSV
OSV
added 2026/05/04 9:31 a.m.7 views

GHSA-7GM6-W7MX-58CR phpBB has Password Reset Link Poisoning via Host Header injection

phpBB before 3.3.16 is vulnerable to Host Header Injection that can lead to password rest link poisoning. When forceservervars is disabled, the servers hostname may be extracted from the HTTP Host header which is used to generate the password reset link URL. An attacker who can manipulate the Hos...

8.1CVSS5.4AI score0.00249EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/04 7:15 a.m.13 views

CVE-2026-29199

phpBB before 3.3.16 is vulnerable to Host Header Injection that can lead to password rest link poisoning. When forceservervars is disabled, the servers hostname may be extracted from the HTTP Host header which is used to generate the password reset link URL. An attacker who can manipulate the Hos...

8.1CVSS0.00249EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/04 5:42 a.m.8 views

EUVD-2026-26892

phpBB before 3.3.16 is vulnerable to Host Header Injection that can lead to password rest link poisoning. When forceservervars is disabled, the servers hostname may be extracted from the HTTP Host header which is used to generate the password reset link URL. An attacker who can manipulate the Hos...

8.1CVSS5.8AI score0.00249EPSS
SaveExploits0References1
Rows per page
Query Builder