You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is vulnerable to XSS and LFI. The focus in this code is that the filename can be used as a payload to execute Javasript and preform an XSS attack.
11
+
When filtering a function always remember that it's more than one bug that can be exploited in it. For example this is highly vulnerable to LFI but it's also vulnerable to XSS.
0 commit comments