In the Linux kernel, the following vulnerability has been resolved:
tracing: ring-buffer: Fix to check event length before using
Check the event length before adding it for accessing next index in
rb_read_data_buffer(). Since this function is used for validating
possibly broken ring buffers, the length of the event could be broken.
In that case, the new event (e + len) can point a wrong address.
To avoid invalid memory access at boot, check whether the length of
each event is in the possible range before using it.
References
Configurations
Configuration 1 (hide)
|
History
11 May 2026, 19:58
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | NVD-CWE-noinfo | |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/5026010110a5ad2268d8c23e1e286ab7c736f7ac - Patch | |
| References | () https://git.kernel.org/stable/c/912b0ee248c529a4f45d1e7f568dc1adddbf2a4a - Patch | |
| References | () https://git.kernel.org/stable/c/9eb80e54494ef1efef8a64bec4ffa672c9cf411e - Patch | |
| References | () https://git.kernel.org/stable/c/b4700c089a10f89de3a5149d57f8a58306458982 - Patch |
06 May 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 12:16
Updated : 2026-05-11 19:58
NVD link : CVE-2026-43210
Mitre link : CVE-2026-43210
CVE.ORG link : CVE-2026-43210
JSON object : View
Products Affected
linux
- linux_kernel
CWE
