CVE-2023-38537
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA race condition in a network transport subsystem led to a heap use-after-free issue in established or unsilenced incoming audio/video calls that could have resulted in app termination or unexpected control flow with very low probability.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA race condition in the network transport subsystem causes a heap use-after-free vulnerability in established or unsilenced incoming audio/video calls. The race between network event handling and call state cleanup can lead to dangling pointer dereference when audio/video streams are processed, potentially causing app termination or unpredictable control flow.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.2338.12CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify WhatsApp versionOn Android, go to Settings > Help > About to view the version. On iOS, go to Settings > Account > Help Center > About. Record the full version number shown.Affected if The displayed version number is less than 2.2338.12 (for example, 2.2338.10 or earlier)
-
Confirm audio/video call capability is presentAttempt to locate the call feature in the app. Look for the phone or video camera icons typically found in the conversation header or the Calls tab.Affected if The application supports and displays audio/video call functionality, indicating the vulnerable code path exists in the build
-
Verify active or recent call activityCheck the Calls tab or call history within WhatsApp to see if incoming audio/video calls have been received or placed.Affected if There are established or unsilenced incoming audio/video calls in the call log, meaning the network transport subsystem has processed or is processing call streams where the race condition could trigger
-
Inspect network transport state during a callWhile on an active audio/video call, use system network debugging tools to observe the transport layer connections. On Android, this can be done via adb shell ss -tunp or similar socket state inspection.Affected if Active network sockets associated with the call transport layer are present, confirming the vulnerable code path is loaded and executing
A user is affected if their installed WhatsApp version is below 2.2338.12 and they have made or received audio/video calls, as the race condition occurs in the network transport subsystem during call stream processing.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.2338.12
Apply vendor-supplied patches for the affected application; ensure proper synchronization primitives are implemented in the network transport layer to prevent the race condition between call state changes and stream processing.
WhatsApp version 2.2338.12 or later
- Open the Google Play Store (Android) or Apple App Store (iOS) on your device
- Search for WhatsApp or navigate to your installed WhatsApp app
- Tap Update to download and install the latest version of WhatsApp
- Once updated, verify the version by opening WhatsApp, going to Settings > Help > App Info, and confirming the version is 2.2338.12 or higher
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation12.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-38537 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-38537 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data