Skip to content

Add vpatch-CVE-2024-8181 rule and test#43

Closed
crowdsec-automation wants to merge 4 commits into
masterfrom
1781262459-vpatch-CVE-2024-8181
Closed

Add vpatch-CVE-2024-8181 rule and test#43
crowdsec-automation wants to merge 4 commits into
masterfrom
1781262459-vpatch-CVE-2024-8181

Conversation

@crowdsec-automation

Copy link
Copy Markdown

This rule detects the authentication bypass vulnerability in Flowise <= 1.8.2 (CVE-2024-8181) by matching requests to the crafted endpoint /api/v1/apikey?/api/v1/ping. The exploit abuses a malformed query string to bypass authentication and access sensitive API endpoints. The rule uses the URI zone with both lowercase and urldecode transforms to ensure case-insensitive and encoded/decoded matching. The contains match type is used to reliably detect the exploit pattern without false positives. The labels section includes the correct CVE, ATT&CK, and CWE references for classification. No additional zones or variables are needed, as the attack is specific to the malformed URI. All values are lowercase, and the rule avoids regex or unnecessary complexity, ensuring optimal detection with minimal false positives.

@github-actions

Copy link
Copy Markdown

Hello @crowdsec-automation and thank you for your contribution!

❗ It seems that the following scenarios are not part of the 'crowdsecurity/appsec-virtual-patching' collection:

🔴 crowdsecurity/vpatch-CVE-2024-8181 🔴

@github-actions

Copy link
Copy Markdown

Hello @crowdsec-automation,

Scenarios/AppSec Rule are compliant with the taxonomy, thank you for your contribution!

@he2ss he2ss closed this Jun 12, 2026
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