CVE-2025-7472
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA local privilege escalation vulnerability in the Intercept X for Windows installer prior version 1.22 can lead to a local user gaining system level privileges, if the installer is run as SYSTEM.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA local privilege escalation vulnerability exists in the Intercept X for Windows installer before version 1.22. When the installer executes with SYSTEM privileges, a local authenticated user can manipulate the installation process to gain elevated SYSTEM-level code execution, bypassing standard privilege boundaries.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- High
- Privileges
- Low
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Intercept X for Windows is installedCheck Programs and Features or run: Get-ItemProperty 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' | Where-Object {$_.DisplayName -like '*Intercept X*'} | Select-Object DisplayName, DisplayVersionAffected if No Intercept X for Windows entry is found - the product is not installed and the CVE does not apply
-
Determine the installed versionLocate the installed version number from the registry key above or via: (Get-Item 'C:\Program Files\Sophos\Intercept X\*.exe' -ErrorAction SilentlyContinue).VersionInfo.FileVersionAffected if The version number is lower than 1.22 - the installed version is vulnerable
-
Verify if installer was executed with SYSTEM privilegesCheck Windows Event Log for installer events: Get-WinEvent -FilterHashtable @{LogName='Application','Setup'; ProviderName='Microsoft-Windows-Security-Auditing' } -MaxEvents 50 -ErrorAction SilentlyContinue | Where-Object {$_.Message -like '*Intercept X*' -and $_.Message -like '*SYSTEM*'}Affected if Evidence shows the installer ran with SYSTEM privileges within your environment - the exploitation condition exists
-
Review installation directory permissionsInspect folder permissions on 'C:\Program Files\Sophos\Intercept X\' or the installation path found in registry. Run: Get-Acl 'C:\Program Files\Sophos\Intercept X' | Select-Object Owner, AccessToStringAffected if Non-admin or untrusted users have write/modify permissions on the Intercept X installation directory - privilege escalation is possible
-
Check for unauthorized SYSTEM-level processesReview running processes running as SYSTEM: Get-Process | Where-Object {$_.RunAsUser -eq 'NT AUTHORITY\SYSTEM'} | Select-Object Name, Id. Look for unexpected executables in the Intercept X folder.Affected if Unexpected or unauthorized processes are running as SYSTEM - potential indicator of exploitation in progress
Your environment is affected if Intercept X for Windows is installed with a version lower than 1.22 and the installer was executed with SYSTEM privileges, allowing a local authenticated user to manipulate the installation for privilege escalation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Intercept X for Windows to version 1.22 or later to obtain the patched installer. As an interim measure, avoid running the installer with SYSTEM privileges unless necessary and ensure only trusted administrators have local access.
Intercept X for Windows version 1.22 or later
- Identify the current version of Sophos Intercept X for Windows installed by checking the software or Sophos Central console
- Access Sophos Central admin console or Sophos support portal to obtain version 1.22 or later of Intercept X for Windows
- Deploy the updated Intercept X installer (version 1.22 or higher) to all affected Windows endpoints
- Verify the upgrade was successful by confirming the installed version displays 1.22 or later
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,200.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-7472 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-7472 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data