CVE-2025-27409
HIGH EPSS 41.6%
Published Apr 30, 20251y ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
Published Apr 30, 2025 1y ago
Last Modified Jun 17, 2026 2w ago
Description
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. Prior to version 3.3.3, path traversal is possible in Joplin Server if static file path starts with `css/pluginAssets` or `js/pluginAssets`. The `findLocalFile` function in the `default route` calls `localFileFromUrl` to check for special `pluginAssets` paths. If the function returns a path, the result is returned directly, without checking for path traversal. The vulnerability allows attackers to read files outside the intended directories. This issue has been patched in version 3.3.3.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
41.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available
Weaknesses 1
CWE-22 Path Traversal Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| joplin_project | joplin | * | <3.3.3 |
References 2
- github.com https://github.com/laurent22/joplin/pull/11916
- github.com https://github.com/laurent22/joplin/security/advisories/GHSA-5xv6-7jm3-fmg5
Remediation
- github.com https://github.com/laurent22/joplin/pull/11916