Cyber Resilience

CVE-2026-2016

MediumPublic PoC

Published: 06 February 2026

Published
06 February 2026
Modified
17 February 2026
KEV Added
Patch
CVSS Score v4 4.8 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0002 5.0th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2016 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Happyfish100 Libfastcommon. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 5.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-2016 is a stack-based buffer overflow vulnerability in the base64_decode function of the src/base64.c file within happyfish100's libfastcommon library, affecting versions up to 1.0.84. The issue was published on 2026-02-06 and is associated with CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), CWE-121 (Stack-based Buffer Overflow), and CWE-787 (Out-of-bounds Write).

Exploitation requires local access (AV:L), low privileges (PR:L), and low attack complexity (AC:L), with no user interaction needed (UI:N) and no impact on scope (S:U). A successful attack can achieve low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), resulting in a CVSS 3.1 base score of 5.3 (Medium severity). The exploit has been publicly disclosed and may be used by local attackers.

The recommended mitigation is to apply the patch identified by commit 82f66af3e252e3e137dba0c3891570f085e79adf, available in the libfastcommon GitHub repository. Additional details are documented in GitHub issues #55 and related comments.

Notable context includes the public disclosure of the exploit, with discussions in the libfastcommon GitHub repository and issues.

EU & UK References

Vulnerability details

A security vulnerability has been detected in happyfish100 libfastcommon up to 1.0.84. Affected by this vulnerability is the function base64_decode of the file src/base64.c. The manipulation leads to stack-based buffer overflow. Local access is required to approach this attack. The…

more

exploit has been disclosed publicly and may be used. The identifier of the patch is 82f66af3e252e3e137dba0c3891570f085e79adf. Applying a patch is the recommended action to fix this issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local stack-based buffer overflow enables code execution for privilege escalation on the host.

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

CVEs Like This One

CVE-2025-0529Shared CWE-119, CWE-121
CVE-2025-1187Shared CWE-119, CWE-121
CVE-2026-3137Shared CWE-119, CWE-121
CVE-2025-20797Shared CWE-121, CWE-787
CVE-2026-3810Shared CWE-119, CWE-121
CVE-2026-5154Shared CWE-119, CWE-121
CVE-2026-1418Shared CWE-119, CWE-787
CVE-2025-15413Shared CWE-119, CWE-787
CVE-2026-20698Shared CWE-119, CWE-787
CVE-2026-5991Shared CWE-119, CWE-121

Affected Assets

happyfish100
libfastcommon
≤ 1.0.84

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely installation of the vendor patch (commit 82f66af3) that eliminates the stack-based buffer overflow in base64_decode.

prevent

Enforces memory-protection mechanisms that block out-of-bounds writes on the stack, directly mitigating CWE-121/CWE-787 exploitation.

prevent

Restricts the low-privilege local accounts needed to reach and trigger the vulnerable function, reducing the attack surface.

References