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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions http/cves/2023/CVE-2023-33405.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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://oast.pro"

matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.pro.*$'
part: header
2 changes: 1 addition & 1 deletion http/exposures/tokens/twilio/twilio-api-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ http:
- type: regex
part: body
regex:
- '(?i)twilio.{0,20}\b(sk[a-f0-9]{32})\b'
- '(?i)twilio.{0,20}\b(sk[a-f0-9]{32})\b'
Loading