Cyber Resilience

CVE-2024-32036

Sixlabors Imagesharp ≤ 2.1.8

Published
15 April 2024
Modified
09 January 2025
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
EPSS Score 0.0057 44th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2024-32036 is a medium-severity Sensitive Information in Resource Not Removed Before Reuse (CWE-226) vulnerability in Sixlabors Imagesharp. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 44th 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 MP-6 (Media Sanitization) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

ImageSharp is a 2D graphics API. A data leakage flaw was found in ImageSharp's JPEG and TGA decoders. This vulnerability is triggered when an attacker passes a specially crafted JPEG or TGA image file to a software using ImageSharp, potentially…

more

disclosing sensitive information from other parts of the software in the resulting image buffer. The problem has been patched in v3.1.4 and v2.1.8.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1552.002 Credentials in Registry Credential Access
Adversaries may search the Registry on compromised systems for insecurely stored credentials.
T1552.004 Private Keys Credential Access
Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials.
T1552.006 Group Policy Preferences Credential Access
Adversaries may attempt to find unsecured credentials in Group Policy Preferences (GPP).
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-27929Same product: Sixlabors Imagesharp
CVE-2024-41131Same product: Sixlabors Imagesharp
CVE-2025-27598Same product: Sixlabors Imagesharp
CVE-2024-41132Same product: Sixlabors Imagesharp
CVE-2024-32035Same product: Sixlabors Imagesharp
CVE-2023-3006Shared CWE-212, CWE-226
CVE-2023-1637Shared CWE-212, CWE-226
CVE-2024-56353Shared CWE-212
CVE-2026-27640Shared CWE-212
CVE-2025-68131Shared CWE-212

Affected Assets

sixlabors
imagesharp
≤ 2.1.8 · 3.0.0 — 3.1.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 9 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.2.8
  • V14.3.3
  • V14.3.1

Mitigating Controls (NIST 800-53 r5) AI

MP-6 requires sanitization of media before release for reuse, directly stopping sensitive data from remaining in resources made available to others.

SC-4 requires preventing unintended information transfer through shared system resources such as memory, which is achieved by clearing data before reuse.

Mandates removal of specified PII elements from datasets before further use or sharing, addressing a subset of the improper-removal cases.

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.DS-10 full match
prevents

Explicit example calls for removing confidential data (e.g., from process memory) after use, directly preventing reuse of uncleared resources.

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.

degrades

Explicitly requires secure deletion of information before resources are reused or disposed.

prevents

Data-masking techniques can substitute for removal when full deletion is impractical.

prevents

Mandates secure disposal or re-use of equipment, covering media sanitization but not in-memory reuse.

finds

Security testing can detect failures to sanitize resources before reuse.

prevents

Test-data protection rules require sanitization of production data used in testing.

prevents

Classification identifies sensitive data that must be removed before storage or transfer.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (3 rules)
  • V-248579 OL 8 must restrict access to the kernel message buffer. prevents CWE-212, CWE-226
  • V-248580 OL 8 must prevent kernel profiling by unprivileged users. prevents CWE-212
  • V-248551 A sticky bit must be set on all OL 8 public directories to prevent unauthorized and unintended information transferred via shared system resources. prevents CWE-212
Oracle Linux 9 (1 rule)
  • V-271745 OL 9 must restrict access to the kernel message buffer. prevents CWE-212, CWE-226
RHEL 8 (1 rule)
  • V-230269 RHEL 8 must restrict access to the kernel message buffer. prevents CWE-212, CWE-226
RHEL 9 (1 rule)
  • V-257797 RHEL 9 must restrict access to the kernel message buffer. prevents CWE-226

References