In the Linux kernel, the following vulnerability has been resolved:
SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
The in_token->pages[] array is not NULL terminated. This results in
the following KASAN splat:
KASAN: maybe wild-memory-access in range [0x04a2013400000008-0x04a201340000000f]
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-21 12:15
Updated : 2024-11-21 09:21
NVD link : CVE-2024-36288
Mitre link : CVE-2024-36288
CVE.ORG link : CVE-2024-36288
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')