
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
15 minutes
|
|
|
Remaining Estimate:
|
15 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
File Attachments:
|
1.
patch (5 kB)
|
|
Issue Links:
|
Related
|
|
This issue is related to:
|
|
ZF-5724
Security BUG - LFI is possible, with wrong configuration Zend_View
|
|
|
|
|
|
|
|
| Fix Version Priority: |
Must Have
|
Zend_View::render() currently allows script names that include parent directory notation – which could lead to a potential local filesystem inclusion exploit if provided unfiltered user input. As view scripts should only ever match beneath the registered view script directories, render() (or _script()) should filter for this sort of input and raise an exception when such input is detected.
|
|
Description
|
Zend_View::render() currently allows script names that include parent directory notation – which could lead to a potential local filesystem inclusion exploit if provided unfiltered user input. As view scripts should only ever match beneath the registered view script directories, render() (or _script()) should filter for this sort of input and raise an exception when such input is detected. |
Show » |
Sort Order:
|
Based on
ZF-5724submission, but specific to render() vs. the script paths.