In Symfony before versions 5.0.5 and 4.4.5, some properties of the Exception were not properly escaped, potentially exposing sensitive information. Learn about the impact, affected systems, and mitigation steps.
In Symfony before versions 5.0.5 and 4.4.5, some properties of the Exception were not properly escaped when the
ErrorHandler
rendered its stack trace. This issue has been patched in symfony/http-foundation versions 4.4.5 and 5.0.5.
Understanding CVE-2020-5274
In this CVE, Symfony versions prior to 5.0.5 and 4.4.5 were affected by a vulnerability related to the display of exceptions in non-debug configurations.
What is CVE-2020-5274?
This CVE pertains to a situation where certain properties of the Exception in Symfony were not correctly escaped when the
ErrorHandler
rendered the stack trace. Additionally, the stack trace was displayed even in non-debug configurations, potentially exposing sensitive information.
The Impact of CVE-2020-5274
The impact of this vulnerability is rated as medium severity with a CVSS base score of 4.6. The confidentiality and integrity impacts are low, and user interaction is required for exploitation.
Technical Details of CVE-2020-5274
In-depth technical information about the vulnerability.
Vulnerability Description
The Exception properties were not properly escaped, leading to potential exposure of sensitive information in non-debug configurations.
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
Best practices to mitigate and prevent the CVE.
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates