Cyber Resilience

CVE-2024-46955

Memory Safety in Suse Linux Enterprise Server 12

Published
10 November 2024
Modified
03 November 2025
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0030 22th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2024-46955 is a medium-severity Out-of-bounds Read (CWE-125) vulnerability in Suse Linux Enterprise Server. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 22th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

An issue was discovered in psi/zcolor.c in Artifex Ghostscript before 10.04.0. There is an out-of-bounds read when reading color in Indexed color space.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The out-of-bounds read vulnerability (CVE-2024-46955) in Ghostscript enables application denial of service via exploitation of malformed files in Indexed color space, requiring local access and user interaction to process the file.

CVEs Like This One

CVE-2024-46956Same product: Artifex Ghostscript
CVE-2024-46951Same product: Artifex Ghostscript
CVE-2024-46953Same product: Artifex Ghostscript
CVE-2025-62603Same product: Debian Debian Linux
CVE-2025-64098Same product: Debian Debian Linux
CVE-2023-34256Same product: Debian Debian Linux
CVE-2026-45943Shared CWE-125
CVE-2026-48132Shared CWE-125
CVE-2024-31195Shared CWE-125
CVE-2026-0708Shared CWE-125

Affected Assets

artifex
ghostscript
≤ 10.04.0
debian
debian linux
12.0
suse
linux enterprise high performance computing
12.0
suse
linux enterprise server
12
suse
linux enterprise server for sap
12

Mitigating Controls

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-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

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 in development and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References