Skip to content

Commit aa00d02

Browse files
authored
Merge pull request #41 from crowdsecurity/1781255703-vpatch-CVE-2024-8181
Add vpatch-CVE-2024-8181 rule and test
2 parents e694494 + ee964c1 commit aa00d02

4 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## autogenerated on 2026-06-12 09:15:02
2+
id: CVE-2024-8181
3+
info:
4+
name: CVE-2024-8181
5+
author: crowdsec
6+
severity: info
7+
description: CVE-2024-8181 testing
8+
tags: appsec-testing
9+
http:
10+
- raw:
11+
- |
12+
GET /api/v1/apikey?/api/v1/ping HTTP/1.1
13+
Host: {{Hostname}}
14+
Accept: application/json, text/plain, */*
15+
Referer: {{RootURL}}/document-stores
16+
cookie-reuse: true
17+
matchers:
18+
- type: status
19+
status:
20+
- 403
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## autogenerated on 2026-06-12 09:15:02
2+
appsec-rules:
3+
- ./appsec-rules/crowdsecurity/base-config.yaml
4+
- ./appsec-rules/crowdsecurity/vpatch-CVE-2024-8181.yaml
5+
nuclei_template: CVE-2024-8181.yaml
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## autogenerated on 2026-06-12 09:15:02
2+
name: crowdsecurity/vpatch-CVE-2024-8181
3+
description: 'Detects authentication bypass in Flowise <= 1.8.2 by matching unauthorized access to sensitive API endpoints.'
4+
rules:
5+
- and:
6+
- zones:
7+
- URI_FULL
8+
transform:
9+
- lowercase
10+
- urldecode
11+
match:
12+
type: contains
13+
value: '/api/v1/apikey?/api/v1/ping'
14+
15+
labels:
16+
type: exploit
17+
service: http
18+
confidence: 3
19+
spoofable: 0
20+
behavior: 'http:exploit'
21+
label: 'Flowise - Authentication Bypass'
22+
classification:
23+
- cve.CVE-2024-8181
24+
- attack.T1190
25+
- cwe.CWE-287

collections/crowdsecurity/appsec-virtual-patching.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ appsec-rules:
123123
- crowdsecurity/vpatch-CVE-2019-5418
124124
- crowdsecurity/vpatch-CVE-2025-52488
125125
- crowdsecurity/vpatch-CVE-2025-49132
126+
- crowdsecurity/vpatch-CVE-2024-8181
126127
- crowdsecurity/vpatch-CVE-2026-21643
127128
- crowdsecurity/vpatch-CVE-2025-47812
128129
- crowdsecurity/vpatch-CVE-2024-51977

0 commit comments

Comments
 (0)