Skip to content

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

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

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

Conversation

@crowdsec-automation
Copy link
Copy Markdown

This rule detects exploitation attempts against CentOS Web Panel (CWP) filemanager's changePerm functionality, which is vulnerable to RCE 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 (`) character, which is commonly used for command injection in shell contexts. This approach minimizes false positives by focusing on the specific vulnerable endpoint and the shell metacharacter in the relevant parameter. All value fields are lowercase, and the required transforms are applied for normalization. The test nuclei template simulates a POST request with a command injection payload and expects a 403 response to confirm the rule's effectiveness.

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