Cyber Resilience

CVE-2025-7006

Published
12 June 2026
Modified
17 June 2026
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.0011 2th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2025-7006 is a medium-severity Free of Memory not on the Heap (CWE-590) vulnerability in Gendigital (inferred from references). Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 2th 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 SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Use of stack memory after free vulnerability in Avast Antivirus when scanning a malformed Windows PE file may allow Denial-of-Service of the antivirus process. This issue affects Avast Antivirus, AVG Antivirus, Norton Antivirus, Avast One, and Avast Business Antivirus on…

more

Windows, macOS, and Linux for virus definition builds before VPS 25022500. The affected scanning logic is delivered through a shared Gen Digital virus definition update stream. The same stream feeds the consumer antivirus products listed in this advisory and other Gen Digital products that embed the same engine. Mitigation flows through this update channel; installations at or above the listed build are not vulnerable regardless of which product consumes the stream.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-22291Shared CWE-590
CVE-2025-32911Shared CWE-590
CVE-2025-42996Shared CWE-590
CVE-2025-42994Shared CWE-590
CVE-2025-42995Shared CWE-590
CVE-2026-20810Shared CWE-590
CVE-2025-54899Shared CWE-590
CVE-2025-5899Shared CWE-590
CVE-2023-25565Shared CWE-590
CVE-2023-31973Shared CWE-590

Affected Assets

Gendigital
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (static/dynamic analysis) can discover incorrect free() calls on non-heap memory.

Documented development standards and tools can require correct heap allocation/deallocation discipline, stopping the defect at introduction.

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 directly prevent incorrect free() calls via code review, static analysis, and developer training.

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.

finds

Security testing in development can detect invalid-free defects before release.

prevents

Secure development lifecycle mandates memory-safety practices that reduce use-after-free and invalid-free bugs.

prevents

Secure architecture and engineering principles include disciplined memory management that prevents freeing non-heap memory.

prevents

Secure coding standards explicitly forbid freeing pointers not obtained from heap allocators, directly mitigating CWE-590.

References