minor-update
parent
0b20e94de8
commit
af3bfeb450
|
@ -11,8 +11,11 @@ info:
|
||||||
reference:
|
reference:
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-46627
|
- 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/
|
- https://daly.wtf/cve-2024-46627-incorrect-access-control-in-becn-datagerry-v2-2-allows-attackers-to-execute-arbitrary-commands-via-crafted-web-requests/
|
||||||
|
- https://datagerry.com/
|
||||||
|
- https://github.com/DATAGerry/
|
||||||
|
- https://github.com/d4lyw/CVE-2024-46627
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
|
||||||
cvss-score: 9.1
|
cvss-score: 9.1
|
||||||
cve-id: CVE-2024-46627
|
cve-id: CVE-2024-46627
|
||||||
cwe-id: CWE-284
|
cwe-id: CWE-284
|
||||||
|
@ -23,9 +26,8 @@ info:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
vendor: becon
|
vendor: becon
|
||||||
product: datagerry
|
product: datagerry
|
||||||
shodan-query:
|
shodan-query: http.title:"datagerry"
|
||||||
- http.title:"datagerry"
|
tags: cve,cve2024,becon,datagerry,unauth,auth-bypass
|
||||||
tags: cve2024,cve,becon,datagerry,unauth,auth-bypass
|
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -34,11 +36,6 @@ http:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
|
||||||
part: header
|
|
||||||
words:
|
|
||||||
- "application/json"
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
|
@ -46,3 +43,8 @@ http:
|
||||||
- '"model":'
|
- '"model":'
|
||||||
- '"time":'
|
- '"time":'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: content_type
|
||||||
|
words:
|
||||||
|
- "application/json"
|
||||||
|
|
Loading…
Reference in New Issue