Skip to content

Commit 8a7e99e

Browse files
Add vpatch-CVE-2025-49706 rule
1 parent c6b70bb commit 8a7e99e

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- zones:
14+
- ARGS
15+
variables:
16+
- displaymode
17+
transform:
18+
- lowercase
19+
match:
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

Comments
 (0)