CVE-2026-34600 — Joplin is an open source note-taking and to-do application
CVE-2026-34600 — 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 fixe
What This Means For You
- If your environment is affected by CWE-200, CWE-281, CWE-863, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-34600 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Joplin Delta API Vulnerability - Unauthorized Note Download Attempt — CVE-2026-34600
title: Joplin Delta API Vulnerability - Unauthorized Note Download Attempt — CVE-2026-34600
id: scw-2026-05-19-ai-1
status: experimental
level: high
description: |
This rule detects attempts to exploit CVE-2026-34600 by targeting the Joplin delta API. Specifically, it looks for POST requests to the '/delta' endpoint with the 'DELTA_INCLUDES_ITEMS=true' parameter, which is indicative of an attempt to download notes that may no longer be shared with the recipient due to a logic error in the API.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-34600/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/delta'
cs-method:
- 'POST'
cs-uri-query|contains:
- 'DELTA_INCLUDES_ITEMS=true'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-34600 | vulnerability | CVE-2026-34600 |
| CWE-200 | weakness | CWE-200 |
| CWE-281 | weakness | CWE-281 |
| CWE-863 | weakness | CWE-863 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 02:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.