vendor:
Go Git Service
by:
Timo Schmid
8,3
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Go Git Service
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: CVE-2014-8682
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: gogs,seclists,packetstorm,edb,cve,cve2014,sqli
CVSS Metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
Nuclei References:
https://nvd.nist.gov/vuln/detail/CVE-2014-8682, http://seclists.org/fulldisclosure/2014/Nov/33, http://packetstormsecurity.com/files/129117/Gogs-Repository-Search-SQL-Injection.html, https://github.com/gogits/gogs/commit/0c5ba4573aecc9eaed669e9431a70a5d9f184b8d, https://www.exploit-db.com/exploits/35238, https://exchange.xforce.ibmcloud.com/vulnerabilities/98694
Nuclei Metadata: {'max-request': 1, 'shodan-query': 'title:"Sign In - Gogs"', 'vendor': 'gogits', 'product': 'gogs'}
Platforms Tested: N/A
2014
Unauthenticated SQL Injection in Gogs repository search
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.
Mitigation:
Input validation of the q parameter.