CVE-2024-0692: SolarWinds Security Event Manager - Unauthenticated RCE

日期: 2025-08-01 | 影响软件: SolarWinds Security Event Manager | POC: 已公开

漏洞描述

The SolarWinds Security Event Manager was susceptible to Remote Code Execution Vulnerability. This vulnerability allows an unauthenticated user to abuse SolarWinds’ service, resulting in remote code execution.

PoC代码[已公开]

id: CVE-2024-0692

info:
  name: SolarWinds Security Event Manager - Unauthenticated RCE
  author: DhiyaneshDK
  severity: high
  description: |
    The SolarWinds Security Event Manager was susceptible to Remote Code Execution Vulnerability. This vulnerability allows an unauthenticated user to abuse SolarWinds’ service, resulting in remote code execution.
  reference:
    - https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2023-4-1_release_notes.htm
  classification:
    cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2024-0692
    cwe-id: CWE-502
    epss-score: 0.81425
    epss-percentile: 0.99137
    cpe: cpe:2.3:a:solarwinds:security_event_manager:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: solarwinds
    product: security_event_manager
    fofa-query: title="SolarWinds Security Event Manager"
  tags: cve,cve2024,solarwinds,event-manager,cisa,vkev

http:
  - raw:
      - |
        GET /webui/ HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "SolarWinds Security Event Manager"
        internal: true

  - raw:
      - |
        POST /services/messagebroker/streamingamf HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-amf

        abc

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/x-amf")'
          - 'contains(body, "AMF version")'
        condition: and
# digest: 490a0046304402203a14089266f39bdb8b9e94600934922ea2b1215f804bb572be627881fc723eb402202705927b7632ba6d078b37c22990affd4e3e18a55b6124f9177302908c2ad984:922c64590222798bb761d5b6d8e72950

相关漏洞推荐