{"api_version":"1","generated_at":"2026-05-19T04:25:41+00:00","cve":"CVE-2026-22810","urls":{"html":"https://cve.report/CVE-2026-22810","api":"https://cve.report/api/cve/CVE-2026-22810.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-22810","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-22810"},"summary":{"title":"Joplin: Path traversal in OneNote importer allows overwriting arbitrary files","description":"Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions prior to 3.5.7 contain a path traversal vulnerability in the importer which allows overwriting arbitrary files on disk. The OneNote converter does not sanitize the names of embedded files before writing them to disk. As a result, it's possible for an attacker to create a malicious .one file that includes file names containing ../../, that are then interpreted as part of the target path when extracting attachments from the .one file. This issue has been patched in version 3.5.7.","state":"PUBLISHED","assigner":"GitHub_M","published_at":"2026-05-18 21:16:39","updated_at":"2026-05-18 21:16:39"},"problem_types":["CWE-24","CWE-24 CWE-24: Path Traversal: '../filedir'"],"metrics":[{"version":"3.1","source":"security-advisories@github.com","type":"Secondary","score":"8.2","severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","baseScore":8.2,"baseSeverity":"HIGH","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"REQUIRED","scope":"CHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"8.2","severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","data":{"attackComplexity":"LOW","attackVector":"LOCAL","availabilityImpact":"HIGH","baseScore":8.2,"baseSeverity":"HIGH","confidentialityImpact":"HIGH","integrityImpact":"HIGH","privilegesRequired":"LOW","scope":"CHANGED","userInteraction":"REQUIRED","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","version":"3.1"}}],"references":[{"url":"https://github.com/laurent22/joplin/blob/af5108d70233b1db9410346958c1587cf7c1b16d/packages/onenote-converter/renderer/src/page/embedded_file.rs#L13-L16","name":"https://github.com/laurent22/joplin/blob/af5108d70233b1db9410346958c1587cf7c1b16d/packages/onenote-converter/renderer/src/page/embedded_file.rs#L13-L16","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/laurent22/joplin/security/advisories/GHSA-gcmj-c9gg-9vh6","name":"https://github.com/laurent22/joplin/security/advisories/GHSA-gcmj-c9gg-9vh6","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/laurent22/joplin/pull/13736","name":"https://github.com/laurent22/joplin/pull/13736","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/laurent22/joplin/commit/791668455e1aae50501ff57ea4783b3fba9d377c","name":"https://github.com/laurent22/joplin/commit/791668455e1aae50501ff57ea4783b3fba9d377c","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/laurent22/joplin/releases/tag/v3.5.7","name":"https://github.com/laurent22/joplin/releases/tag/v3.5.7","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-22810","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-22810","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"laurent22","product":"joplin","version":"affected < 3.5.7","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"product":"joplin","vendor":"laurent22","versions":[{"status":"affected","version":"< 3.5.7"}]}],"descriptions":[{"lang":"en","value":"Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions prior to 3.5.7 contain a path traversal vulnerability in the importer which allows overwriting arbitrary files on disk. The OneNote converter does not sanitize the names of embedded files before writing them to disk. As a result, it's possible for an attacker to create a malicious .one file that includes file names containing ../../, that are then interpreted as part of the target path when extracting attachments from the .one file. This issue has been patched in version 3.5.7."}],"metrics":[{"cvssV3_1":{"attackComplexity":"LOW","attackVector":"LOCAL","availabilityImpact":"HIGH","baseScore":8.2,"baseSeverity":"HIGH","confidentialityImpact":"HIGH","integrityImpact":"HIGH","privilegesRequired":"LOW","scope":"CHANGED","userInteraction":"REQUIRED","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","version":"3.1"}}],"problemTypes":[{"descriptions":[{"cweId":"CWE-24","description":"CWE-24: Path Traversal: '../filedir'","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-05-18T20:23:57.607Z","orgId":"a0819718-46f1-4df5-94e2-005712e83aaa","shortName":"GitHub_M"},"references":[{"name":"https://github.com/laurent22/joplin/security/advisories/GHSA-gcmj-c9gg-9vh6","tags":["x_refsource_CONFIRM"],"url":"https://github.com/laurent22/joplin/security/advisories/GHSA-gcmj-c9gg-9vh6"},{"name":"https://github.com/laurent22/joplin/pull/13736","tags":["x_refsource_MISC"],"url":"https://github.com/laurent22/joplin/pull/13736"},{"name":"https://github.com/laurent22/joplin/commit/791668455e1aae50501ff57ea4783b3fba9d377c","tags":["x_refsource_MISC"],"url":"https://github.com/laurent22/joplin/commit/791668455e1aae50501ff57ea4783b3fba9d377c"},{"name":"https://github.com/laurent22/joplin/blob/af5108d70233b1db9410346958c1587cf7c1b16d/packages/onenote-converter/renderer/src/page/embedded_file.rs#L13-L16","tags":["x_refsource_MISC"],"url":"https://github.com/laurent22/joplin/blob/af5108d70233b1db9410346958c1587cf7c1b16d/packages/onenote-converter/renderer/src/page/embedded_file.rs#L13-L16"},{"name":"https://github.com/laurent22/joplin/releases/tag/v3.5.7","tags":["x_refsource_MISC"],"url":"https://github.com/laurent22/joplin/releases/tag/v3.5.7"}],"source":{"advisory":"GHSA-gcmj-c9gg-9vh6","discovery":"UNKNOWN"},"title":"Joplin: Path traversal in OneNote importer allows overwriting arbitrary files"}},"cveMetadata":{"assignerOrgId":"a0819718-46f1-4df5-94e2-005712e83aaa","assignerShortName":"GitHub_M","cveId":"CVE-2026-22810","datePublished":"2026-05-18T20:23:57.607Z","dateReserved":"2026-01-09T22:50:10.288Z","dateUpdated":"2026-05-18T20:23:57.607Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-05-18 21:16:39","lastModifiedDate":"2026-05-18 21:16:39","problem_types":["CWE-24","CWE-24 CWE-24: Path Traversal: '../filedir'"],"metrics":{"cvssMetricV31":[{"source":"security-advisories@github.com","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H","baseScore":8.2,"baseSeverity":"HIGH","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"REQUIRED","scope":"CHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"},"exploitabilityScore":1.5,"impactScore":6}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"22810","Ordinal":"1","Title":"Joplin: Path traversal in OneNote importer allows overwriting ar","CVE":"CVE-2026-22810","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"22810","Ordinal":"1","NoteData":"Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions prior to 3.5.7 contain a path traversal vulnerability in the importer which allows overwriting arbitrary files on disk. The OneNote converter does not sanitize the names of embedded files before writing them to disk. As a result, it's possible for an attacker to create a malicious .one file that includes file names containing ../../, that are then interpreted as part of the target path when extracting attachments from the .one file. This issue has been patched in version 3.5.7.","Type":"Description","Title":"Joplin: Path traversal in OneNote importer allows overwriting ar"}]}}}