vendor:
Go Git Service
by:
Timo Schmid
6,6
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-8681
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2014
Blind SQL Injection in Gogs label search
Gogs(Go Git Service) is a painless self-hosted Git Service written in Go. It is very similiar to the github hosting plattform. Multiple users can create multiple repositories and share code with others with the git version control system. Repositories can be marked as public or private to prevent access from unauthorized users. Gogs provides a view to filter issues by labels. This view is accessible at /<username>/<repository>/issues?labels=&type=&state= The labels Parameter of this view is vulnerable to a blind SQL injection.
Mitigation:
Fixed by Vendor