Cyber Resilience

CVE-2025-8109

Published
04 August 2025
Modified
17 June 2026
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0040 32th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-8109 is a high-severity Improper Handling of Insufficient Permissions or Privileges (CWE-280) vulnerability in Imaginationtech (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Ptrace System Calls (T1055.008); ranked at the 32th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Software installed and run as a non-privileged user may conduct ptrace system calls to issue writes to GPU origin read only memory.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1055.008 Ptrace System Calls Stealth
Adversaries may inject malicious code into processes via ptrace (process trace) system calls in order to evade process-based defenses as well as possibly elevate privileges.
Why these techniques?

Direct reference to ptrace system calls enabling unauthorized writes matches T1055.008 exactly; CWE-280 permission handling weakness facilitates this process injection vector.

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

CVEs Like This One

CVE-2023-41972Shared CWE-280
CVE-2024-35301Shared CWE-280
CVE-2026-54259Shared CWE-280
CVE-2024-43705Shared CWE-280
CVE-2024-1608Shared CWE-280
CVE-2025-46708Shared CWE-280
CVE-2025-31172Shared CWE-280
CVE-2024-4692Shared CWE-280
CVE-2025-46740Shared CWE-280
CVE-2025-31173Shared CWE-280

Affected Assets

Imaginationtech
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 6 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.2.2
  • V8.3.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access control policies so that non-privileged processes cannot issue ptrace writes to GPU read-only memory.

prevent

Ensures processes run with only the privileges required, blocking the ability of a non-privileged user to perform unauthorized ptrace memory writes.

prevent

Applies hardware-enforced write protection to memory regions, directly mitigating writes to GPU origin read-only memory via ptrace.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing and reviewing access permissions with least privilege directly prevents code paths that mishandle insufficient privileges.

DE.CM-09 partial match
prevents

Runtime monitoring of software and data surfaces adverse events triggered by unhandled permission failures.

PR.PS-04 partial match
prevents

Generating logs of permission-related events enables detection and analysis of improper handling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing or incorrect privilege handling.

prevents

Defines access-control policy that should prevent insufficient-privilege situations.

degrades

Specifies how access rights are granted, reviewed and revoked, directly addressing privilege handling.

degrades

Requires explicit management of privileged access rights, reducing the chance of missing privilege checks.

prevents

Secure-SDLC practices include privilege checks during design and coding.

prevents

Secure-coding standards require proper permission checks before resource access.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

Oracle Linux 8 (1 rule)
  • V-248548 OL 8 must use a Linux Security Module configured to enforce limits on system services. via CWE-280

References