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
Describe the bug
The view download, while exporting an event file, prints the Exportfile parameter value on the webpage without applying any proper filtration, leading to reflected XSS.
Describe Your Environment
Describe the bug
The view
download
, while exporting an event file, prints theExportfile
parameter value on the webpage without applying any proper filtration, leading to reflected XSS.To Reproduce
Affected URL :
http://localhost/zm/index.php?view=download&eid=1&exportFile=javascript:alert('1');`&generated=1
Payload used -
javascript:alert('1');
Expected behavior
Debug Logs
The text was updated successfully, but these errors were encountered: