CVE-2022-21819
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 · uneditedNVIDIA distributions of Jetson Linux contain a vulnerability where an error in the IOMMU configuration may allow an unprivileged attacker with physical access to the board direct read/write access to the entire system address space through the PCI bus. Such an attack could result in denial of service, code execution, escalation of privileges, and impact to data integrity and confidentiality. The scope impact may extend to other components.
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 confidenceNVIDIA Jetson Linux contains an IOMMU configuration error that allows an unprivileged attacker with physical access to the board to use the PCI bus to gain direct read/write access to the entire system address space. This bypasses DMA protection and memory isolation, enabling code execution, privilege escalation, and data integrity/confidentiality impacts.
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>= 32.1, < 32.7.1CVSS 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
- Physical
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/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 the installed Jetson Linux versionRun 'cat /etc/nv_tegra_release' or check '/proc/version' to find the exact Jetson Linux version running on the deviceAffected if The version falls within >= 32.1 and < 32.7.1 (note: 32.7.1 itself is not affected)
-
Verify IOMMU is enabled in the kernelCheck the kernel command line in '/proc/cmdline' for 'iommu=' parameters or check '/sys/kernel/debug/kernel_page_tables' if availableAffected if IOMMU is disabled or not present in the kernel boot parameters
-
Inspect the device tree for IOMMU configurationExamine the device tree blob (DTB) or the /proc/device-tree directory for 'iommu' or 'dma-ranges' properties related to PCI host bridge nodesAffected if No IOMMU bindings are defined for PCI devices, or 'dma-ranges' shows full memory access without restrictions
-
Check PCI device DMA isolation statusUse 'dmesg' to look for IOMMU group information, or check '/sys/kernel/debug/iommu/groups/' to see if PCI devices are in isolated IOMMU groupsAffected if PCI devices are not assigned to separate IOMMU groups or groups allow unrestricted access to system memory
The system is affected if running Jetson Linux 32.1 through 32.7.0 AND the IOMMU is either disabled, not properly configured for PCI devices, or allows unrestricted DMA access to the full system memory address space.
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 · scoped32.7.1
Properly configure IOMMU to restrict PCI device DMA access to authorized memory regions only; this typically requires firmware/bootloader updates or device tree modifications. Physical access controls should also be reviewed.
Jetson Linux 32.7.1 or later
- Upgrade Jetson Linux to version 32.7.1 or later to address the IOMMU configuration vulnerability
- Verify the IOMMU settings are properly configured in the device tree or bootloader
- After upgrade, confirm that IOMMU is enabled and correctly restricting PCI bus access
- Test that legitimate PCI device functionality remains intact after the configuration fix
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.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 $8,448.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-21819 — 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-21819 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