Cyber Resilience

CVE-2026-1418

MediumPublic PoC

Published: 26 January 2026

Published
26 January 2026
Modified
23 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.0001 2.9th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1418 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Gpac Gpac. 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 2.9th 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-2 (Flaw Remediation) and CM-7 (Least Functionality).

Deeper analysis

CVE-2026-1418 is an out-of-bounds write vulnerability in GPAC versions up to and including 2.4.0. The issue resides in the gf_text_import_srt_bifs function within the file src/scene_manager/text_to_bifs.c, part of the SRT Subtitle Import component. This flaw, associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-787 (Out-of-bounds Write), was publicly disclosed on 2026-01-26.

The vulnerability requires local access (AV:L) with low privileges (PR:L) and low attack complexity (AC:L), needing no user interaction (UI:N) and maintaining unchanged scope (S:U). An attacker could exploit it to achieve low impacts on confidentiality, integrity, and availability, as scored at CVSS 5.3 (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). The exploit has been publicly disclosed and may be used.

Mitigation is addressed by applying the patch in commit 10c73b82cf0e367383d091db38566a0e4fe71772, available in the GPAC GitHub repository. Security advisories recommend updating to a patched version as best practice, with details documented in GPAC issue #3425 and related VulDB entry.

The exploit code has been publicly released, increasing the risk for unpatched GPAC installations used in multimedia processing.

EU & UK References

Vulnerability details

A security vulnerability has been detected in GPAC up to 2.4.0. This affects the function gf_text_import_srt_bifs of the file src/scene_manager/text_to_bifs.c of the component SRT Subtitle Import. Such manipulation leads to out-of-bounds write. The attack needs to be performed locally. The…

more

exploit has been disclosed publicly and may be used. The name of the patch is 10c73b82cf0e367383d091db38566a0e4fe71772. It is best practice to apply a patch to resolve 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 out-of-bounds write provides memory corruption primitive usable for privilege escalation via crafted local input to GPAC library.

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

CVEs Like This One

CVE-2026-33144Same product: Gpac Gpac
CVE-2024-50664Same product: Gpac Gpac
CVE-2025-25723Same product: Gpac Gpac
CVE-2025-70298Same product: Gpac Gpac
CVE-2025-70304Same product: Gpac Gpac
CVE-2025-70308Same product: Gpac Gpac
CVE-2025-70307Same product: Gpac Gpac
CVE-2026-27821Same product: Gpac Gpac
CVE-2025-15413Shared CWE-119, CWE-787
CVE-2026-20698Shared CWE-119, CWE-787

Affected Assets

gpac
gpac
≤ 2.4.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely installation of the vendor patch (commit 10c73b82) that eliminates the out-of-bounds write in gf_text_import_srt_bifs.

prevent

Enforces hardware or OS memory-protection mechanisms that can block or contain the CWE-787 out-of-bounds write before it corrupts adjacent memory.

prevent

Allows disabling or restricting the SRT Subtitle Import component (or the entire GPAC binary) so the vulnerable code path cannot be reached.

References