Merge pull request #512 from dwisiswant0/add/CVE-2020-2034

Add CVE-2020-2034
patch-1
bauthard 2020-10-03 11:45:12 +05:30 committed by GitHub
commit 107d9b9dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 0 deletions

45
cves/CVE-2020-2034.yaml Normal file
View File

@ -0,0 +1,45 @@
id: cve-2020-2034
info:
name: PAN-OS GlobalProtect OS Command Injection
author: dwisiswant0
severity: high
description: |
This template supports the detection part only. See references.
An OS Command Injection vulnerability in the PAN-OS GlobalProtect portal
allows an unauthenticated network based attacker to execute
arbitrary OS commands with root privileges.
An attacker requires some knowledge of the firewall to exploit this issue.
This issue can not be exploited if GlobalProtect portal feature is not enabled.
This issue impacts PAN-OS 9.1 versions earlier than PAN-OS 9.1.3;
PAN-OS 8.1 versions earlier than PAN-OS 8.1.15;
PAN-OS 9.0 versions earlier than PAN-OS 9.0.9;
all versions of PAN-OS 8.0 and PAN-OS 7.1.
Prisma Access services are not impacted by this vulnerability.
Source/References:
- https://github.com/blackhatethicalhacking/CVE-2020-2034-POC
requests:
- method: GET
path:
- "{{BaseURL}}/global-protect/login.esp"
- "{{BaseURL}}/global-protect/portal/css/login.css"
- "{{BaseURL}}/global-protect/portal/images/favicon.ico"
- "{{BaseURL}}/global-protect/portal/images/logo-pan-48525a.svg"
- "{{BaseURL}}/js/Pan.js"
- "{{BaseURL}}/login/images/favicon.ico"
- "{{BaseURL}}/php/login.php"
matchers-condition: and
matchers:
- type: word
words:
- "ETag"
- "Last-Modified"
part: header
- type: status
status:
- 200