Cyber Posture

CVE-2026-1418

MediumPublic PoC

Published: 26 January 2026

Published
26 January 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score 5.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0001 1.9th percentile
Risk Priority 11 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 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 1.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.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-119 CWE-787

Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

gpac
gpac
≤ 2.4.0

CVEs Like This One

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

References