CVE-2025-47956
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 · uneditedExternal control of file name or path in Windows Security App allows an authorized attacker to perform spoofing locally.
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 · moderate confidenceThe Windows Security App has a path traversal vulnerability where an authorized local attacker can manipulate file paths to perform spoofing attacks. This external control of file name or path allows the attacker to impersonate other users or processes on the local system.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1000.27840.0.1000CVSS 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
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
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.
-
Identify Windows Security App installation pathCheck if the Windows Security App is installed by looking in the WindowsApps folder. The typical path is C:\Program Files\WindowsApps\Microsoft.WindowsSecurityHub_*, or use PowerShell: Get-AppxPackage -Name Microsoft.WindowsSecurityHubAffected if The app is not found or not installed means this specific vulnerability does not apply
-
Retrieve the installed version numberRun PowerShell command: (Get-AppxPackage -Name Microsoft.WindowsSecurityHub).Version. This displays the exact version string of the Windows Security AppAffected if No version is returned indicates the app is not installed on this system
-
Compare installed version against vulnerable rangeCompare the retrieved version number to the affected threshold: 1000.27840.0.1000. Versions below this value (e.g., 1000.27830.0.0, 1000.27000.0.0) are considered vulnerableAffected if The installed version is less than 1000.27840.0.1000 indicates the system is affected by this CVE
-
Verify local user access contextCheck if non-privileged local user accounts exist on the system using: Get-LocalUser. The vulnerability requires an authorized local attacker to exploit the path traversalAffected if Multiple local user accounts exist and the Windows Security App version is below the threshold, the attack surface is present
A system is affected if the Windows Security App is installed with a version lower than 1000.27840.0.1000 and local user accounts exist on the machine.
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 · scoped1000.27840.0.1000
Apply the Microsoft security update for CVE-2025-47956 once released. Until the patch is available, limit local user privileges and monitor for suspicious file access patterns in the Windows Security App.
Windows Security App version 1000.27840.0.1000 or later (via Windows Update or Microsoft Store)
- Open Windows Settings and navigate to Windows Update
- Check for and install any pending updates that include the Windows Security App version 1000.27840.0.1000 or later
- Alternatively, open Microsoft Store and check for updates to the Windows Security App
- Verify the installed version by opening Windows Security App > Settings > About, confirming the version is 1000.27840.0.1000 or higher
- Restart the device if prompted to complete the update installation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Testing2.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,336.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-47956 — 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-47956 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