Skip to content

Commit 6c0a81e

Browse files
Add vpatch-CVE-2025-53693 rule
1 parent 07f325c commit 6c0a81e

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## autogenerated on 2026-06-17 10:34:57
2+
name: crowdsecurity/vpatch-CVE-2025-53693
3+
description: 'Detects Sitecore XAML AjaxScriptManager cache poisoning via AddToCache reflection method.'
4+
rules:
5+
- and:
6+
- zones:
7+
- URI
8+
transform:
9+
- lowercase
10+
match:
11+
type: contains
12+
value: '/-/xaml/'
13+
- zones:
14+
- BODY_ARGS
15+
variables:
16+
- __parameters
17+
transform:
18+
- lowercase
19+
- urldecode
20+
match:
21+
type: contains
22+
value: 'addtocache'
23+
24+
labels:
25+
type: exploit
26+
service: http
27+
confidence: 3
28+
spoofable: 0
29+
behavior: 'http:exploit'
30+
label: 'Sitecore - Cache Poisoning'
31+
classification:
32+
- cve.CVE-2025-53693
33+
- attack.T1190
34+
- cwe.CWE-20

0 commit comments

Comments
 (0)