Publish Advisories

GHSA-5357-c2jx-v7qh
GHSA-5357-c2jx-v7qh
This commit is contained in:
advisory-database[bot]
2024-06-10 16:01:03 +00:00
parent 59a5a85bb7
commit 6572910446
2 changed files with 65 additions and 35 deletions
@@ -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"
}
}
@@ -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"
}
}