From 78acd81cbf0743e7845576ea518c2dd65474d5c3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:22:16 +0000 Subject: [PATCH] Publish GHSA-c42h-56wx-h85q --- .../GHSA-c42h-56wx-h85q.json | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 advisories/github-reviewed/2025/06/GHSA-c42h-56wx-h85q/GHSA-c42h-56wx-h85q.json diff --git a/advisories/github-reviewed/2025/06/GHSA-c42h-56wx-h85q/GHSA-c42h-56wx-h85q.json b/advisories/github-reviewed/2025/06/GHSA-c42h-56wx-h85q/GHSA-c42h-56wx-h85q.json new file mode 100644 index 00000000000..e80bdf5e8c0 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-c42h-56wx-h85q/GHSA-c42h-56wx-h85q.json @@ -0,0 +1,75 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c42h-56wx-h85q", + "modified": "2025-06-06T15:20:47Z", + "published": "2025-06-06T15:20:46Z", + "aliases": [], + "summary": "laravel-auth0 SDK Deserialization of Untrusted Data vulnerability", + "details": "**Overview**\nThe laravel-auth0 SDK contains a critical vulnerability due to insecure deserialization of cookie data. If exploited, since SDKs process cookie content without prior authentication, a threat actor could send a specially crafted cookie containing malicious serialized data.\n\n\n**Am I Affected?**\nYou are affected by this vulnerability if you meet the following preconditions:\n\n1. Applications using laravel-auth0 SDK, versions between 7.0.0-BETA1 to 7.2.1.\n2. Laravel-auth0 SDK uses the Auth0-PHP SDK with version 8.0.0-BETA3 to 8.3.0.\n\n**Fix**\nUpgrade Auth0/laravel-auth0 to the latest version (v7.17.0).\n\n**Acknowledgement**\nOkta would like to thank Andreas Forsblom for discovering this vulnerability.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "auth0/login" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0-BETA1" + }, + { + "fixed": "7.2.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 7.2.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/auth0/auth0-PHP/security/advisories/GHSA-v9m8-9xxp-q492" + }, + { + "type": "WEB", + "url": "https://github.com/auth0/laravel-auth0/security/advisories/GHSA-c42h-56wx-h85q" + }, + { + "type": "WEB", + "url": "https://github.com/auth0/symfony/security/advisories/GHSA-98j6-67v3-mw34" + }, + { + "type": "WEB", + "url": "https://github.com/auth0/wordpress/security/advisories/GHSA-862m-5253-832r" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48951" + }, + { + "type": "PACKAGE", + "url": "https://github.com/auth0/laravel-auth0" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1395", + "CWE-502" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-06-06T15:20:46Z", + "nvd_published_at": null + } +} \ No newline at end of file