In some cases, the ktrace facility will log the contents of kernel structures to userspace. In one such case, ktrace dumps a variable-sized sockaddr to userspace. There, the full sockaddr is copied, even when it is shorter than the full size. This can result in up to 14 uninitialized bytes of kernel memory being copied out to userspace.
It is possible for an unprivileged userspace program to leak 14 bytes of a kernel heap allocation to userspace.
References
Configurations
No configuration.
History
07 Feb 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
31 Jan 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.9 |
Summary |
|
30 Jan 2025, 05:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-30 05:15
Updated : 2025-02-07 17:15
NVD link : CVE-2025-0662
Mitre link : CVE-2025-0662
CVE.ORG link : CVE-2025-0662
JSON object : View
Products Affected
No product.
CWE
CWE-122
Heap-based Buffer Overflow