From 6572910446f9e8b762e23df55ed21aa4bf271c15 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:01:03 +0000 Subject: [PATCH] Publish Advisories GHSA-5357-c2jx-v7qh GHSA-5357-c2jx-v7qh --- .../GHSA-5357-c2jx-v7qh.json | 65 +++++++++++++++++++ .../GHSA-5357-c2jx-v7qh.json | 35 ---------- 2 files changed, 65 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json delete mode 100644 advisories/unreviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json diff --git a/advisories/github-reviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json b/advisories/github-reviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json new file mode 100644 index 00000000000..d81e6278cfe --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5357-c2jx-v7qh", + "modified": "2024-06-10T15:59:18Z", + "published": "2024-06-09T21:30:33Z", + "aliases": [ + "CVE-2024-37568" + ], + "summary": "Authlib has algorithm confusion with asymmetric public keys", + "details": "lepture Authlib before 1.3.1 has algorithm confusion with asymmetric public keys. Unless an algorithm is specified in a jwt.decode call, HMAC verification is allowed with any asymmetric public key. (This is similar to CVE-2022-29217 and CVE-2024-33663.)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "authlib" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.3.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37568" + }, + { + "type": "WEB", + "url": "https://github.com/lepture/authlib/issues/654" + }, + { + "type": "PACKAGE", + "url": "https://github.com/lepture/authlib" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/authlib/PYSEC-2024-52.yaml" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-327" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-06-10T15:59:18Z", + "nvd_published_at": "2024-06-09T19:15:52Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json b/advisories/unreviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json deleted file mode 100644 index 579dcdf55c4..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-5357-c2jx-v7qh/GHSA-5357-c2jx-v7qh.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5357-c2jx-v7qh", - "modified": "2024-06-09T21:30:33Z", - "published": "2024-06-09T21:30:33Z", - "aliases": [ - "CVE-2024-37568" - ], - "details": "lepture Authlib before 1.3.1 has algorithm confusion with asymmetric public keys. Unless an algorithm is specified in a jwt.decode call, HMAC verification is allowed with any asymmetric public key. (This is similar to CVE-2022-29217 and CVE-2024-33663.)", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37568" - }, - { - "type": "WEB", - "url": "https://github.com/lepture/authlib/issues/654" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-09T19:15:52Z" - } -} \ No newline at end of file