CVE-2022-46397
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 · uneditedFP.io VPP (Vector Packet Processor) 22.10, 22.06, 22.02, 21.10, 21.06, 21.01, 20.09, 20.05, 20.01, 19.08, and 19.04 Generates a Predictable IV with CBC Mode.
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 confidenceVPP (Vector Packet Processor) versions 22.10, 22.06, 22.02, 21.10, 21.06, 21.01, 20.09, 20.05, 20.01, 19.08, and 19.04 use predictable Initialization Vectors (IVs) when operating in CBC mode encryption. This cryptographic weakness allows attackers to potentially recover plaintext or perform chosen-plaintext attacks, compromising confidentiality of encrypted traffic.
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= 19.04= 19.08= 20.01= 20.05= 20.09= 21.01= 21.06= 21.10= 22.02= 22.06= 22.10CVSS 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
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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.
-
Confirm VPP installationRun 'vpp -v' or 'vppctl -v' to check if VPP is installed and get version informationAffected if Version matches any of: 19.04, 19.08, 20.01, 20.05, 20.09, 21.01, 21.06, 21.10, 22.02, 22.06, or 22.10
-
Identify VPP process and binary locationRun 'ps aux | grep vpp' or 'which vpp' to locate the VPP binaryAffected if VPP binary exists and version cannot be determined or matches affected versions
-
Check for CBC mode encryption configurationInspect VPP configuration files in /etc/vpp/ or examine running config via 'vppctl show crypto' to identify if CBC encryption is enabledAffected if CBC mode encryption is configured or in use
-
Verify IV generation behaviorReview VPP logs or capture traffic to observe if IVs follow predictable patterns across encryption operationsAffected if IVs appear sequential, zero-based, or otherwise predictable rather than cryptographically random
If VPP version is one of the listed affected versions AND CBC mode encryption is in use, the environment is vulnerable to CVE-2022-46397
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 · scopedReplace predictable IV generation with cryptographically secure random IVs for all CBC mode encryption operations, or migrate to authenticated encryption modes like GCM that provide built-in IV handling.
VPP 22.10.01 or later stable release (versions after 22.10 contain the fix)
- 1. Identify the current VPP version installed using 'vpp -v' or checking the package manager
- 2. Plan maintenance window as upgrade may require service interruption
- 3. Backup current VPP configuration before upgrade
- 4. For Debian/Ubuntu: Run 'apt-get update && apt-get upgrade' or upgrade specific package
- 5. For RHEL/CentOS: Run 'yum update' or 'dnf update'
- 6. For containerized deployments: Update container image to fixed version and restart containers
- 7. Verify VPP starts successfully after upgrade
- 8. Test that affected cryptographic functionality works correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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 $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-46397 — 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-46397 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