Files
CVEs-PoC/2021/CVE-2021-25924.md
T
2024-06-18 02:51:15 +02:00

18 lines
833 B
Markdown

### [CVE-2021-25924](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25924)
![](https://img.shields.io/static/v1?label=Product&message=gocd&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-Site%20Request%20Forgery&color=brighgreen)
### Description
In GoCD, versions 19.6.0 to 21.1.0 are vulnerable to Cross-Site Request Forgery due to missing CSRF protection at the `/go/api/config/backup` endpoint. An attacker can trick a victim to click on a malicious link which could change backup configurations or execute system commands in the post_backup_script field.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25924,
#### Github
No PoCs found on GitHub currently.