added flow & updated dsl

patch-16
Ritik Chaddha 2024-11-20 10:05:38 +05:30 committed by GitHub
parent a306bcf85a
commit 96e4a4d0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,8 @@ info:
epss-percentile: 0.89926
cpe: cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
vendor: paloaltonetworks
product: pan-os
shodan-query:
@ -24,6 +26,8 @@ info:
fofa-query: icon_hash="-631559155"
tags: cve,cve2024,panos,rce,kev
flow: http(1) && http(2) && http(3)
variables:
rand: "{{to_lower(rand_text_alpha(5))}}"
@ -38,8 +42,8 @@ http:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(headers, "Expires: 0", "PHPSESSID=", "application/json")'
- 'contains(body, "0.0.0")'
- 'contains_all(header, "Expires: 0", "PHPSESSID=", "application/json")'
condition: and
internal: true