QiHang Media Web Digital Signage 3.0.9 - Cleartext Credentials Disclosure
ID: qihang-media-disclosure
Severity: high
Author: gy741
Tags: qihang,exposure
Description
Section titled “Description”QiHang Media Web Digital Signage 3.0.9 suffers from a clear-text credentials disclosure vulnerability that allows an unauthenticated attacker to issue a request to an unprotected directory that hosts an XML file /xml/User/User.xml and obtain administrative login information that allows for a successful authentication bypass attack.
YAML Source
Section titled “YAML Source”id: qihang-media-disclosure
info: name: QiHang Media Web Digital Signage 3.0.9 - Cleartext Credentials Disclosure author: gy741 severity: high description: | QiHang Media Web Digital Signage 3.0.9 suffers from a clear-text credentials disclosure vulnerability that allows an unauthenticated attacker to issue a request to an unprotected directory that hosts an XML file /xml/User/User.xml and obtain administrative login information that allows for a successful authentication bypass attack. reference: - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2020-5579.php classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 metadata: max-request: 1 tags: qihang,exposure
http: - method: GET path: - "{{BaseURL}}/xml/User/User.xml"
matchers: - type: word part: body words: - "<?xml version" - "<Users>" - "account=" - "password=" condition: and# digest: 4a0a0047304502207cd08fe8350fda1d0eec3d1831d38f407e5be2631d742d46048378ea9f6d3b97022100e1b7257bf40db78832b13629346bf09e7df036e8790d24a458fbcf0b9a2fc13e: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/vulnerabilities/other/qihang-media-disclosure.yaml"