Skip to content

Add vpatch-CVE-2025-48703 rule and test#40

Open
crowdsec-automation wants to merge 4 commits into
masterfrom
1758215229-vpatch-CVE-2025-48703
Open

Add vpatch-CVE-2025-48703 rule and test#40
crowdsec-automation wants to merge 4 commits into
masterfrom
1758215229-vpatch-CVE-2025-48703

Conversation

@crowdsec-automation
Copy link
Copy Markdown

This rule detects exploitation attempts of the CWP (CentOS Web Panel) filemanager changePerm endpoint, which is vulnerable to command injection via the t_total parameter (CVE-2022-44877). The rule matches requests to URIs containing /filemanager&acc=changeperm (case-insensitive, URL-decoded) and checks if the t_total argument contains a backtick (`), which is a strong indicator of command injection in this context. The use of lowercase and urldecode ensures normalization and case-insensitive matching. The rule is tightly scoped to minimize false positives by only triggering on the specific vulnerable endpoint and parameter. All value: fields are lowercase, and contains is used for matching as per guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants