4.3
CVE-2025-56760
- EPSS 0.32%
- Veröffentlicht 03.09.2025 00:00:00
- Zuletzt bearbeitet 09.09.2025 18:30:48
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
When Memos 0.22 is configured to store objects locally, an attacker can create a file via the CreateResource endpoint containing a path traversal sequence in the name, allowing arbitrary file write on the server.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.32% | 0.236 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 4.3 | 2.8 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
|
CWE-24 Path Traversal: '../filedir'
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory.
https://github.com/usememos/memos/blob/v0.24.4/server/router/api/v1/resource_service.go#L48
https://www.sonarsource.com/blog/securing-go-applications-with-sonarqube-real-world-examples/