nuclei-templates/cves/2021/CVE-2021-28937.yaml

37 lines
1.1 KiB
YAML

id: CVE-2021-28937
info:
name: Acexy Wireless-N WiFi Repeater REV 1.0 - Repeater Password Disclosure
author: geeknik
severity: high
description: Acexy Wireless-N WiFi Repeater REV 1.0 is vulnerable to password disclosure because the password.html page of the web management interface contains the administrator account password in plaintext.
reference:
- https://blog-ssh3ll.medium.com/acexy-wireless-n-wifi-repeater-vulnerabilities-8bd5d14a2990
- http://acexy.com
- https://nvd.nist.gov/vuln/detail/CVE-2021-28937
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-28937
cwe-id: CWE-312
tags: cve,cve2021,acexy,disclosure,iot
requests:
- method: GET
path:
- "{{BaseURL}}/password.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Password Setting"
- "addCfg('username'"
- "addCfg('newpass'"
condition: and
# Enhanced by mp on 2022/07/15