Nixpkgs security tracker

Try the new UI
Login with GitHub

Suggestion detail

Untriaged
Permalink CVE-2026-49453
7.0 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): Low (L)
  • Integrity (I): High (H)
  • Availability (A): Low (L)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): Low (L)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): Low (L)
created 1 day, 21 hours ago Activity log
  • Created suggestion
Joplin: Path traversal in resource sync — silent arbitrary file write outside the resource directory

Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Prior to 3.6.15 and 3.7.2, Joplin accepts synchronized resource metadata whose id or file_extension contains parent-directory or path-separator characters. BaseItem.unserialize() stores the unvalidated fields, resourceFilename() concatenates them into a destination path, and ResourceFetcher writes the attacker-controlled resource blob outside the resource directory during background synchronization. An attacker with write access to a configured sync target or shared notebook can create or overwrite files at an attacker-chosen existing path without user interaction. This issue is fixed in versions 3.6.15 and 3.7.2.

Affected products

joplin
  • ==< 3.6.15
  • ==>= 3.7.0, < 3.7.2

Matching in nixpkgs

pkgs.joplin

CLI client for Joplin

  • nixos-unstable -
    • nixos-unstable-small 3.7.1
  • nixos-26.05 -
    • nixos-26.05-small 3.5.1

pkgs.joplin-cli

CLI client for Joplin

  • nixos-unstable -
    • nixos-unstable-small 3.7.1
  • nixos-26.05 -
    • nixos-26.05-small 3.5.1

pkgs.joplin-desktop

Open source note taking and to-do application with synchronisation capabilities

  • nixos-unstable -
  • nixos-26.05 -

Package maintainers