2021-08-13 17:49:41 +00:00
|
|
|
id: insecure-crossdomain
|
|
|
|
|
|
|
|
info:
|
2021-08-14 09:12:16 +00:00
|
|
|
name: Insecure cross-domain.xml file
|
2021-08-14 10:15:34 +00:00
|
|
|
author: Borna Nematzadeh,nadino
|
2021-08-13 18:25:10 +00:00
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/insecure-crossdomain-xml-file
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,generic,files
|
2021-08-14 09:12:16 +00:00
|
|
|
|
|
|
|
requests:
|
2021-08-13 17:49:41 +00:00
|
|
|
- method: GET
|
2021-08-14 09:12:16 +00:00
|
|
|
path:
|
2021-08-13 17:49:41 +00:00
|
|
|
- "{{BaseURL}}/crossdomain.xml"
|
2021-08-14 09:12:16 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
2021-08-13 17:49:41 +00:00
|
|
|
matchers:
|
2021-08-14 09:12:16 +00:00
|
|
|
- type: status
|
2021-08-13 17:49:41 +00:00
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
2021-08-14 09:12:16 +00:00
|
|
|
part: body
|
|
|
|
words:
|
2021-08-13 17:49:41 +00:00
|
|
|
- '<allow-access-from domain="*"/>'
|