CVE-2026-1418
Published: 26 January 2026
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
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.
Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.
Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.
Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.
Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Local out-of-bounds write provides memory corruption primitive usable for privilege escalation via crafted local input to GPAC library.
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)