Vulnerabilities (CVE)

Filtered by vendor Gogits Subscribe
Filtered by product Gogs
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2014-8681 1 Gogits 1 Gogs 2024-02-04 7.5 HIGH N/A
SQL injection vulnerability in the GetIssues function in models/issue.go in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.6.x before 0.5.6.1025 Beta allows remote attackers to execute arbitrary SQL commands via the label parameter to user/repos/issues.
CVE-2014-8682 1 Gogits 1 Gogs 2024-02-04 7.5 HIGH N/A
Multiple SQL injection vulnerabilities in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.x before 0.5.6.1105 Beta allow remote attackers to execute arbitrary SQL commands via the q parameter to (1) api/v1/repos/search, which is not properly handled in models/repo.go, or (2) api/v1/users/search, which is not properly handled in models/user.go.
CVE-2014-8683 1 Gogits 1 Gogs 2024-02-04 4.3 MEDIUM N/A
Cross-site scripting (XSS) vulnerability in models/issue.go in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.x before 0.5.8 allows remote attackers to inject arbitrary web script or HTML via the text parameter to api/v1/markdown.