LiveActive security incident?Get immediate response
CVE Record

CVE-2025-15556: Notepad++ < 8.8.9 WinGUp Updater Lacks Update Integrity Verification

Notepad++ versions prior to 8.8.9, when using the WinGUp updater, contain an update integrity verification vulnerability where downloaded update metadata and installers are not cryptographically verified. An attacker able to intercept or redirect update traffic can cause the updater to download and execute an attacker-controlled installer, resulting in arbitrary code execution with the privileges of the user.

HighCVSS 7.7Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Notepad++ before 8.8.9 could trust updater downloads without cryptographic proof they were genuine. If an attacker could intercept or redirect update traffic, the updater could run a malicious installer as the current user. This is important for managed Windows fleets using Notepad++ and its WinGUp updater.

Executive priority

Prioritize remediation in normal high-severity patch cycles, faster for laptops or users on untrusted networks. The issue can lead to code execution, but known exploitation is not supported by the provided KEV evidence and the attack requires network interception or redirection plus user interaction.

Technical view

CVE-2025-15556 is a CWE-494 issue in the Notepad++ WinGUp updater before 8.8.9. Downloaded update metadata and installers were not cryptographically verified. The CVSS 4.0 score is 7.7 high, with network attack vector, high attack complexity, no privileges required, and user interaction required.

Likely exposure

Windows endpoints running Notepad++ versions earlier than 8.8.9 and using the WinGUp updater are the relevant exposure. Risk is higher where update traffic could be intercepted, redirected, or influenced, such as untrusted networks or compromised network infrastructure.

Exploitation context

The provided CISA KEV reference does not indicate known exploited status. Exploitation requires an attacker capable of intercepting or redirecting update traffic and a user-driven update flow. Successful exploitation can execute attacker-controlled code with the user’s privileges.

Researcher notes

The CVE affected-record metadata appears sparse, while the title, description, vendor release note, commits, and VulnCheck advisory support the pre-8.8.9 WinGUp updater scope. The patch references should be reviewed for the exact integrity-verification implementation details without assuming broader product impact.

Mitigation direction

  • Upgrade Notepad++ to version 8.8.9 or later from trusted vendor sources.
  • Avoid relying on the vulnerable updater on pre-8.8.9 installations.
  • Use managed software deployment to distribute verified Notepad++ updates.
  • Review Notepad++ vendor advisories for any additional guidance.

Validation and detection

  • Inventory Notepad++ versions across Windows endpoints.
  • Identify systems below Notepad++ 8.8.9.
  • Confirm whether the WinGUp updater is present or used.
  • Verify upgraded systems report Notepad++ 8.8.9 or later.
  • Check CISA KEV and vendor pages for status changes.
Prepared
Confidence
high
Sources
9

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-494: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-15556 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.7 (4.0)
Known Exploited
Yes
Published

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.7CVSS 4.0HighCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

7.7High
CVSS 4.0 vector shape for CVE-2025-15556Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
notepad-plus-plusnotepad-plus-plus0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-494 · source CWE mapping

Download of Code Without Integrity Check

Download of Code Without Integrity Check represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.