Skip to content

Commit

Permalink
match on url as well to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
seemanne committed Mar 25, 2024
1 parent 0eaa605 commit 66a2363
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions appsec-rules/crowdsecurity/vpatch-CVE-2024-1212.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: crowdsecurity/vpatch-CVE-2024-1212
description: "Progress Kemp LoadMaster Unauthenticated Command Injection (CVE-2024-1212)"
rules:
- zones:
- HEADERS
variables:
- Authorization
match:
type: contains
value: 'Basic Jzt' #b64encode of ';
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /access/set
- zones:
- HEADERS
variables:
- Authorization
match:
type: contains
value: 'Basic Jzt' #b64encode of ';
labels:
type: exploit
service: http
Expand Down

0 comments on commit 66a2363

Please sign in to comment.