CVE-2025-48990
June 02, 2025
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.
Affected Packages
https://github.com/nekernel-org/nekernel.git (GITHUB):
Affected version(s) =0.0.2 <0.0.3Fix Suggestion:
Update to version 0.0.3Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.6
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.4
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Heap-based Buffer Overflow
EPSS
Base Score:
0.03