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-06-28
Advisory published
2026-06-25
Advisory updated
2026-06-28

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.

Official resources

This article was generated with AI assistance based on the supplied source corpus.