First published: Thu Aug 24 2023(Updated: )
In Spring for Apache Kafka 3.0.9 and earlier and versions 2.9.10 and earlier, a possible deserialization attack vector existed, but only if unusual configuration was applied. An attacker would have to construct a malicious serialized object in one of the deserialization exception record headers. Specifically, an application is vulnerable when all of the following are true: * The user does not configure an ErrorHandlingDeserializer for the key and/or value of the record * The user explicitly sets container properties checkDeserExWhenKeyNull and/or checkDeserExWhenValueNull container properties to true. * The user allows untrusted sources to publish to a Kafka topic By default, these properties are false, and the container only attempts to deserialize the headers if an ErrorHandlingDeserializer is configured. The ErrorHandlingDeserializer prevents the vulnerability by removing any such malicious headers before processing the record.
Credit: security@vmware.com security@vmware.com security@vmware.com
Affected Software | Affected Version | How to fix |
---|---|---|
Vmware Spring For Apache Kafka | >=2.8.1<=2.9.10 | |
Vmware Spring For Apache Kafka | >=3.0.0<=3.0.9 | |
maven/org.springframework.kafka:spring-kafka | >=2.8.1<2.9.11 | 2.9.11 |
maven/org.springframework.kafka:spring-kafka | >=3.0.0<3.0.10 | 3.0.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-34040 is a vulnerability in Spring for Apache Kafka 3.0.9 and earlier and versions 2.9.10 and earlier, which allows for a possible deserialization attack vector.
The severity of CVE-2023-34040 is high, with a severity value of 7.8.
To fix CVE-2023-34040, update to Spring for Apache Kafka version 3.0.10 or above, or version 2.9.11 or above.
You can find more information about CVE-2023-34040 on the Spring website, NIST's National Vulnerability Database (NVD), and the GitHub commit.
The CWE number associated with CVE-2023-34040 is CWE-502.