PT-2025-28890 · Linux+4 · Linux Kernel+4
Anubis
·
Published
2025-07-09
·
Updated
2026-05-26
·
CVE-2025-38262
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
A concurrency race condition can occur when two instances of uart devices are probing. If one thread calls the
uart register driver function, which allocates memory for the uart state member of the uart driver structure, the other instance can bypass driver registration and call ulite assign. This calls uart add one port, expecting the driver to be fully initialized, leading to a kernel panic due to a null pointer dereference. The issue is resolved by moving uart driver registration into the init function to ensure the driver is always registered when the probe function is called.Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
DoS
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Debian
Linuxmint
Linux Kernel
Red Os
Ubuntu