diff --git a/advisories/github-reviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json b/advisories/github-reviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json new file mode 100644 index 00000000000..d323d2a50ce --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jm9x-rx9x-wpqj", + "modified": "2024-10-01T20:35:10Z", + "published": "2024-09-23T18:30:34Z", + "aliases": [ + "CVE-2024-9014" + ], + "summary": "OAuth2 client ID and secret exposed through the web browser", + "details": "pgAdmin 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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "pgadmin4" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.12" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9014" + }, + { + "type": "WEB", + "url": "https://github.com/pgadmin-org/pgadmin4/issues/7945" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pgadmin-org/pgadmin4" + }, + { + "type": "WEB", + "url": "https://www.pgadmin.org/docs/pgadmin4/8.12/release_notes_8_12.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-522" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-01T20:35:10Z", + "nvd_published_at": "2024-09-23T17:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json b/advisories/unreviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json deleted file mode 100644 index 77be46225be..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-jm9x-rx9x-wpqj/GHSA-jm9x-rx9x-wpqj.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jm9x-rx9x-wpqj", - "modified": "2024-09-23T18:30:34Z", - "published": "2024-09-23T18:30:34Z", - "aliases": [ - "CVE-2024-9014" - ], - "details": "pgAdmin 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.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9014" - }, - { - "type": "WEB", - "url": "https://github.com/pgadmin-org/pgadmin4/issues/7945" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-522" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-23T17:15:14Z" - } -} \ No newline at end of file