CVE-2026-34600
Last modified
CVE-2026-34600 is a medium-severity vulnerability rated 5.7/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-34600?
How severe is CVE-2026-34600?
How do I fix CVE-2026-34600?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34595Parse Server is an open source backend that can be deployed …4.3
- CVE-2026-34596Sandboxie-Plus is an open source sandbox-based isolation sof…7
- CVE-2026-34597Coolify is an open-source and self-hostable tool for managin…8.8
- CVE-2026-34598YesWiki is a wiki system written in PHP. Prior to version 4.…6.1
- CVE-2026-34599Coolify is an open-source and self-hostable tool for managin…8.8
- CVE-2026-3460The REST API TO MiniProgram plugin for WordPress is vulnerab…5.3
- CVE-2026-34601xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…7.5
- CVE-2026-34602Chamilo LMS is an open-source learning management system. In…7.1
- CVE-2026-34603Tina is a headless content management system. Prior to versi…8.3
- CVE-2026-34604Tina is a headless content management system. Prior to versi…8.8
- CVE-2026-34605SiYuan is a personal knowledge management system. From versi…6.1
- CVE-2026-34606Frappe Learning Management System (LMS) is a learning system…6.1
Are you affected by CVE-2026-34600?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
