Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2023-33405.yaml #8290

Merged
merged 7 commits into from
Oct 8, 2023
Merged

CVE-2023-33405.yaml #8290

merged 7 commits into from
Oct 8, 2023

Conversation

5hank4r
Copy link
Contributor

@5hank4r 5hank4r commented Sep 29, 2023

Template / PR Information

Blogengine.net 3.3.8.0 and earlier is vulnerable to Open Redirect.

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
  reference:
    - https://github.com/hacip/CVE-2023-33405
    - https://nvd.nist.gov/vuln/detail/CVE-2023-33405
  remediation: |
    Update to the latest version of blogengine.net CMS  to fix the open redirect vulnerability.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/Au:N/C:N/I:P/A:N
    cvss-score: 6.1
    cve-id: CVE-2023-33405
    cwe-id: CWE-601
  metadata:
    max-request: 1
    product: blogengine_cms
    vendor: blogengine
    verified: true
  tags: cve,cve2023,Blogengine,cms,redirect

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

    matchers:
      - type: regex
        part: header
        regex:
          - '(?m)^(?:Location\s*?:\s*?)(?:http?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'

I've validated this template locally?

  • YES
  • NO

Reference

https://www.opencve.io/cve/CVE-2023-33405
https://cve.report/CVE-2023-33405

@DhiyaneshGeek DhiyaneshGeek self-assigned this Oct 3, 2023
@DhiyaneshGeek DhiyaneshGeek marked this pull request as ready for review October 3, 2023 13:03
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Oct 3, 2023
@DhiyaneshGeek DhiyaneshGeek linked an issue Oct 3, 2023 that may be closed by this pull request
@DhiyaneshGeek
Copy link
Member

Hi @5hank4r Thank you so much for sharing the template with the community

@DhiyaneshGeek DhiyaneshGeek merged commit 419a1c6 into projectdiscovery:main Oct 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CVE-2023-33405.yaml
2 participants