Skip to content

[Security] Outdated jQuery Version with Known Vulnerabilities #17

@mrlesmithjr

Description

@mrlesmithjr

Summary

jQuery 3.4.1 contains known XSS vulnerabilities (CVE-2020-11022 and CVE-2020-11023) that could be exploited.

Location

assets/js/vendor/jquery/jquery-3.4.1.js

Description

The site uses jQuery 3.4.1, which has two known XSS vulnerabilities in the htmlPrefilter function:

Impact

Attackers could potentially exploit these vulnerabilities to execute malicious JavaScript if user-controlled data is passed to jQuery DOM manipulation functions without proper sanitization.

Remediation

Upgrade jQuery to version 3.7.1 or later:

  1. Download latest jQuery from https://jquery.com/download/
  2. Replace assets/js/vendor/jquery/jquery-3.4.1.js with new version
  3. Update references in templates/layouts
  4. Test all JavaScript functionality

Priority

P2 (Medium) - Known CVEs should be addressed

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filep2Medium prioritysecuritySecurity-related issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions