nuclei-templates/http/cves/2005/CVE-2005-3634.yaml

37 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2005-3634
2023-06-14 17:48:29 +00:00
info:
2023-06-16 04:59:31 +00:00
name: SAP Web Application Server 6.x/7.0 - Open Redirect
author: ctflearner
severity: medium
2023-06-14 17:48:29 +00:00
description: |
2023-06-16 04:49:56 +00:00
frameset.htm in the BSP runtime in SAP Web Application Server (WAS) 6.10 through 7.00 allows remote attackers to log users out and redirect them to arbitrary web sites via a close command in the sap-sessioncmd parameter and a URL in the sap-exiturl parameter.
reference:
2023-06-14 17:48:29 +00:00
- https://www.exploit-db.com/exploits/26488
- https://cxsecurity.com/issue/WLB-2005110025
2023-06-14 17:48:29 +00:00
- https://marc.info/?l=bugtraq&m=113156525006667&w=2
- http://www.cybsec.com/vuln/CYBSEC_Security_Advisory_Multiple_XSS_in_SAP_WAS.pdf
- https://exchange.xforce.ibmcloud.com/vulnerabilities/23031
2023-06-16 04:59:31 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2005-3634
classification:
cvss-metrics: CVSS:2.0/(AV:N/AC:L/Au:N/C:N/I:P/A:N)
cvss-score: 5.0
cve-id: CVE-2005-3634
cwe-id: NVD-CWE-Other
cpe: cpe:2.3:a:sap:sap_web_application_server:7.0:*:*:*:*:*:*:*
2023-06-16 04:49:56 +00:00
metadata:
max-request: 1
shodan-query: html:"SAP Business Server Pages Team"
tags: cve,cve2005,sap,redirect,business
http:
- method: GET
path:
2023-06-16 04:49:56 +00:00
- "{{BaseURL}}/sap/bc/BSp/sap/menu/fameset.htm?sap--essioncmd=close&sapexiturl=https%3a%2f%2finteract.sh"
2023-06-14 17:48:29 +00:00
matchers:
- type: regex
part: header
regex:
2023-06-16 04:49:56 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'