CVE-2025-39920
Published: Oct 1, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Add error handling for add_interval() in do_validate_mem() In the do_validate_mem(), the call to add_interval() does not handle errors. If kmalloc() fails in add_interval(), it could result in a null pointer being inserted into the linked list, leading to illegal memory access when sub_interval() is called next. This patch adds an error handling for the add_interval(). If add_interval() returns an error, the function will return early with the error code.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 7b4884ca8853a638df0eb5d251d80d67777b8b1a - < 5b60ed401b47897352c520bc724c85aa908dedccaffected 7b4884ca8853a638df0eb5d251d80d67777b8b1a - < ae184024ef31423e5beb44cf4f52999bbcf2fe5baffected 7b4884ca8853a638df0eb5d251d80d67777b8b1a - < 85be7ef8c8e792a414940a38d94565dd48d2f236affected 7b4884ca8853a638df0eb5d251d80d67777b8b1a - < 06b26e3099207c94b3d1be8565aedc6edc4f0a60affected 7b4884ca8853a638df0eb5d251d80d67777b8b1a - < 8699358b6ac99b8ccc97ed9e6e3669ef8958ef7b+3 more versions |
Linux | Linux | affected 2.6.34unaffected 0 - < 2.6.34unaffected 5.4.299 - <= 5.4.*unaffected 5.10.243 - <= 5.10.*unaffected 5.15.192 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now