Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-34600 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions 3.5.2 and prior contain a logic error in the delta API that allows share recipients to download notes that are no longer shared with them, related to but not fully fixed by the prior patch in #14289. In ChangeModel.delta, when DELTA_INCLUDES_ITEMS is enabled (the default), the latest state of items is attached to delta output without verifying that those items are still shared with the requesting user, and the existing removal logic only filters items deleted for all users. Additionally, the change compression logic incorrectly reduces create - delete to NOOP, which is unsafe because compression is applied per page and an item can have multiple create events; if an earlier create falls on a separate page from a later create -> delete pair, the deletion is dropped and the sequence collapses to a create. As a result, the delta API returns a create event for a deleted item with the full latest content attached, exposing notes the user no longer has access to. This issue has been fixed in version 3.5.3.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-281Improper Preservation of Permissions[email protected]
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
Joplin
<= 3.5.2 (semver)

CPE

  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:android:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:*:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:-:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:node.js:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:iphone_os:*:*

Remediation

  • Upgrade: 3.5.3moderate effort
Joplin Server
All versions

CPE

  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:*:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:-:*:*
  • cpe:2.3:a:joplin_project:joplin:*:*:*:*:*:node.js:*:*
  • cpe:2.3:a:joplinapp:joplin:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-34600
NVD Published Date:
May 19, 2026
NVD Last Modified:
Jul 24, 2026
Source:
[email protected]
CVE-2026-34600 Details - Not Deferred