diff --git a/.appsec-tests/vpatch-CVE-2024-8181/CVE-2024-8181.yaml b/.appsec-tests/vpatch-CVE-2024-8181/CVE-2024-8181.yaml new file mode 100644 index 00000000000..3befe543ae0 --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2024-8181/CVE-2024-8181.yaml @@ -0,0 +1,20 @@ +## autogenerated on 2026-06-12 10:19:03 +id: CVE-2024-8181 +info: + name: CVE-2024-8181 + author: crowdsec + severity: info + description: CVE-2024-8181 testing + tags: appsec-testing +http: + - raw: + - | + GET /api/v1/apikey?/api/v1/ping HTTP/1.1 + Host: {{Hostname}} + Accept: application/json, text/plain, */* + Referer: {{RootURL}}/document-stores + cookie-reuse: true + matchers: + - type: status + status: + - 403 diff --git a/.appsec-tests/vpatch-CVE-2024-8181/config.yaml b/.appsec-tests/vpatch-CVE-2024-8181/config.yaml new file mode 100644 index 00000000000..40bd98ef032 --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2024-8181/config.yaml @@ -0,0 +1,5 @@ +## autogenerated on 2026-06-12 10:19:03 +appsec-rules: + - ./appsec-rules/crowdsecurity/base-config.yaml + - ./appsec-rules/crowdsecurity/vpatch-CVE-2024-8181.yaml +nuclei_template: CVE-2024-8181.yaml diff --git a/appsec-rules/crowdsecurity/vpatch-CVE-2024-8181.yaml b/appsec-rules/crowdsecurity/vpatch-CVE-2024-8181.yaml new file mode 100644 index 00000000000..ecea42a9b07 --- /dev/null +++ b/appsec-rules/crowdsecurity/vpatch-CVE-2024-8181.yaml @@ -0,0 +1,33 @@ +## autogenerated on 2026-06-12 10:19:03 +name: crowdsecurity/vpatch-CVE-2024-8181 +description: 'Detects authentication bypass in Flowise <= 1.8.2 by matching unauthorized access to sensitive API endpoints.' +rules: + - and: + - zones: + - URI + transform: + - lowercase + - urldecode + match: + type: contains + value: /api/v1/apikey + - zones: + - URI + transform: + - lowercase + - urldecode + match: + type: contains + value: /api/v1/ping + +labels: + type: exploit + service: http + confidence: 3 + spoofable: 0 + behavior: 'http:exploit' + label: 'Flowise - Authentication Bypass' + classification: + - cve.CVE-2024-8181 + - attack.T1190 + - cwe.CWE-287 diff --git a/collections/crowdsecurity/appsec-virtual-patching.yaml b/collections/crowdsecurity/appsec-virtual-patching.yaml index 9d5aabe34fc..4cccc9f1c22 100644 --- a/collections/crowdsecurity/appsec-virtual-patching.yaml +++ b/collections/crowdsecurity/appsec-virtual-patching.yaml @@ -33,6 +33,7 @@ appsec-rules: - crowdsecurity/vpatch-CVE-2018-1000861 - crowdsecurity/vpatch-CVE-2019-1003030 - crowdsecurity/vpatch-CVE-2022-22965 +- crowdsecurity/vpatch-CVE-2024-8181 - crowdsecurity/vpatch-CVE-2023-23752 - crowdsecurity/vpatch-CVE-2023-49070 - crowdsecurity/vpatch-laravel-debug-mode