From f90acfecd196a997cda1fcdba39efc4583b3ee29 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:56:17 +0000 Subject: [PATCH] Publish GHSA-pjr6-jx7r-j4r6 --- .../GHSA-pjr6-jx7r-j4r6.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2025/04/GHSA-pjr6-jx7r-j4r6/GHSA-pjr6-jx7r-j4r6.json diff --git a/advisories/github-reviewed/2025/04/GHSA-pjr6-jx7r-j4r6/GHSA-pjr6-jx7r-j4r6.json b/advisories/github-reviewed/2025/04/GHSA-pjr6-jx7r-j4r6/GHSA-pjr6-jx7r-j4r6.json new file mode 100644 index 00000000000..8d9bf71830e --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-pjr6-jx7r-j4r6/GHSA-pjr6-jx7r-j4r6.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pjr6-jx7r-j4r6", + "modified": "2025-04-29T18:54:49Z", + "published": "2025-04-29T18:54:49Z", + "aliases": [ + "CVE-2025-46344" + ], + "summary": "Auth0 NextJS SDK v4 Missing Session Invalidation", + "details": "### Overview\nAuth0 NextJS `v4.0.1` to `v4.5.0` does not invoke `.setExpirationTime` when generating a JWE token for the session. As a result, the JWE does not contain an internal expiration claim. While the session cookie may expire or be cleared, the JWE remains valid.\n\n### Am I Affected?\nYou are affected if you are using Auth0 NextJS SDK v4.\n\n### Fix\nUpgrade to `v4.5.1`.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@auth0/nextjs-auth0" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.1" + }, + { + "fixed": "4.5.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/auth0/nextjs-auth0/security/advisories/GHSA-pjr6-jx7r-j4r6" + }, + { + "type": "WEB", + "url": "https://github.com/auth0/nextjs-auth0/commit/a4f061aed02ffa132feca8adfbd11704df17e1c3" + }, + { + "type": "PACKAGE", + "url": "https://github.com/auth0/nextjs-auth0" + }, + { + "type": "WEB", + "url": "https://github.com/auth0/nextjs-auth0/releases/tag/v4.5.1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-613" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-29T18:54:49Z", + "nvd_published_at": null + } +} \ No newline at end of file