文件
websafe-kb/08-threat-intel/registry/advisories/symfony--CVE-2020-5275.json

96 行
3.5 KiB
JSON

{
"canonical_id": "symfony--CVE-2020-5275",
"system_id": "symfony",
"display_name": "Symfony",
"category": "frameworks",
"advisory_mode": "core",
"title": "Firewall configured with unanimous strategy was not actually unanimous in Symfony",
"summary": "Description\n-----------\n\nOn Symfony before 4.4.0, when a `Firewall` checks an access control rule (using the unanimous strategy), it iterates over all rule attributes and grant access only if *all* calls to the `accessDecisionManager` decide to grant access.\n\nAs of Symfony 4.4.0, a bug was introduced that prevents the check of attributes as soon as `accessDecisionManager` decide to grant access on one attribute.\n\nResolution\n----------\n\nThe `accessDecisionManager` is now called with all attributes at once, allowing the unanimous strategy being applied on each attribute. \n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/c935e4a3fba6cc2ab463a6ca382858068d63cebf) for the 4.4 branch.\n\nCredits\n-------\n\nI would like to thank Antonio J. Garc\u00eda Lagar for reporting & Robin Chalas for fixing the issue.",
"published_at": "2020-03-30T20:09:44Z",
"updated_at": "2026-03-13T22:16:03.504887Z",
"severity": "low",
"cvss_score": 3.1,
"exploit_status": "unknown",
"source_confidence": "official",
"official_source_url": "https://github.com/symfony/symfony/security/advisories/GHSA-g4m9-5hpf-hx72",
"secondary_source_urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-5275",
"https://github.com/symfony/symfony/commit/c935e4a3fba6cc2ab463a6ca382858068d63cebf",
"https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/security-http/CVE-2020-5275.yaml",
"https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/security/CVE-2020-5275.yaml",
"https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2020-5275.yaml",
"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C36JLPHUPKDFAX6D5WYFC4ALO2K7RDUQ",
"https://symfony.com/cve-2020-5275"
],
"aliases": [
"BIT-symfony-2020-5275",
"CVE-2020-5275",
"GHSA-g4m9-5hpf-hx72"
],
"cve_ids": [
"CVE-2020-5275"
],
"ghsa_ids": [
"GHSA-g4m9-5hpf-hx72"
],
"osv_ids": [
"GHSA-g4m9-5hpf-hx72"
],
"affected_versions": [
"v4.4.0",
"v4.4.1",
"v4.4.2",
"v4.4.3",
"v4.4.4",
"v4.4.5",
"v4.4.6",
"v5.0.0",
"v5.0.1",
"v5.0.2",
"v5.0.3",
"v5.0.4",
"v5.0.5",
"v5.0.6",
"introduced=4.4.0, fixed<4.4.7",
"introduced=5.0.0, fixed<5.0.7"
],
"fixed_versions": [
"4.4.7",
"5.0.7"
],
"package_name": "symfony/symfony",
"render_markdown": true,
"case_path": "07-framework-security/frameworks/symfony/cases/symfony-cve-2020-5275.md",
"secure_code_topics": [
"xss-output-encoding",
"authz-server-side-recheck",
"path-traversal-guard"
],
"status": "generated",
"triage_reasons": [],
"verification_status": "triage-manual",
"verification_mode": "synthetic",
"last_verified_at": null,
"last_run_id": null,
"evidence_bundle": null,
"historical_status": null,
"latest_status": null,
"browser_evidence": {
"required": false,
"present": false,
"refs": []
},
"repro_profile_id": "xss-generic",
"artifact_mode": "synthetic",
"blocked_reason": null,
"metadata": {
"source_names": [
"OSV Symfony"
],
"source_kinds": [
"osv-batch"
],
"candidate_count": 1
}
}