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

18 lines
753 B
Markdown

### [CVE-2018-15178](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15178)
![](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
Open redirect vulnerability in Gogs before 0.12 allows remote attackers to redirect users to arbitrary websites and conduct phishing attacks via an initial /\ substring in the user/login redirect_to parameter, related to the function isValidRedirect in routes/user/auth.go.
### POC
#### Reference
- https://github.com/gogs/gogs/issues/5364
#### Github
- https://github.com/sonatype-nexus-community/nancy