Cyber Resilience

CVE-2025-21155

Memory Safety in Adobe Substance 3D Stager ≤ 3.1.1

Published
11 February 2025
Modified
03 March 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.0027 20th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-21155 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Adobe Substance 3D Stager. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 20th 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 SI-10 (Information Input Validation) and SI-11 (Error Handling) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Substance3D - Stager versions 3.1.0 and earlier are affected by a NULL Pointer Dereference vulnerability that could result in an application denial-of-service. An attacker could exploit this vulnerability to crash the application, leading to a denial-of-service condition. Exploitation of this…

more

issue requires user interaction in that a victim must open a malicious file.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-25868Same product: Adobe Substance 3D Stager
CVE-2023-21593Same product: Apple Macos
CVE-2023-26387Same product: Adobe Substance 3D Stager
CVE-2023-26392Same product: Adobe Substance 3D Stager
CVE-2024-20711Same product: Adobe Substance 3D Stager
CVE-2023-25872Same product: Adobe Substance 3D Stager
CVE-2023-26402Same product: Adobe Substance 3D Stager
CVE-2023-25877Same product: Adobe Substance 3D Stager
CVE-2023-25874Same product: Adobe Substance 3D Stager
CVE-2026-34703Same product: Apple Macos

Affected Assets

adobe
substance 3d stager
≤ 3.1.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-11 Error Handling
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of file input to reject malformed data that triggers the NULL pointer dereference on open.

prevent

Ensures the application handles invalid file content gracefully instead of dereferencing NULL and crashing.

prevent

Provides memory safety mechanisms that can contain or mitigate the effects of invalid pointer usage during file parsing.

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 (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

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 NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References