PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-53187 Linux CVE debrief

A vulnerability in the Linux kernel's RDMA/core DMAH alloc has been resolved. The cpu_id attribute supplied by user space is passed directly to cpumask_test_cpu() without verification, leading to a potential out-of-bounds read. This vulnerability has been assigned a CVSS score of 7.1 and a HIGH severity rating. The vulnerability was reported by Smatch and has been fixed by rejecting any cpu_id that is not smaller than nr_cpu_ids with -EINVAL. Linux kernel users should update to the latest version to mitigate this vulnerability.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-25
Original CVE updated
2026-07-06
Advisory published
2026-06-25
Advisory updated
2026-07-06

Who should care

Linux kernel users and administrators should be aware of this vulnerability and take steps to mitigate it. This vulnerability has been assigned a HIGH severity rating and could potentially lead to a machine reboot. Linux kernel developers and maintainers should also be aware of this vulnerability and ensure that their systems are updated to the latest version.

Technical summary

The Linux kernel's RDMA/core DMAH alloc vulnerability allows an untrusted user space cpu_id attribute to be passed directly to cpumask_test_cpu() without verification. This could lead to an out-of-bounds read of the underlying cpumask bitmap. The vulnerability is caused by a lack of bounds checking on the cpu_id attribute. The vulnerability has been fixed by rejecting any cpu_id that is not smaller than nr_cpu_ids with -EINVAL. This fix prevents the potential out-of-bounds read and ensures that the system remains stable.

Defensive priority

High priority should be given to updating Linux kernel systems to the latest version to mitigate this vulnerability. Linux kernel users and administrators should also ensure that their systems are configured to receive and apply security updates in a timely manner.

Recommended defensive actions

  • Update Linux kernel systems to the latest version
  • Ensure systems are configured to receive and apply security updates in a timely manner
  • Monitor systems for potential exploitation attempts
  • Implement additional security controls to prevent exploitation
  • Review and update incident response plans to address potential exploitation

Evidence notes

The vulnerability was reported by Smatch and has been assigned a CVSS score of 7.1 and a HIGH severity rating. The vulnerability has been fixed by rejecting any cpu_id that is not smaller than nr_cpu_ids with -EINVAL. Linux kernel users and administrators should be aware of this vulnerability and take steps to mitigate it.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-53187 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-53187

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-53187 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53187

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0efbb6b54ff56300867027d8e0800d0e32226a20

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/323c98a4ff06aa28114f2bf658fb43eb3b536bbc

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bd5e818be7964c1689fba2dad9e6bd3a827fee74

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.