Description
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Desktop for Windows omits publisherName from packages/app-desktop/package.json, so the generated app-update.yml causes NsisUpdater.verifySignature() to skip comparison of a downloaded update's Authenticode signer with Joplin's signer. An attacker who controls the update delivery path can replace the update metadata and installer, and the client accepts an installer signed by another publisher or left unsigned after the user approves installation. Successful exploitation runs attacker-controlled code with the user's privileges and can compromise notes, credentials, and local data. This issue is fixed in version 3.7.2.
Published: 2026-09-21
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

Joplin Desktop for Windows prior to version 3.7.2 generates an updater configuration file that omits the publisherName field. This omission causes the NsisUpdater.verifySignature() routine to skip verifying that a downloaded update is signed by the expected publisher. An attacker who can alter the update delivery path can replace both the update metadata and the installer. When the client accepts the installer, the malicious code runs with the user's local privileges, giving the attacker full access to notes, credentials, and other data. The weakness corresponds to missing authentication and authorization checks (CWE-345), missing integrity checks (CWE-353), and improper handling of trusted data (CWE-494).

Affected Systems

Based on the description, it is inferred that the vulnerability affects Joplin Desktop for Windows versions 3.7.1 and earlier, as the issue was fixed in 3.7.2. The affected product is Joplin Desktop for Windows, developed by Laurent22.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate to high severity. The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires the attacker to control the update server or intercept network traffic to supply a malicious update. Once the malicious installer is installed, it executes with the user's privileges, granting full local access.

Generated by OpenCVE AI on September 21, 2026 at 22:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Joplin 3.7.2 or later to apply the signer validation fix.
  • If upgrading is not immediately possible, disable automatic updates or use a manual update process that verifies installer signatures before installation.
  • Ensure the update delivery path is secure and that only authenticated update manifests and signed installers are served from the trusted server.

Generated by OpenCVE AI on September 21, 2026 at 22:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.7.2, Joplin Desktop for Windows omits publisherName from packages/app-desktop/package.json, so the generated app-update.yml causes NsisUpdater.verifySignature() to skip comparison of a downloaded update's Authenticode signer with Joplin's signer. An attacker who controls the update delivery path can replace the update metadata and installer, and the client accepts an installer signed by another publisher or left unsigned after the user approves installation. Successful exploitation runs attacker-controlled code with the user's privileges and can compromise notes, credentials, and local data. This issue is fixed in version 3.7.2.
Title Joplin desktop Windows auto-updater accepts signed installer from any publisher because app-update.yml has no publisherName
Weaknesses CWE-345
CWE-353
CWE-494
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T20:49:04.423Z

Reserved: 2026-05-30T02:43:33.106Z

Link: CVE-2026-49450

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T21:17:03.747

Modified: 2026-09-21T21:17:03.747

Link: CVE-2026-49450

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T23:00:12Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity

  • CWE-353

    Missing Support for Integrity Check

  • CWE-494

    Download of Code Without Integrity Check