Skip to content

Commit b5d21b0

Browse files
1 parent 45a1c61 commit b5d21b0

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-w3wc-44p4-m4j7",
4+
"modified": "2026-04-01T20:29:43Z",
5+
"published": "2026-04-01T20:29:26Z",
6+
"aliases": [
7+
"CVE-2026-34236"
8+
],
9+
"summary": "Auth0 PHP SDK has Insufficient Entropy in Cookie Encryption",
10+
"details": "### Impact\nIn applications built with the Auth0 PHP SDK, cookies are encrypted with insufficient entropy, which may result in threat actors brute-forcing the encryption key and forging session cookies.\n\n### Am I Affected?\nConsumers are affected if their application meets the following preconditions:\n- Their application is using the Auth0-PHP SDK, versions between 8.0.0 and 8.18.0\n- Their application is using the Auth0-PHP SDK, or the following SDKs that rely on the Auth0-PHP SDK:\n - Auth0/symfony,\n - Auth0/laravel0-auth0, or\n - Auth0/wordpress\n\n### Resolution\nUpgrade Auth0/Auth0-PHP to version 8.19.0 or greater.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "auth0/auth0-php"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "8.0.0"
29+
},
30+
{
31+
"fixed": "8.19.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 8.18.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/auth0/auth0-PHP/security/advisories/GHSA-w3wc-44p4-m4j7"
45+
},
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34236"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/auth0/auth0-PHP"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/auth0/auth0-PHP/releases/tag/8.19.0"
57+
}
58+
],
59+
"database_specific": {
60+
"cwe_ids": [
61+
"CWE-331"
62+
],
63+
"severity": "HIGH",
64+
"github_reviewed": true,
65+
"github_reviewed_at": "2026-04-01T20:29:26Z",
66+
"nvd_published_at": "2026-04-01T18:16:30Z"
67+
}
68+
}

0 commit comments

Comments
 (0)