From 650a38ffdebda1eb575dbfc92bcbecaa0713f6b2 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 19 Jan 2022 13:33:34 +0530 Subject: [PATCH] Qualcomm 4G LTE WiFi VoIP-Router (#3555) * Add files via upload * Auto Generated CVE annotations [Mon Jan 17 16:05:35 UTC 2022] :robot: * Update CVE-2021-44528.yaml * Update CVE-2021-45232.yaml * Add files via upload * removing duplicate template * moving template around * template fix Co-authored-by: GitHub Action Co-authored-by: Prince Chaddha Co-authored-by: sandeep --- cves/2021/CVE-2021-44528.yaml | 3 ++- exposed-panels/qualcomm-voip-router.yaml | 25 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 exposed-panels/qualcomm-voip-router.yaml diff --git a/cves/2021/CVE-2021-44528.yaml b/cves/2021/CVE-2021-44528.yaml index 23996a41c0..d0a3ea82cb 100644 --- a/cves/2021/CVE-2021-44528.yaml +++ b/cves/2021/CVE-2021-44528.yaml @@ -7,12 +7,13 @@ info: description: Specially crafted "X-Forwarded-Host" headers in combination with certain "allowed host" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious website. reference: - https://seclists.org/oss-sec/2021/q4/att-160/7-0-host-authorzation-open-redirect.patch - tags: cve,cve2021,redirect + - https://nvd.nist.gov/vuln/detail/CVE-2021-44528 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.10 cve-id: CVE-2021-44528 cwe-id: CWE-601 + tags: cve,cve2021,redirect requests: - raw: diff --git a/exposed-panels/qualcomm-voip-router.yaml b/exposed-panels/qualcomm-voip-router.yaml new file mode 100644 index 0000000000..d14814c33c --- /dev/null +++ b/exposed-panels/qualcomm-voip-router.yaml @@ -0,0 +1,25 @@ +id: qualcomm-voip-router + +info: + name: Qualcomm 4G LTE WiFi VoIP-Router + author: pussycat0x + severity: info + metadata: + fofa-dork: 'app="Qualcomm-4G-LTE-WiFi-VoIP-Router"' + tags: panel,qualcomm,iot,router,voip + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '4G LTE WiFi VoIP Router' + + - type: status + status: + - 200 \ No newline at end of file