Cyber Resilience

CVE-2025-70307

HighPublic PoC

Published: 15 January 2026

Published
15 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0002 4.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-70307 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Gpac Gpac. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 4.2th 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-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-70307, published on 2026-01-15, is a stack-based buffer overflow vulnerability (CWE-121) in the dump_ttxt_sample function of GPAC version 2.4.0. The flaw allows attackers to trigger a crash via a crafted packet, earning a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high-impact availability disruption with no confidentiality or integrity effects.

Remote attackers require no privileges or user interaction to exploit the vulnerability over the network with low complexity. By sending a specially crafted packet to a vulnerable GPAC instance, they can cause a denial of service through stack overflow, potentially crashing the application and disrupting multimedia processing or related services.

A proof-of-concept exploit for the vulnerability is publicly available on GitHub at https://github.com/zakkanijia/POC/blob/main/gpac_boxDump/GPAC_tx3g.md. No official advisories or patches are referenced in the available information.

EU & UK References

Vulnerability details

A stack overflow in the dump_ttxt_sample function of GPAC v2.4.0 allows attackers to cause a Denial of Service (DoS) via a crafted packet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Stack buffer overflow enables direct application DoS via crafted network input, matching T1499.004 Application or System Exploitation.

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

CVEs Like This One

CVE-2025-70304Same product: Gpac Gpac
CVE-2026-27821Same product: Gpac Gpac
CVE-2025-70308Same product: Gpac Gpac
CVE-2025-70298Same product: Gpac Gpac
CVE-2024-50664Same product: Gpac Gpac
CVE-2025-25723Same product: Gpac Gpac
CVE-2026-1418Same product: Gpac Gpac
CVE-2026-33144Same product: Gpac Gpac
CVE-2020-37198Shared CWE-121
CVE-2019-25328Shared CWE-121

Affected Assets

gpac
gpac
2.4.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of network packet fields before they reach dump_ttxt_sample, blocking the crafted input that triggers the stack overflow.

prevent

Applies memory-protection mechanisms (e.g., stack canaries, ASLR, NX) that make successful exploitation of the stack-based buffer overflow in GPAC far more difficult.

preventdetect

Provides network-level DoS protections such as traffic filtering and rate limiting that can drop or throttle the malicious packets targeting the vulnerable GPAC instance.

References