CVE-2025-48990

NeKernel has Heap Overflow in `rt_copy_memory`

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.

Category

8.6
CVSS
Severity: High
CVSS 4.0 •
EPSS 0.02%
Affected: nekernel-org nekernel
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2025-48990?
CVE-2025-48990 has been scored as a high severity vulnerability.
How to fix CVE-2025-48990?
To fix CVE-2025-48990, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2025-48990 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2025-48990 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2025-48990?
CVE-2025-48990 affects nekernel-org nekernel.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.