nuclei-templates/http/cves/2013/CVE-2013-2248.yaml

33 lines
1.1 KiB
YAML

id: CVE-2013-2248
info:
name: Apache Struts - Multiple Open Redirection Vulnerabilities
author: 0x_Akoko
severity: medium
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
- http://struts.apache.org/release/2.3.x/docs/s2-017.html
remediation: Developers should immediately upgrade to Struts 2.3.15.1 or later.
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
cwe-id: CWE-601
cve-id: CVE-2013-2248
tags: cve,cve2013,apache,redirect,struts,edb
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/index.action?redirect:http://www.interact.sh/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
part: header