-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.0.9-RC1
-
Component/s: Viewing posts
-
Labels:None
The code in download/file.php
$filename = $_GET['avatar'];
|
should be adjusted to use function request_var() to get $filename value.
Direct use of $_GET is known as insecure option.