cve/2024/CVE-2024-41659.md
2024-08-23 18:19:28 +00:00

18 lines
1015 B
Markdown

### [CVE-2024-41659](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41659)
![](https://img.shields.io/static/v1?label=Product&message=memos&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%200.21.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-942%3A%20Permissive%20Cross-domain%20Policy%20with%20Untrusted%20Domains&color=brighgreen)
### Description
memos is a privacy-first, lightweight note-taking service. A CORS misconfiguration exists in memos 0.20.1 and earlier where an arbitrary origin is reflected with Access-Control-Allow-Credentials set to true. This may allow an attacking website to make a cross-origin request, allowing the attacker to read private information or make privileged changes to the system as the vulnerable user account. This vulnerability is fixed in 0.21.0.
### POC
#### Reference
- https://securitylab.github.com/advisories/GHSL-2024-034_memos/
#### Github
No PoCs found on GitHub currently.