Cyber Resilience

CVE-2025-58074

Published
04 May 2026
Modified
17 June 2026
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0013 3th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2025-58074 is a high-severity Insecure Operation on Windows Junction / Mount Point (CWE-1386) vulnerability in Norton Secure VPN (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Direct Volume Access (T1006); ranked at the 3th 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 AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-58074 is a privilege escalation vulnerability affecting the installation process of Norton Secure VPN when downloaded via the Microsoft Store. During installation, a low-privilege user can replace files, potentially leading to the deletion of arbitrary files and subsequent elevation of privileges. The vulnerability is rated with a CVSS v3.1 base score of 8.8 (AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H) and is associated with CWE-1386.

A low-privilege local user can exploit this vulnerability by interfering with the file replacement mechanism during the Norton Secure VPN installation from the Microsoft Store. Successful exploitation allows the attacker to delete arbitrary files, which can result in privilege escalation, granting higher-level access on the affected system and enabling confidentiality, integrity, and availability impacts.

Mitigation details and additional technical information are available in the Cisco Talos Intelligence advisory at https://talosintelligence.com/vulnerability_reports/TALOS-2025-2276.

EU & UK References

Vulnerability Data

A privilege escalation vulnerability exists during the installation of Norton Secure VPN via the Microsoft Store. A low-privilege user can replace files during the installation process, which may result in deletion of arbitrary files that can lead to elevation of…

more

privileges.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1006 Direct Volume Access Stealth
Adversaries may directly access a volume to bypass file access controls and file system monitoring.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-36340Shared CWE-1386
CVE-2023-40623Shared CWE-1386
CVE-2023-32470Shared CWE-1386
CVE-2024-7400Shared CWE-1386
CVE-2023-23698Shared CWE-1386
CVE-2023-28065Shared CWE-1386
CVE-2023-32474Shared CWE-1386
CVE-2023-24572Shared CWE-1386
CVE-2023-23697Shared CWE-1386
CVE-2023-5834Shared CWE-1386

Affected Assets

Norton
Secure VPN
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

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

Mitigating Controls (NIST 800-53 r5) AI

Enforcing authorizations on file/directory opens structurally blocks access via junctions that escape the intended scope.

Information-flow rules that validate the final target of a name prevent unintended data access through mount points or junctions.

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 improper junction/mount-point handling during design and coding.

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 can detect junction/mount-point weaknesses before release.

prevents

Secure development lifecycle can mandate junction/mount-point validation during design and coding.

prevents

Application security requirements can explicitly require protection against Windows reparse-point attacks.

prevents

Secure system architecture principles include canonicalization and path-traversal defenses that mitigate junction attacks.

prevents

Secure coding standards directly address safe file/directory handling to prevent insecure junction operations.

mitigates

Information access restriction reduces exposure but does not prevent the technical flaw itself.

References