Lucene search
+L

50 matches found

OSV
OSV
added 2026/08/31 11:43 a.m.10 views

ROOT-APP-MAVEN-CVE-2026-41731 CVE-2026-41731 in org.springframework.kafka:spring-kafka - Patched by Root

Root has patched CVE-2026-41731 in the org.springframework.kafka:spring-kafka package for Root:Maven. Multiple fixed versions available...

8.1CVSS5.9AI score0.0051EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 5:52 a.m.4 views

CVE-2023-34040

CVE-2023-34040 This PoC is cloned from https://github.com/Contrast-Security-OSS/Spring-Kafka-POC-CVE-2023-34040 About our analyzing process, please visit PDF file on the main repo...

7.8CVSS7.1AI score0.0209EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/08/28 5:54 a.m.5 views

Spring-Kafka-POC-CVE-2023-34040

POC di Deserializzazione Spring Kafka Requisiti Java 11 Maven Docker o Kafka Utilizzo Prima avvia l'istanza Kafka in Docker. Questo avvierà Kafka e lo renderà disponibile sulla porta 29092. root@kitploit: docker-compose up Avvia l'applicazione Consumer. root@kitploit: cd spring-kafka-consumer mvn...

7.8CVSS7.1AI score0.0209EPSS
SaveExploits2
NVD
NVD
added 2026/08/27 8:17 p.m.7 views

CVE-2026-59317

DeadLetterPublishingRecovererFactory reads the retrytopic-original-timestamp header from an inbound ConsumerRecord and passes its raw bytes directly to new BigIntegerheader.value with no length or format validation. Spring for Apache Kafka 4.1.0 Spring for Apache Kafka 4.0.0 - 4.0.6 Spring for...

6.5CVSS0.00367EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/27 6:38 p.m.2 views

CVE-2023-34040

CVE-2023-34040 Esecuzione di Codice Remoto tramite Deserializzazione in Spring Kafka root@kitploit: POST /messages/send HTTP/1.1 Host: 127.0.0.1:8899 Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 Macintosh; Intel Mac OS X 10157 AppleWebKit/537.36 KHTML, like Gecko...

7.8CVSS7.6AI score0.0209EPSS
SaveExploits2
EUVD
EUVD
added 2026/08/27 6:04 p.m.7 views

EUVD-2026-67199

DeadLetterPublishingRecovererFactory reads the retrytopic-original-timestamp header from an inbound ConsumerRecord and passes its raw bytes directly to new BigIntegerheader.value with no length or format validation. Spring for Apache Kafka 4.1.0 Spring for Apache Kafka 4.0.0 - 4.0.6 Spring for...

6.5CVSS5.2AI score0.00367EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 5:20 a.m.8 views

EUVD-2026-66850

JsonKafkaHeaderMapper and DefaultKafkaHeaderMapper include java.net in their default trusted packages list. When these mappers are used — which is the default configuration for all @KafkaListener consumers — an external Kafka producer can inject a java.net.InetAddress type via the...

6.5CVSS5.3AI score0.00159EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 9:01 p.m.4 views

cve-2023-34040

CVE-2023-34040 Spring Kafka 反序列化远程代码执行 root@kitploit: POST /messages/send HTTP/1.1 Host: 127.0.0.1:8899 Cache-Control: max-age=0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 Macintosh; Intel Mac OS X 10157 AppleWebKit/537.36 KHTML, like Gecko Chrome/116.0.0.0 Safari/537.36 Accept:...

7.8CVSS7.6AI score0.0209EPSS
SaveExploits2
Snyk
Snyk
added 2026/08/20 12:00 a.m.5 views

Improper Check for Unusual or Exceptional Conditions

Overview Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the DeadLetterPublishingRecovererFactory. An attacker can cause repeated failures and stall partition consumption by attaching a malformed retrytopic-original-timestamp header suc...

7.1CVSS5.9AI score0.00367EPSS
SaveExploits0References2
Veracode
Veracode
added 2026/08/14 10:40 a.m.12 views

Improper Validation Of User-Controlled Retry Header Value

Spring Kafka is vulnerable to improper validation of user-controlled retry header value. The vulnerability is due to insufficient validation of the retrytopic-attempts header, which allows an attacker to craft an out-of-range retry attempt count and cause the retry topic router to incorrectly...

6.5CVSS5.2AI score0.0024EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 10:55 a.m.11 views

ROOT-APP-MAVEN-CVE-2026-41726 CVE-2026-41726 in io.root.org.springframework.kafka:spring-kafka - Patched by Root

Root has patched CVE-2026-41726 in the io.root.org.springframework.kafka:spring-kafka package for Root:Maven. Multiple fixed versions available...

6.5CVSS5.8AI score0.00296EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/16 11:29 a.m.14 views

CVE-2026-41731

A flaw was found in the spring-kafka component. A remote attacker, by supplying crafted header values, could exploit a vulnerability in JsonKafkaHeaderMapper and DefaultKafkaHeaderMapper that incorrectly matched type headers against trusted packages. This issue, combined with Jackson's default be...

8.1CVSS5.7AI score0.0051EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/11 2:59 p.m.17 views

CVE-2026-41726

A flaw was found in spring-kafka. When an application uses the DelegatingDeserializer, a malicious producer can exploit this vulnerability by sending records with unique, random spring.kafka.serialization.selector header values. This can cause the consumer's memory heap to grow without limits,...

6.5CVSS5.1AI score0.00296EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/10 1:13 a.m.9 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JsonKafkaHeaderMapper or the deprecated DefaultKafkaHeaderMapper functions. An attacker can achieve arbitrary code execution by supplying crafted header values that trigger deserialization of...

9.2CVSS6.3AI score0.0051EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/10 1:13 a.m.16 views

Improper Validation of Specified Quantity in Input

Overview Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input in the retrytopic-attempts header. An attacker can manipulate retry routing and backoff behavior by sending crafted headers with out-of-range attempt counts. Remediation Upgrade...

7.1CVSS5.3AI score0.0024EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/10 1:13 a.m.10 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the DelegatingDeserializer function. An attacker can exhaust system memory by sending records with unique, random spring.kafka.serialization.selector header values, leading to...

7.1CVSS5.3AI score0.00296EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/06/10 12:31 a.m.29 views

EUVD-2026-35908

JsonKafkaHeaderMapper and the deprecated DefaultKafkaHeaderMapper matched type headers against trusted packages using a prefix check, meaning that trusting any package implicitly trusted all of its subpackages. Combined with Jackson's default bean deserialization, a producer could supply crafted...

8.1CVSS5.6AI score0.0051EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/10 12:31 a.m.11 views

GHSA-XVFQ-4Q6Q-GXX7 In Spring for Apache Kafka, unbounded delegate cache keyed on user-controlled, potentially malicious selector header

When an application opts into DelegatingDeserializer, a producer can grow the consumer's heap without bound by sending records with unique random spring.kafka.serialization.selector header values, eventually causing GC thrash and OutOfMemoryError. Affected versions: Spring for Apache Kafka 4.0.0...

6.5CVSS5.3AI score0.00296EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/10 12:31 a.m.45 views

In Spring for Apache Kafka, unbounded delegate cache keyed on user-controlled, potentially malicious selector header

When an application opts into DelegatingDeserializer, a producer can grow the consumer's heap without bound by sending records with unique random spring.kafka.serialization.selector header values, eventually causing GC thrash and OutOfMemoryError. Affected versions: Spring for Apache Kafka 4.0.0...

6.5CVSS5.2AI score0.00296EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/06/10 12:31 a.m.11 views

GHSA-XQ69-5H5V-X9X4 In Spring for Apache Kafka, overly broad trusted-package matching in header mappers exposes JDK classes to deserialization

JsonKafkaHeaderMapper and the deprecated DefaultKafkaHeaderMapper matched type headers against trusted packages using a prefix check, meaning that trusting any package implicitly trusted all of its subpackages. Combined with Jackson's default bean deserialization, a producer could supply crafted...

8.1CVSS5.5AI score0.0051EPSS
SaveExploits0References3
Rows per page
Query Builder