Navigate to the file located at /Mojolicious/resources/public/mojo/jquery/jquery.js.
The jQuery version found here is 3.4.0, which is vulnerable to CVE-2020-11022.
Expected behavior
Mojolicious should use jQuery version 3.5.0 or later in all public-facing assets to avoid exposure to known vulnerabilities.
Actual behavior
The file /Mojolicious/resources/public/mojo/jquery/jquery.js references jQuery version 3.4.0, which is vulnerable to security issues, including CVE-2020-11022. Updating to version 3.5.0 or later is recommended to mitigate this risk.
There is nothing in Mojolicious that could be exploited with a frontend JavaScript library. We should probably upgrade at some point though or remove jQuery.
Steps to reproduce the behavior
/Mojolicious/resources/public/mojo/jquery/jquery.js
.Expected behavior
Mojolicious should use jQuery version 3.5.0 or later in all public-facing assets to avoid exposure to known vulnerabilities.
Actual behavior
The file
/Mojolicious/resources/public/mojo/jquery/jquery.js
references jQuery version 3.4.0, which is vulnerable to security issues, including CVE-2020-11022. Updating to version 3.5.0 or later is recommended to mitigate this risk.