Skip to content

Commit

Permalink
Merge PR SigmaHQ#4826 from @nasbench - Add coverage for CVE-2024-3400
Browse files Browse the repository at this point in the history
new: Potential CVE-2024-3400 Exploitation - Palo Alto GlobalProtect OS Command Injection

---------

Co-authored-by: phantinuss <[email protected]>
  • Loading branch information
nasbench and phantinuss authored Apr 24, 2024
1 parent 8f8ce06 commit b349447
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
title: Potential CVE-2024-3400 Exploitation - Palo Alto GlobalProtect OS Command Injection
id: f130a5f1-73ba-42f0-bf1e-b66a8361cb8f
status: experimental
description: |
Detects potential exploitation attempts of CVE-2024-3400 - an OS command injection in Palo Alto GlobalProtect.
This detection looks for suspicious strings that indicate a potential directory traversal attempt.
references:
- https://security.paloaltonetworks.com/CVE-2024-3400
- https://labs.watchtowr.com/palo-alto-putting-the-protecc-in-globalprotect-cve-2024-3400/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2024/04/18
tags:
- attack.initial_access
- attack.persistence
- attack.privilege_escalation
- attack.defense_evasion
- cve.2024.3400
logsource:
category: appliance
product: paloalto
service: globalprotect
definition: 'Requirements: Palo Alto GlobalProtect "mp-log" and "gpsvc.log" need to be ingested'
detection:
keywords:
- 'failed to unmarshal session(../'
- 'failed to unmarshal session(./../'
- 'failed to unmarshal session(/..'
- 'failed to unmarshal session(%2E%2E%2F'
- 'failed to unmarshal session(%2F%2E%2E'
- 'failed to unmarshal session(%2E%2F%2E%2E%2F'
- 'failed to unmarshal session(%252E%252E%252F'
- 'failed to unmarshal session(%252F%252E%252E'
- 'failed to unmarshal session(%252E%252F%252E%252E%252F'
condition: keywords
falsepositives:
- Unknown
level: high
8 changes: 8 additions & 0 deletions tests/logsource.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@
"sslvpnd": []
}
},
"paloalto":{
"commun": [],
"empty": [],
"category":{},
"service":{
"globalprotect": []
}
},
"django":{
"commun": [],
"empty": [],
Expand Down
4 changes: 4 additions & 0 deletions tests/thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,3 +575,7 @@ logsources:
category: logfile
sources:
- "File:*.log"
logfiles-appliances:
category: appliance
sources:
- "File:*.log"

0 comments on commit b349447

Please sign in to comment.