Update CVE-2024-31750.yaml
parent
4396d7b6ff
commit
7a788d34cf
|
@ -1,7 +1,7 @@
|
|||
id: CVE-2024-31750
|
||||
|
||||
info:
|
||||
name: F-logic DataCube3 Sql Injection
|
||||
name: F-logic DataCube3 - SQL Injection
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
description: |
|
||||
|
@ -13,6 +13,7 @@ info:
|
|||
- https://github.com/wjlin0/poc-doc
|
||||
- https://github.com/wy876/POC
|
||||
classification:
|
||||
cve-id: CVE-2024-31750
|
||||
epss-score: 0.00043
|
||||
epss-percentile: 0.0866
|
||||
metadata:
|
||||
|
@ -33,7 +34,7 @@ http:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code==200'
|
||||
- 'contains(body, "qxkkquNUnGwVzoeQWDHPkZponxHNFLcdQPMYKVAicJCzkqjxzq")'
|
||||
- 'contains(header, "application/json")'
|
||||
- 'status_code==200'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue