Skip to content

Commit 91d91ab

Browse files
Merge pull request #5007 from github/stof-GHSA-cg23-qf8f-62rr
2 parents d773f86 + b51871b commit 91d91ab

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

advisories/github-reviewed/2024/11/GHSA-cg23-qf8f-62rr/GHSA-cg23-qf8f-62rr.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-cg23-qf8f-62rr",
4-
"modified": "2024-11-13T18:58:39Z",
4+
"modified": "2024-11-13T18:58:41Z",
55
"published": "2024-11-13T18:29:04Z",
66
"aliases": [
77
"CVE-2024-51996"
88
],
9-
"summary": "Symphony has an Authentication Bypass via RememberMe",
9+
"summary": "Symfony has an Authentication Bypass via RememberMe",
1010
"details": "### Description\n\nWhan consuming a persisted remember-me cookie, symfony does not check if the username persisted in the database matches the username attached with the cookie, leading to authentication bypass.\n\n### Resolution\n\nThe `PersistentRememberMeHandler` class now ensures the submitted username is the cookie owner.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/81354d392c5f0b7a52bcbd729d6f82501e94135a) for branch 5.4.\n\n### Credits\n\nWe would like to thank Moritz Rauch - Pentryx AG for reporting the issue and Jérémy Derussé for providing the fix.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
15-
},
1612
{
1713
"type": "CVSS_V4",
1814
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"

0 commit comments

Comments
 (0)