CVE-2025-3573: Jquery 4 Push Removed

Calling `.push()` on a jQuery object throws a TypeError in jQuery 4.0.0 and newer, potentially causing scripts to crash and fail-open. Use `.pushStack()` instead.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0JS
greprules fetch cve-2025-3573-jquery-4-push-removed --engine opengrep

Description

Calling `.push()` on a jQuery object throws a TypeError in jQuery 4.0.0 and newer, potentially causing scripts to crash and fail-open. Use `.pushStack()` instead.