CVE-2026-23067: iommu/io-pgtable-arm: fix size_t signedness bug in unmap path

Published Feb 4, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iommu/io-pgtable-arm: fix sizet signedness bug in unmap path

armlpaeunmap() returns sizet but was returning -ENOENT (negative error code) when encountering an unmapped PTE. Since sizet is unsigned, -ENOENT (typically -2) becomes a huge positive value (0xFFFFFFFFFFFFFFFE on 64-bit systems).

This corrupted value propagates through the call chain: armlpaeunmap() returns -ENOENT as sizet -> armlpaeunmappages() returns it -> iommuunmap() adds it to iova address -> iommupgsize() triggers BUGON due to corrupted iova

This can cause IOVA address overflow in iommuunmap() loop and trigger BUGON in iommupgsize() from invalid address alignment.

Fix by returning 0 instead of -ENOENT. The WARNON already signals the error condition, and returning 0 (meaning "nothing unmapped") is the correct semantic for sizet return type. This matches the behavior of other io-pgtable implementations (io-pgtable-arm-v7s, io-pgtable-dart) which return 0 on error conditions.

Affected Software

8 affected components
linux-kernel
Linux Linux kernel>=6.16<6.18.8
Linux Linux kernel=6.19-rc1
Linux Linux kernel=6.19-rc2
Linux Linux kernel=6.19-rc3
Linux Linux kernel=6.19-rc4
Linux Linux kernel=6.19-rc5
Linux Linux kernel=6.19-rc6

Event History

Feb 4, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description
Data Sourced
via NVD·05:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-23067?

The severity of CVE-2026-23067 is classified as high due to the potential for kernel exploitation.

2

How do I fix CVE-2026-23067?

To fix CVE-2026-23067, update to the patched version of the Linux kernel that addresses the signedness bug in the unmap path.

3

What systems are affected by CVE-2026-23067?

CVE-2026-23067 affects various versions of the Linux kernel, specifically those using the iommu/io-pgtable-arm module.

4

What are the potential impacts of CVE-2026-23067?

The potential impacts of CVE-2026-23067 include system crashes and denial of service due to improper error handling in the unmap path.

5

When was CVE-2026-23067 reported?

CVE-2026-23067 was reported as a vulnerability in the Linux kernel, highlighting a critical issue with error code handling.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203