We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f325c commit 6c0a81eCopy full SHA for 6c0a81e
1 file changed
appsec-rules/crowdsecurity/vpatch-CVE-2025-53693.yaml
@@ -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
14
+ - BODY_ARGS
15
+ variables:
16
+ - __parameters
17
18
19
+ - urldecode
20
21
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