Denial of Service in jquery
High severity
GitHub Reviewed
Published
Jan 22, 2018
to the GitHub Advisory Database
•
Updated Feb 12, 2024
Description
Published by the National Vulnerability Database
Jan 18, 2018
Published to the GitHub Advisory Database
Jan 22, 2018
Reviewed
Jun 16, 2020
Last updated
Feb 12, 2024
Affected versions of
jquery
use a lowercasing logic on attribute names. When given a boolean attribute with a name that contains uppercase characters,jquery
enters into an infinite recursion loop, exceeding the call stack limit, and resulting in a denial of service condition.Recommendation
Update to version 3.0.0 or later.
References