Vulnerability Description
Yii 2 is a PHP application framework. Versions 2.0.54 and prior contain flawed logic in the core view rendering method View::renderPhpFile() that leads to Local File Inclusion. The function calls extract($_params_, EXTR_OVERWRITE) before the require statement that loads the view file. As a result, a caller-controlled _file_ key in the $params array overwrites the internal local variable specifying which file to include, potentially enabling RCE if an attacker can write PHP files through a separate primitive, as well as information disclosure. This issue has been fixed in version 2.0.55.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/yiisoft/yii2/commit/109878b491dbffa541032bc99fb5e26d12cd0375
- https://github.com/yiisoft/yii2/security/advisories/GHSA-5vpg-rj7q-qpw2
FAQ
What is CVE-2026-39850?
CVE-2026-39850 is a vulnerability with a CVSS score of 7.4 (HIGH). Yii 2 is a PHP application framework. Versions 2.0.54 and prior contain flawed logic in the core view rendering method View::renderPhpFile() that leads to Local File Inclusion. The function calls extr...
How severe is CVE-2026-39850?
CVE-2026-39850 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-39850?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.