Publish GHSA-mrqx-rp3w-jpjp

This commit is contained in:
advisory-database[bot]
2024-11-12 21:12:42 +00:00
parent fcc4f04483
commit 765ed3b396
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mrqx-rp3w-jpjp",
"modified": "2024-11-06T23:40:12Z",
"modified": "2024-11-12T21:11:31Z",
"published": "2024-11-06T15:22:09Z",
"aliases": [
"CVE-2024-50345"
],
"summary": "Symfony vulnerable to open redirect via browser-sanitized URLs",
"details": "### Description\n\nThe `Request` class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the `Request` class to redirect users to another domain.\n\n### Resolution\n\nThe `Request::create` methods now assert the URI does not contain invalid characters as defined by https://url.spec.whatwg.org/\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/5a9b08e5740af795854b1b639b7d45b9cbfe8819) for branch 5.4.\n\n### Credits\n\nWe would like to thank Sam Mush for reporting the issue and Nicolas Grekas for providing the fix.",
"details": "### Description\n\nThe `Request` class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the `Request` class to redirect users to another domain.\n\n### Resolution\n\nThe `Request::create` methods now assert the URI does not contain invalid characters as defined by https://url.spec.whatwg.org/\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/5a9b08e5740af795854b1b639b7d45b9cbfe8819) for branch 5.4.\n\n### Credits\n\nWe would like to thank Sam Mush - IPASSLab && ZGC Lab for reporting the issue and Nicolas Grekas for providing the fix.",
"severity": [
{
"type": "CVSS_V3",
@@ -75,63 +75,6 @@
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "symfony/symfony"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "5.4.46"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "symfony/symfony"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.4.14"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "symfony/symfony"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "7.0.0"
},
{
"fixed": "7.1.7"
}
]
}
]
}
],
"references": [