Cyber Resilience

CVE-2023-34040

Deserialization in Vmware Spring For Apache Kafka 2.8.1 – 2.9.10

Published
24 August 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.022 81th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2023-34040 is a medium-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Vmware Spring For Apache Kafka. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 19% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

In Spring for Apache Kafka versions 3.0.9 and earlier as well as 2.9.10 and earlier, a deserialization vulnerability exists that could allow attacks via malicious serialized objects placed in deserialization exception record headers. The issue arises under specific configurations where ErrorHandlingDeserializer is not used for keys or values, and the checkDeserExWhenKeyNull or checkDeserExWhenValueNull properties are set to true.

An attacker able to publish messages to a Kafka topic from an untrusted source could supply crafted headers that trigger unsafe deserialization when those container properties are enabled, resulting in local impacts rated at CVSS 5.3 under CWE-502.

Spring advisory guidance states that the relevant container properties default to false and that the container only processes such headers when an ErrorHandlingDeserializer is configured; the ErrorHandlingDeserializer itself blocks the attack by removing malicious headers prior to record handling.

The associated EPSS score rose from lower values to a peak of 0.2736, indicating that exploitation interest emerged after disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-41727Same product: Vmware Spring For Apache Kafka
CVE-2026-41726Same product: Vmware Spring For Apache Kafka
CVE-2026-40993Same vendor: Vmware
CVE-2023-34052Same vendor: Vmware
CVE-2023-20864Same vendor: Vmware
CVE-2026-41699Same vendor: Vmware
CVE-2026-41855Same vendor: Vmware
CVE-2023-20878Same vendor: Vmware
CVE-2023-20888Same vendor: Vmware
CVE-2026-41732Same vendor: Vmware

Affected Assets

vmware
spring for apache kafka
2.8.1 — 2.9.10 · 3.0.0 — 3.0.9

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-502

Penetration testing supplies malicious serialized objects, detecting unsafe deserialization and supporting corrective actions.

addresses: CWE-502

Evaluation of untrusted data handling (deserialization testing) reveals unsafe processing, which the required remediation process addresses.

addresses: CWE-502

Untrusted serialized data can be deserialized and observed inside the chamber, blocking gadget-chain exploitation outside the sandbox.

addresses: CWE-502

Validates or rejects untrusted serialized data before deserialization occurs.

addresses: CWE-502

Identifies and blocks malicious code introduced through deserialization of untrusted data at system boundaries.

addresses: CWE-502

Integrity verification of serialized information can detect tampering before deserialization occurs.

addresses: CWE-502

Provenance of associated data allows detection of untrusted sources before deserialization or processing occurs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-02 none match
prevents

PR.PS-02 addresses only post-deployment updates/patching and cannot prevent introduction of unsafe deserialization code, yet it can remediate some instances when the flaw exists in outdated libraries or components.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing includes validation of deserialization routines and the use of untrusted data, reducing the likelihood that unsafe object reconstruction will be deployed.

prevents

Requiring vetted libraries, regular updates and SAST before release reduces the likelihood that deserialization logic will accept and act on attacker-controlled serialized objects.

finds

Regular scanning of third-party libraries and timely patching reduce the likelihood that unsafe deserialization vulnerabilities remain active.

none

Mandatory malware scanning of data received over networks or storage media intercepts malicious serialized payloads before they are deserialized by the target application.

References