Cyber Resilience

CVE-2025-5048

Memory Safety in Autodesk Advance Steel 2026

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

Summary

CVE-2025-5048 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Autodesk Advance Steel. Its CVSS base score is 7.8 (High).

Operationally, ranked at the 8th 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-16 (Memory Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A maliciously crafted DGN file, when linked or imported into Autodesk AutoCAD, can force a Memory Corruption vulnerability. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-1430Same product: Autodesk Advance Steel
CVE-2025-5038Same product: Autodesk Advance Steel
CVE-2025-8892Same product: Autodesk Advance Steel
CVE-2025-10887Same product: Autodesk Advance Steel
CVE-2025-10886Same product: Autodesk Advance Steel
CVE-2025-10889Same product: Autodesk Advance Steel
CVE-2025-5047Same product: Autodesk Advance Steel
CVE-2025-5046Same product: Autodesk Advance Steel
CVE-2025-8894Same product: Autodesk Advance Steel
CVE-2025-8893Same product: Autodesk Advance Steel

Affected Assets

autodesk
advance steel
2026
autodesk
autocad
2026
autodesk
autocad architecture
2026
autodesk
autocad electrical
2026
autodesk
autocad lt
2026
autodesk
autocad map 3d
2026
autodesk
autocad mechanical
2026
autodesk
autocad mep
2026
autodesk
autocad plant 3d
2026
autodesk
civil 3d
2026

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SI-3 Malicious Code Protection
Detect
Catch it (NIST detect / respond)
  • SI-3 Malicious Code Protection
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of imported DGN file contents to reject malformed data that triggers CWE-120 buffer overflows.

prevent

Enforces memory protections (ASLR, DEP, guard pages) that block exploitation of the memory corruption resulting from the crafted DGN file.

preventdetect

Requires scanning or sandboxing of imported DGN files to identify and block malicious content before it reaches the vulnerable AutoCAD parser.

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 directly enforce bounds checking and input validation that prevent classic buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability identification processes such as code review or scanning detect classic buffer overflows before exploitation.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing unchecked buffer copies with corrected versions.

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.

prevents

Secure coding directly requires bounds-checked memory operations, addressing the root cause of CWE-120.

detects

Security testing in development and acceptance can detect buffer overflows through fuzzing and static analysis, though it does not prevent them at the source.

prevents

Secure development life cycle mandates processes that can include input validation and bounds checking to prevent buffer overflows.

prevents

Application security requirements can specify input-size validation and safe buffer handling to mitigate classic buffer overflows.

prevents

Secure system architecture and engineering principles promote defensive coding patterns that reduce the likelihood of unchecked buffer copies.

References