216.73.217.98

CVE-2025-48990

· Published 02/06/2025 12:15 · Modified 02/06/2025 17:32

Labels: CVE-2025-48990 2025-06-02CVE-2025-48990CWE-122[email protected]

Essential information

Published
02/06/2025 12:15
Modified
02/06/2025 17:32
Author
Creator
CVSS
8.6 HIGH (v3) 8.6 HIGH (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

NeKernal is a free and open-source operating system stack. Version 0.0.2 has a 1-byte heap overflow in `rt_copy_memory`, which unconditionally wrote a null terminator at `dst[len]`. When `len` equals the size of the destination buffer (256 bytes), that extra `'\0'` write overruns the buffer by one byte. To avoid breaking existing callers or changing the public API, the patch in commit fb7b7f658327f659c6a6da1af151cb389c2ca4ee takes a minimal approach: it simply removes the overflow-causing line without adding bounds checks or altering the function signature.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
nekernal / nekernal cpe:2.3:a:nekernal:nekernal:0.0.2:*:*:*:*:*:*:*

References