Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities found for many-notes by brufdev
CVE-2026-54053 (GCVE-0-2026-54053)
Vulnerability from nvd – Published: 2026-09-17 17:11 – Updated: 2026-09-17 17:11
VLAI
EPSS
VEX
Title
Many Notes: Path Traversal via ZIP import allows arbitrary file write and stored XSS in other users' vaults
Summary
Many Notes is a Markdown note-taking web application designed for simplicity. Prior to 0.16.0, the ZIP vault import implemented in app/Actions/ProcessImportedVault.php accepts archive filenames containing parent-directory traversal segments. An authenticated user can write arbitrary files outside the importing user's vault and into other users' vaults, including overwriting existing files. Disguised SVG content can be placed in another user's vault and execute stored cross-site scripting when the victim opens that vault. This issue is fixed in version 0.16.0.
Severity
9.6 (Critical)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/brufdev/many-notes/security/ad… | x_refsource_CONFIRM |
| https://github.com/brufdev/many-notes/commit/1b32… | x_refsource_MISC |
| https://github.com/brufdev/many-notes/releases/ta… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| brufdev | many-notes |
Affected:
< 0.16.0
|
{
"containers": {
"cna": {
"affected": [
{
"product": "many-notes",
"vendor": "brufdev",
"versions": [
{
"status": "affected",
"version": "\u003c 0.16.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Many Notes is a Markdown note-taking web application designed for simplicity. Prior to 0.16.0, the ZIP vault import implemented in app/Actions/ProcessImportedVault.php accepts archive filenames containing parent-directory traversal segments. An authenticated user can write arbitrary files outside the importing user\u0027s vault and into other users\u0027 vaults, including overwriting existing files. Disguised SVG content can be placed in another user\u0027s vault and execute stored cross-site scripting when the victim opens that vault. This issue is fixed in version 0.16.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-17T17:11:39.506Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/brufdev/many-notes/security/advisories/GHSA-wg8j-9c2g-xh6r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/brufdev/many-notes/security/advisories/GHSA-wg8j-9c2g-xh6r"
},
{
"name": "https://github.com/brufdev/many-notes/commit/1b3288fa9671002e72e38b7fcd5d226673ba0cae",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brufdev/many-notes/commit/1b3288fa9671002e72e38b7fcd5d226673ba0cae"
},
{
"name": "https://github.com/brufdev/many-notes/releases/tag/v0.16.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brufdev/many-notes/releases/tag/v0.16.0"
}
],
"source": {
"advisory": "GHSA-wg8j-9c2g-xh6r",
"discovery": "UNKNOWN"
},
"title": "Many Notes: Path Traversal via ZIP import allows arbitrary file write and stored XSS in other users\u0027 vaults"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54053",
"datePublished": "2026-09-17T17:11:39.506Z",
"dateReserved": "2026-06-11T18:24:35.096Z",
"dateUpdated": "2026-09-17T17:11:39.506Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-54053 (GCVE-0-2026-54053)
Vulnerability from cvelistv5 – Published: 2026-09-17 17:11 – Updated: 2026-09-17 17:11
VLAI
EPSS
VEX
Title
Many Notes: Path Traversal via ZIP import allows arbitrary file write and stored XSS in other users' vaults
Summary
Many Notes is a Markdown note-taking web application designed for simplicity. Prior to 0.16.0, the ZIP vault import implemented in app/Actions/ProcessImportedVault.php accepts archive filenames containing parent-directory traversal segments. An authenticated user can write arbitrary files outside the importing user's vault and into other users' vaults, including overwriting existing files. Disguised SVG content can be placed in another user's vault and execute stored cross-site scripting when the victim opens that vault. This issue is fixed in version 0.16.0.
Severity
9.6 (Critical)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/brufdev/many-notes/security/ad… | x_refsource_CONFIRM |
| https://github.com/brufdev/many-notes/commit/1b32… | x_refsource_MISC |
| https://github.com/brufdev/many-notes/releases/ta… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| brufdev | many-notes |
Affected:
< 0.16.0
|
{
"containers": {
"cna": {
"affected": [
{
"product": "many-notes",
"vendor": "brufdev",
"versions": [
{
"status": "affected",
"version": "\u003c 0.16.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Many Notes is a Markdown note-taking web application designed for simplicity. Prior to 0.16.0, the ZIP vault import implemented in app/Actions/ProcessImportedVault.php accepts archive filenames containing parent-directory traversal segments. An authenticated user can write arbitrary files outside the importing user\u0027s vault and into other users\u0027 vaults, including overwriting existing files. Disguised SVG content can be placed in another user\u0027s vault and execute stored cross-site scripting when the victim opens that vault. This issue is fixed in version 0.16.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-17T17:11:39.506Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/brufdev/many-notes/security/advisories/GHSA-wg8j-9c2g-xh6r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/brufdev/many-notes/security/advisories/GHSA-wg8j-9c2g-xh6r"
},
{
"name": "https://github.com/brufdev/many-notes/commit/1b3288fa9671002e72e38b7fcd5d226673ba0cae",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brufdev/many-notes/commit/1b3288fa9671002e72e38b7fcd5d226673ba0cae"
},
{
"name": "https://github.com/brufdev/many-notes/releases/tag/v0.16.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brufdev/many-notes/releases/tag/v0.16.0"
}
],
"source": {
"advisory": "GHSA-wg8j-9c2g-xh6r",
"discovery": "UNKNOWN"
},
"title": "Many Notes: Path Traversal via ZIP import allows arbitrary file write and stored XSS in other users\u0027 vaults"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54053",
"datePublished": "2026-09-17T17:11:39.506Z",
"dateReserved": "2026-06-11T18:24:35.096Z",
"dateUpdated": "2026-09-17T17:11:39.506Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}