Show filters
67 Total Results
Displaying 21-30 of 67
Sort by:
Attacker Value
Unknown

CVE-2022-31160

Disclosure Date: July 20, 2022 (last updated November 08, 2023)
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`.
Attacker Value
Unknown

CVE-2022-2144

Disclosure Date: July 17, 2022 (last updated October 07, 2023)
The Jquery Validation For Contact Form 7 WordPress plugin before 5.3 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change Blog options like default_role, users_can_register via a CSRF attack
Attacker Value
Unknown

CVE-2022-31147

Disclosure Date: July 14, 2022 (last updated October 07, 2023)
The jQuery Validation Plugin (jquery-validation) provides drop-in validation for forms. Versions of jquery-validation prior to 1.19.5 are vulnerable to regular expression denial of service (ReDoS) when an attacker is able to supply arbitrary input to the url2 method. This is due to an incomplete fix for CVE-2021-43306. Users should upgrade to version 1.19.5 to receive a patch.
Attacker Value
Unknown

CVE-2021-43306

Disclosure Date: May 29, 2022 (last updated October 07, 2023)
An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the jquery-validation npm package, when an attacker is able to supply arbitrary input to the url2 method
Attacker Value
Unknown

CVE-2022-30241

Disclosure Date: May 04, 2022 (last updated October 07, 2023)
The jquery.json-viewer library through 1.4.0 for Node.js does not properly escape characters such as < in a JSON object, as demonstrated by a SCRIPT element.
Attacker Value
Unknown

CVE-2022-1291

Disclosure Date: April 10, 2022 (last updated October 07, 2023)
XSS vulnerability with default `onCellHtmlData` function in GitHub repository hhurz/tableexport.jquery.plugin prior to 1.25.0. Transmitting cookies to third-party servers. Sending data from secure sessions to third-party servers
Attacker Value
Unknown

CVE-2022-23395

Disclosure Date: March 02, 2022 (last updated October 07, 2023)
jQuery Cookie 1.4.1 is affected by prototype pollution, which can lead to DOM cross-site scripting (XSS).
Attacker Value
Unknown

CVE-2021-37504

Disclosure Date: February 25, 2022 (last updated October 07, 2023)
A cross-site scripting (XSS) vulnerability in the fileNameStr parameter of jQuery-Upload-File v4.0.11 allows attackers to execute arbitrary web scripts or HTML via a crafted file with a Javascript payload in the file name.
Attacker Value
Unknown

CVE-2022-24985

Disclosure Date: February 16, 2022 (last updated October 07, 2023)
Forms generated by JQueryForm.com before 2022-02-05 allows a remote authenticated attacker to bypass authentication and access the administrative section of other forms hosted on the same web server. This is relevant only when an organization hosts more than one of these forms on their server.
Attacker Value
Unknown

CVE-2022-24984

Disclosure Date: February 16, 2022 (last updated October 07, 2023)
Forms generated by JQueryForm.com before 2022-02-05 (if file-upload capability is enabled) allow remote unauthenticated attackers to upload executable files and achieve remote code execution. This occurs because file-extension checks occur on the client side, and because not all executable content (e.g., .phtml or .php.bak) is blocked.