Cyber Resilience

CVE-2024-29511

Artifex Ghostscript ≤ 10.03.1

Published
03 July 2024
Modified
28 April 2025
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.011 64th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2024-29511 is a high-severity Active Debug Code (CWE-489) vulnerability in Artifex Ghostscript. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 36% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-2 (Baseline Configuration) and CM-7 (Least Functionality) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Artifex Ghostscript before 10.03.1, when Tesseract is used for OCR, has a directory traversal issue that allows arbitrary file reading (and writing of error messages to arbitrary files) via OCRLanguage. For example, exploitation can use debug_file /tmp/out and user_patterns_file /etc/passwd.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-27837Same product: Artifex Ghostscript
CVE-2024-46954Same product: Artifex Ghostscript
CVE-2024-33870Same product: Artifex Ghostscript
CVE-2024-33869Same product: Artifex Ghostscript
CVE-2025-46646Same product: Artifex Ghostscript
CVE-2025-59800Same product: Artifex Ghostscript
CVE-2023-38560Same product: Artifex Ghostscript
CVE-2024-29508Same product: Artifex Ghostscript
CVE-2025-59798Same product: Artifex Ghostscript
CVE-2023-46751Same product: Artifex Ghostscript

Affected Assets

artifex
ghostscript
≤ 10.03.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Baseline configuration defines the approved production state that must exclude active debug code.

Least functionality explicitly prohibits enabling unnecessary debug or diagnostic features in production builds.

Documented development standards and tools can require removal of debug code before release.

Security-integrated SDLC processes ensure debug artifacts are stripped prior to deployment.

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.PS-06 mostly match
prevents

Secure SDLC practices directly require removal of debug code before release, covering most of this weakness while the control addresses many other development issues.

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.

finds

Security testing in development and acceptance catches active debug code before deployment.

prevents

Configuration management can disable or remove debug features through hardened baselines.

prevents

Secure development life cycle mandates removal of debug code before release.

prevents

Secure coding standards explicitly prohibit leaving debug code active in production.

prevents

Separation of environments reduces risk of debug code reaching production but does not directly address its removal.

prevents

Change management can enforce removal of debug code as part of release gates.

References