cve/2024/CVE-2024-41668.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-07-25 21:25:12 +00:00
### [CVE-2024-41668](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41668)
![](https://img.shields.io/static/v1?label=Product&message=cbioportal&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%206.0.12%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-918%3A%20Server-Side%20Request%20Forgery%20(SSRF)&color=brighgreen)
### Description
The cBioPortal for Cancer Genomics provides visualization, analysis, and download of large-scale cancer genomics data sets. When running a publicly exposed proxy endpoint without authentication, cBioPortal could allow someone to perform a Server Side Request Forgery (SSRF) attack. Logged in users could do the same on private instances. A fix has been released in version 6.0.12. As a workaround, one might be able to disable `/proxy` endpoint entirely via, for example, nginx.
### POC
#### Reference
- https://www.wizlynxgroup.com/security-research-advisories/vuln/WLX-2024-004
#### Github
No PoCs found on GitHub currently.