We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b70bb commit 8a7e99eCopy full SHA for 8a7e99e
1 file changed
appsec-rules/crowdsecurity/vpatch-CVE-2025-49706.yaml
@@ -0,0 +1,33 @@
1
+## autogenerated on 2025-12-10 15:06:47
2
+name: crowdsecurity/vpatch-CVE-2025-49706
3
+description: 'Detects authentication bypass attempts in Microsoft SharePoint Server via direct POST to ToolPane.aspx with Edit mode.'
4
+rules:
5
+ - and:
6
+ - zones:
7
+ - URI
8
+ transform:
9
+ - lowercase
10
+ match:
11
+ type: contains
12
+ value: /_layouts/15/toolpane.aspx
13
14
+ - ARGS
15
+ variables:
16
+ - displaymode
17
18
19
20
+ type: equals
21
+ value: edit
22
+
23
+labels:
24
+ type: exploit
25
+ service: http
26
+ confidence: 3
27
+ spoofable: 0
28
+ behavior: 'http:exploit'
29
+ label: 'Microsoft SharePoint - Authentication Bypass'
30
+ classification:
31
+ - cve.CVE-2025-49706
32
+ - attack.T1190
33
+ - cwe.CWE-287
0 commit comments