CVE-2022-46393
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 · uneditedAn issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. There is a potential heap-based buffer overflow and heap-based buffer over-read in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX > 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX.
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 · high confidenceHeap-based buffer overflow and over-read vulnerability in Mbed TLS DTLS implementation when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and the maximum input CID length exceeds twice the maximum output CID length. This memory corruption flaw can be triggered during DTLS handshake processing, potentially allowing remote code execution or sensitive memory disclosure.
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= 36= 37< 2.28.2>= 3.0.0, < 3.3.0CVSS 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
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 Mbed TLS versionCheck the installed Mbed TLS library version. On Linux systems, this can be done via package manager (e.g., 'rpm -q mbedtls' on Fedora) or by checking the library file version. For embedded builds, inspect the build configuration header files for the version definition (e.g., MBEDTLS_VERSION_NUMBER).Affected if The version is less than 2.28.2 for the 2.x branch, or between 3.0.0 and 3.2.x for the 3.x branch (versions 3.0.0 through 3.2.x are affected).
-
Confirm DTLS Connection ID feature is enabledInspect the Mbed TLS build configuration (mbedtls_config.h or the build defines) for the macro MBEDTLS_SSL_DTLS_CONNECTION_ID. Search for '#define MBEDTLS_SSL_DTLS_CONNECTION_ID' or check compile-time configuration options.Affected if The macro MBEDTLS_SSL_DTLS_CONNECTION_ID is defined/enabled, meaning DTLS Connection IDs are compiled into the library.
-
Check CID length configuration limitsInspect the build configuration for MBEDTLS_SSL_CID_IN_LEN_MAX and MBEDTLS_SSL_CID_OUT_LEN_MAX macros. These define the maximum input and output CID lengths respectively. Look in mbedtls_config.h or the relevant configuration header.Affected if The value of MBEDTLS_SSL_CID_IN_LEN_MAX is greater than two times MBEDTLS_SSL_CID_OUT_LEN_MAX (i.e., MBEDTLS_SSL_CID_IN_LEN_MAX > 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX).
You are affected if you run a vulnerable Mbed TLS version (<2.28.2 or 3.0.0-3.2.x), have DTLS Connection IDs enabled, and have configured the input CID length limit to exceed twice the output CID length limit.
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.28.23.3.0
Upgrade Mbed TLS to version 2.28.2 or 3.3.0, or disable DTLS Connection IDs if not required. Ensure MBEDTLS_SSL_CID_IN_LEN_MAX is not greater than 2*MBEDTLS_SSL_CID_OUT_LEN_MAX.
Mbed TLS 2.28.2 (for 2.x branch) or Mbed TLS 3.3.0 (for 3.x branch)
- Identify whether your project uses Mbed TLS 2.x or 3.x branch
- If using Mbed TLS 2.x: upgrade to version 2.28.2
- If using Mbed TLS 3.x: upgrade to version 3.3.0
- After upgrade, verify the version using mbedtls_version_get_number() or equivalent
- Rebuild and redeploy your application with the updated Mbed TLS library
- Test DTLS functionality to ensure proper operation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-46393 — 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-2022-46393 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