Cyber Resilience

CVE-2025-24082

High

Published: 11 March 2025

Published
11 March 2025
Modified
02 July 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0021 43.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-24082 is a high-severity Use After Free (CWE-416) vulnerability in Microsoft Office Long Term Servicing Channel. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 43.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-24082 is a use-after-free vulnerability (CWE-416) in Microsoft Office Excel. It affects the Excel component of Microsoft Office, enabling an unauthorized attacker to execute code locally on a victim's machine. The vulnerability was published on 2025-03-11 and carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), indicating high impact on confidentiality, integrity, and availability.

An unauthorized local attacker can exploit this vulnerability by tricking a user into performing an action, such as opening a malicious Excel file, due to the requirement for user interaction and local access vector with low attack complexity and no privileges needed. Successful exploitation allows arbitrary code execution in the context of the affected process, potentially leading to full local compromise of the system.

Microsoft has published details and guidance in its update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-24082, which security practitioners should consult for patch availability and mitigation recommendations.

EU & UK References

Vulnerability details

Use after free in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Use-after-free in Excel enables arbitrary code execution via malicious file opened by user, directly mapping to client-side exploitation and malicious file execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-20950Same product: Microsoft 365 Apps
CVE-2025-21386Same product: Microsoft 365 Apps
CVE-2026-26107Same product: Microsoft 365 Apps
CVE-2025-24081Same product: Microsoft 365 Apps
CVE-2025-21362Same product: Microsoft 365 Apps
CVE-2026-40359Same product: Microsoft 365 Apps
CVE-2025-21387Same product: Microsoft 365 Apps
CVE-2025-21394Same product: Microsoft 365 Apps
CVE-2025-21392Same product: Microsoft 365 Apps
CVE-2025-21345Same product: Microsoft 365 Apps

Affected Assets

microsoft
365 apps
all versions
microsoft
excel
2016
microsoft
office
2019
microsoft
office long term servicing channel
2021, 2024
microsoft
office online server
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the use-after-free vulnerability in Microsoft Office Excel by requiring timely application of vendor-provided patches.

prevent

Implements memory protections such as DEP, ASLR, and stack canaries that prevent successful exploitation of the use-after-free error in Excel.

preventdetect

Deploys anti-malware scanning to identify and block malicious Excel files crafted to trigger the use-after-free vulnerability.

References