Cyber Posture

CVE-2026-35547

High

Published: 30 April 2026

Published
30 April 2026
Modified
01 May 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0006 18.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-35547 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Freebsd Freebsd. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of incoming message header sizes to prevent heap-based buffer overflows from invalid inputs.

prevent

Implements memory protections such as ASLR and non-executable heap to block exploitation of heap overflows leading to crashes or privilege escalation.

prevent

Ensures timely remediation of the specific libnv buffer overflow flaw through vulnerability monitoring, scanning, and patching as addressed in FreeBSD SA-26:17.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Remote heap buffer overflow in libnv enables network exploitation of public-facing applications (T1190) and direct privilege escalation from unprivileged access (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

When processing the header of an incoming message, libnv failed to properly validate the message size. The lack of validation allows a malicious program to write outside the bounds of a heap allocation. This can trigger a crash or system…

more

panic, and it may be possible for an unprivileged user to exploit the bug to elevate their privileges.

Deeper analysisAI

CVE-2026-35547 is a heap-based buffer overflow vulnerability in the libnv library, stemming from a failure to properly validate the size of incoming message headers during processing. This flaw, associated with CWE-122 and CWE-130, allows out-of-bounds writes beyond heap allocations in affected FreeBSD systems utilizing libnv.

The vulnerability can be exploited remotely over the network (AV:N) by attackers requiring no privileges (PR:N) and no user interaction (UI:N), though it demands high attack complexity (AC:H) with an unchanged impact scope (S:U). Successful exploitation may trigger system crashes or panics, and it could enable unprivileged users to achieve privilege escalation, with a CVSS v3.1 base score of 8.1 indicating high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H).

The FreeBSD Security Advisory SA-26:17 addresses this issue in libnv, with full details available at https://security.freebsd.org/advisories/FreeBSD-SA-26:17.libnv.asc.

Details

CWE(s)

Affected Products

freebsd
freebsd
13.5, 14.3, 14.4, 15.0

CVEs Like This One

CVE-2026-5398Same product: Freebsd Freebsd
CVE-2026-42512Same product: Freebsd Freebsd
CVE-2026-7270Same product: Freebsd Freebsd
CVE-2026-39457Same product: Freebsd Freebsd
CVE-2026-6386Same product: Freebsd Freebsd
CVE-2025-15576Same product: Freebsd Freebsd
CVE-2026-4747Same product: Freebsd Freebsd
CVE-2025-15547Same product: Freebsd Freebsd
CVE-2025-14769Same product: Freebsd Freebsd
CVE-2025-14558Same product: Freebsd Freebsd

References