Skip to content

Commit ee40a0b

Browse files
1 parent ec9ae46 commit ee40a0b

2 files changed

Lines changed: 116 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-fmg6-246m-9g2v",
4+
"modified": "2026-04-03T03:41:04Z",
5+
"published": "2026-04-03T03:41:04Z",
6+
"aliases": [],
7+
"summary": "Auth0 laravel-auth0 SDK has Insufficient Entropy in Cookie Encryption",
8+
"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?\nYou are affected if you meet the following preconditions:\n\n- Applications using laravel-auth0 SDK, versions between 7.0.0 and 7.20.0\n- Laravel-auth0 SDK using the Auth0-PHP SDK versions between 8.0.0 to 8.18.0.\n\n\n### Resolution\nUpgrade Auth0/laravel-auth0 to version 7.21.0 or greater.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "auth0/login"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "7.0.0"
27+
},
28+
{
29+
"fixed": "7.21.0"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 7.20.0"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/auth0/laravel-auth0/security/advisories/GHSA-fmg6-246m-9g2v"
43+
},
44+
{
45+
"type": "PACKAGE",
46+
"url": "https://github.com/auth0/laravel-auth0"
47+
}
48+
],
49+
"database_specific": {
50+
"cwe_ids": [
51+
"CWE-331"
52+
],
53+
"severity": "HIGH",
54+
"github_reviewed": true,
55+
"github_reviewed_at": "2026-04-03T03:41:04Z",
56+
"nvd_published_at": null
57+
}
58+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vfpx-q664-h93m",
4+
"modified": "2026-04-03T03:43:13Z",
5+
"published": "2026-04-03T03:43:13Z",
6+
"aliases": [],
7+
"summary": "Auth0 WordPress Plugin has Insufficient Entropy in Cookie Encryption",
8+
"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- It is using the Auth0 WordPress Plugin, versions between 5.0.0-BETA0 and 5.5.0\n- Auth0 WordPress plugin using the Auth0-PHP SDK versions between 8.0.0 to 8.18.0.\n\n### Resolution\nUpgrade Auth0/wordpress to version 5.6.0 or greater.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "auth0/wordpress"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "5.0.0-BETA0"
27+
},
28+
{
29+
"fixed": "5.6.0"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 5.5.0"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/auth0/wordpress/security/advisories/GHSA-vfpx-q664-h93m"
43+
},
44+
{
45+
"type": "PACKAGE",
46+
"url": "https://github.com/auth0/wordpress"
47+
}
48+
],
49+
"database_specific": {
50+
"cwe_ids": [
51+
"CWE-331"
52+
],
53+
"severity": "HIGH",
54+
"github_reviewed": true,
55+
"github_reviewed_at": "2026-04-03T03:43:13Z",
56+
"nvd_published_at": null
57+
}
58+
}

0 commit comments

Comments
 (0)