Vulnerabilities (CVE)

Filtered by vendor Gogs Subscribe
Filtered by product Gogs
Total 23 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-17031 1 Gogs 1 Gogs 2023-12-10 4.3 MEDIUM 6.1 MEDIUM
In Gogs 0.11.53, an attacker can use a crafted .eml file to trigger MIME type sniffing, which leads to XSS, as demonstrated by Internet Explorer, because an "X-Content-Type-Options: nosniff" header is not sent.
CVE-2018-15193 1 Gogs 1 Gogs 2023-12-10 6.8 MEDIUM 8.8 HIGH
A CSRF vulnerability in the admin panel in Gogs through 0.11.53 allows remote attackers to execute admin operations via a crafted issue / link.
CVE-2018-15178 1 Gogs 1 Gogs 2023-12-10 5.8 MEDIUM 6.1 MEDIUM
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.