7.1 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Adjacent (A)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Adjacent (A)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): High (H)
Activity log
- Created suggestion
Joplin desktop Windows auto-updater accepts signed installer from any publisher because app-update.yml has no publisherName
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.
References
-
https://github.com/laurent22/joplin/security/advisories/GHSA-9wp7-hr9m-3273 x_refsource_CONFIRM
-
https://github.com/laurent22/joplin/pull/15539 x_refsource_MISC
Affected products
- ==< 3.7.2
Matching in nixpkgs
pkgs.joplin
CLI client for Joplin
pkgs.joplin-cli
CLI client for Joplin
pkgs.joplin-desktop
Open source note taking and to-do application with synchronisation capabilities
Package maintainers
-
@fugidev Fugi <me@fugi.dev>