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 resource from the request is displayed in FileService's error html, such as the 404 page. Since the resource isn't escaped, it allows a possible XSS attack if you can get someone to click a malicious link. I found out about this from someone testing with nikto, and it seems to be the "Error Page Example" issue described here https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29.
To fix it, I think all that would need done is to html escape the resource.
I'm using an old version of pion (3.0.5), but it didn't look like it has been fixed from a quick look at the latest version.
The text was updated successfully, but these errors were encountered:
The resource from the request is displayed in FileService's error html, such as the 404 page. Since the resource isn't escaped, it allows a possible XSS attack if you can get someone to click a malicious link. I found out about this from someone testing with nikto, and it seems to be the "Error Page Example" issue described here https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29.
To fix it, I think all that would need done is to html escape the resource.
I'm using an old version of pion (3.0.5), but it didn't look like it has been fixed from a quick look at the latest version.
The text was updated successfully, but these errors were encountered: