CVE-2026-6539: Notepad++ 8.9.3 Format String Injection via nativeLang.xml
Notepad++ 8.9.3 contains a format string injection vulnerability in the Find Results panel handler that allows attackers to cause denial of service and information disclosure by crafting a malicious nativeLang.xml language pack file. Attackers can distribute a poisoned language pack through community channels that triggers format string interpretation when a user performs search operations, leading to access violations and potential leakage of stack or register contents.
Security readout for executives and security teams
Plain-English summary
A malicious Notepad++ language pack can make version 8.9.3 crash during searches and may expose limited process-memory contents. An attacker must first persuade a user to install or use the poisoned nativeLang.xml file, so this is primarily a targeted supply-chain or social-engineering risk rather than a remotely exploitable flaw.
Executive priority
Treat this as a routine but time-sensitive endpoint remediation. Prioritize developer, administrator, and sensitive-data workstations where third-party language packs may be used. Broad emergency response is not supported by the supplied evidence, but poisoned community content could enable targeted disruption or limited memory disclosure.
Technical view
CVE-2026-6539 is a CWE-134 format-string injection in the Find Results panel handler. Attacker-controlled formatting sequences in nativeLang.xml may be interpreted when search operations occur, causing access violations or disclosing stack or register contents. CVSS 4.0 is 4.6, with local access and active user interaction required; integrity impact is not reported.
Likely exposure
Likely exposure is limited to Notepad++ 8.9.3 installations using untrusted or community-distributed nativeLang.xml language packs. Standard installations without a poisoned language pack appear less exposed. The bundle’s affected-version metadata conflicts with its description, listing version “0” as unaffected, so inventory conclusions require vendor confirmation.
Exploitation context
The bundle does not establish active exploitation, and this CVE is not listed as KEV. Exploitation requires delivery of a malicious language pack and user interaction through search functionality. Reported outcomes are denial of service and limited information disclosure; the sources supplied do not claim code execution.
Researcher notes
The described sink is the Find Results handler, with nativeLang.xml supplying attacker-controlled format content. The CVSS vector requires local access and active user participation, with low confidentiality and availability impact. No integrity impact or code execution is claimed. The inconsistent affected-version record should be resolved against the vendor advisory before automated applicability decisions.
Mitigation direction
Upgrade affected Notepad++ 8.9.3 installations to the vendor’s patched 8.9.4 release.
Remove or quarantine language packs obtained from untrusted or unverifiable community sources.
Permit language-pack deployment only through controlled, integrity-checked software distribution channels.
Review vendor guidance for any additional remediation or affected-version clarification.
Validation and detection
Inventory Notepad++ versions and identify systems still running 8.9.3.
Identify nativeLang.xml files and document their source, approval status, and integrity.
Confirm managed endpoints have installed the vendor’s 8.9.4 release or later approved remediation.
Review crash telemetry around Find Results operations for unexplained access violations.
Verify untrusted language packs are absent after remediation.
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-134: 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.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-134 · source CWE mapping
Use of Externally-Controlled Format String
Use of Externally-Controlled Format String represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.