Skip to content

Commit

Permalink
Merge pull request #8290 from 5hank4r/main
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Oct 8, 2023
2 parents b1ea7f2 + 751ddc9 commit 419a1c6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
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'

0 comments on commit 419a1c6

Please sign in to comment.