cve/2018/CVE-2018-16832.md

18 lines
698 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-16832](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16832)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
CSRF in the anti-csrf decorator in xunfeng 0.2.0 allows an attacker to modify the configuration via a Flash file because views/lib/AntiCSRF.py can overwrite the request.host value with the content of the X-Forwarded-Host HTTP header.
### POC
#### Reference
- https://github.com/ysrc/xunfeng/issues/177
#### Github
No PoCs found on GitHub currently.