Cyber Resilience

CVE-2026-2329

CriticalPublic PoC

Published: 18 February 2026

Published
18 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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.4001 98.4th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-2329 is a critical-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Grandstream Gxp1610 Firmware. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 1.6% of CVEs by exploit likelihood; 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-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-2329 is an unauthenticated stack-based buffer overflow vulnerability (CWE-121) in the HTTP API endpoint /cgi-bin/api.values.get on Grandstream GXP16xx series VoIP phones. It affects all six models in the series: GXP1610, GXP1615, GXP1620, GXP1625, GXP1628, and GXP1630. The vulnerability was published on 2026-02-18 and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

A remote attacker requires no authentication or privileges to exploit this vulnerability over the network with low complexity. Successful exploitation enables unauthenticated remote code execution (RCE) with root privileges on the target device.

Grandstream's firmware release notes for version 1.0.7.81 address the vulnerability, as do advisories on their PSIRT page at psirt.grandstream.com. A Rapid7 blog post details the issue and its fix, while a Metasploit Framework pull request (#20983) proposes an exploit module.

EU & UK References

Vulnerability details

An unauthenticated stack-based buffer overflow vulnerability exists in the HTTP API endpoint /cgi-bin/api.values.get. A remote attacker can leverage this vulnerability to achieve unauthenticated remote code execution (RCE) with root privileges on a target device. The vulnerability affects all six device…

more

models in the series: GXP1610, GXP1615, GXP1620, GXP1625, GXP1628, and GXP1630.

CWE(s)

Related Threats

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.
Why these techniques?

Unauthenticated stack-based buffer overflow in public-facing HTTP API endpoint enables remote code execution, directly facilitating T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-38422Shared CWE-121
CVE-2025-11783Shared CWE-121
CVE-2025-54491Shared CWE-121
CVE-2024-39359Shared CWE-121
CVE-2026-42469Shared CWE-121
CVE-2020-37159Shared CWE-121
CVE-2024-39603Shared CWE-121
CVE-2024-36258Shared CWE-121
CVE-2024-51138Shared CWE-121
CVE-2025-69763Shared CWE-121

Affected Assets

grandstream
gxp1610 firmware
≤ 1.0.7.81
grandstream
gxp1615 firmware
≤ 1.0.7.81
grandstream
gxp1620 firmware
≤ 1.0.7.81
grandstream
gxp1625 firmware
≤ 1.0.7.81
grandstream
gxp1628 firmware
≤ 1.0.7.81
grandstream
gxp1630 firmware
≤ 1.0.7.81

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents stack-based buffer overflows by validating the length and format of inputs to the vulnerable /cgi-bin/api.values.get HTTP API endpoint.

prevent

Mitigates RCE from stack buffer overflows using memory safeguards like stack canaries, non-executable memory, and address space layout randomization.

prevent

Ensures timely firmware patching to remediate the specific buffer overflow vulnerability affecting Grandstream GXP16xx VoIP phones.

References