Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .appsec-tests/vpatch-CVE-2022-25322/CVE-2022-25322.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## autogenerated on 2025-10-15 14:04:55
id: CVE-2022-25322
info:
name: CVE-2022-25322
author: crowdsec
severity: info
description: CVE-2022-25322 testing
tags: appsec-testing
http:
- raw:
- |
POST /HandleEvent HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded

Ajax=1&IsEvent=1&Obj=O33&Evt=keypress&this=O33&char=%0D&O33=%020%02%02'&_seq_=2&_uo_=O0
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2022-25322/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2025-10-15 14:04:55
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2022-25322.yaml
nuclei_template: CVE-2022-25322.yaml
34 changes: 34 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2022-25322.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## autogenerated on 2025-10-15 14:04:55
name: crowdsecurity/vpatch-CVE-2022-25322
description: 'Detects SQL injection attempts in ZEROF Web Server 2.0 via /HandleEvent endpoint.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: equals
value: /handleevent
- zones:
- BODY_ARGS
variables:
- o33
transform:
- lowercase
- urldecode
match:
type: contains
value: "'"

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'ZEROF Web Server - SQLI'
classification:
- cve.CVE-2022-25322
- attack.T1190
- cwe.CWE-89
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2022-38627
- crowdsecurity/vpatch-CVE-2025-36604
- crowdsecurity/vpatch-CVE-2025-61882
- crowdsecurity/vpatch-CVE-2022-25322
- crowdsecurity/vpatch-CVE-2018-11511
author: crowdsecurity
contexts:
Expand Down
Loading
Loading