CVE-2026-41731
Received
Received - Intake
Deserialization Flaw in Spring for Apache Kafka
Publication date: 2026-06-10
Last updated on: 2026-06-10
Assigner: VMware
Description
Description
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 header values that caused the consumer to deserialize arbitrary JDK types.
Affected versions:
Spring for Apache Kafka 4.0.0 through 4.0.5; 3.3.0 through 3.3.15; 3.2.0 through 3.2.13; 2.9.0 through 2.9.13; 2.8.0 through 2.8.11.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_for_apache_kafka | From 2.8.0 (inc) to 4.0.5 (inc) |
| vmware | spring_for_apache_kafka | From 2.8.0 (inc) to 2.8.11 (inc) |
| vmware | spring_for_apache_kafka | From 2.9.0 (inc) to 2.9.13 (inc) |
| vmware | spring_for_apache_kafka | From 3.2.0 (inc) to 3.2.13 (inc) |
| vmware | spring_for_apache_kafka | From 3.3.0 (inc) to 3.3.15 (inc) |
| vmware | spring_for_apache_kafka | From 4.0.0 (inc) to 4.0.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |