Skip to content

Commit 4b366c6

Browse files
1 parent 42e7f76 commit 4b366c6

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7jp2-5h22-m432",
4+
"modified": "2025-10-01T21:21:34Z",
5+
"published": "2025-10-01T21:21:34Z",
6+
"aliases": [],
7+
"summary": "Auth0 Symfony SDK Does Not Properly Handle File Types in Bulk User Import",
8+
"details": "### Overview\nIn applications built with the Auth0-PHP SDK, the Bulk User Import endpoint does not validate the file path wrapper or value. Without proper validation, affected applications may accept arbitrary file paths or URLs.\n\n### Am I affected?\nYou are affected by this vulnerability if you meet the following preconditions:\n1. Applications using the Auth0 Symfony SDK with versions between 2.0.2 and 5.4.1,\n2. Auth0 Symfony SDK uses the Auth0-PHP SDK with versions between 3.3.0 and 8.16.0.\n\n### Fix\nUpgrade Auth0/symfony to version 5.5.0 or greater.\n\n### Acknowledgement\nOkta would like to thank Mohamed Amine Saidani (pwni) for discovering this vulnerability.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "auth0/symfony"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "2.0.2"
27+
},
28+
{
29+
"fixed": "5.5.0"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 5.4.1"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/auth0/symfony/security/advisories/GHSA-7jp2-5h22-m432"
43+
},
44+
{
45+
"type": "ADVISORY",
46+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58769"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/auth0/symfony/commit/0b6dbd1a7e6ffeebf4cbb08831c9ca9052d2c577"
51+
},
52+
{
53+
"type": "PACKAGE",
54+
"url": "https://github.com/auth0/symfony"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/auth0/symfony/releases/tag/5.5.0"
59+
}
60+
],
61+
"database_specific": {
62+
"cwe_ids": [
63+
"CWE-434"
64+
],
65+
"severity": "LOW",
66+
"github_reviewed": true,
67+
"github_reviewed_at": "2025-10-01T21:21:34Z",
68+
"nvd_published_at": null
69+
}
70+
}

0 commit comments

Comments
 (0)