diff --git a/2025/3xxx/CVE-2025-3573.json b/2025/3xxx/CVE-2025-3573.json index e7805fc9c27..050fdbfbf0f 100644 --- a/2025/3xxx/CVE-2025-3573.json +++ b/2025/3xxx/CVE-2025-3573.json @@ -1,17 +1,99 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-3573", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "report@snyk.io", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Versions of the package jquery-validation before 1.20.0 are vulnerable to Cross-site Scripting (XSS) in the showLabel() function, which may take input from a user-controlled placeholder value. This value will populate a message via $.validator.messages in a user localizable dictionary." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS)", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "jquery-validation", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "1.20.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://security.snyk.io/vuln/SNYK-JS-JQUERYVALIDATION-5952285", + "refsource": "MISC", + "name": "https://security.snyk.io/vuln/SNYK-JS-JQUERYVALIDATION-5952285" + }, + { + "url": "https://github.com/jquery-validation/jquery-validation/pull/2462", + "refsource": "MISC", + "name": "https://github.com/jquery-validation/jquery-validation/pull/2462" + }, + { + "url": "https://github.com/jquery-validation/jquery-validation/commit/7a490d8f39bd988027568ddcf51755e1f4688902", + "refsource": "MISC", + "name": "https://github.com/jquery-validation/jquery-validation/commit/7a490d8f39bd988027568ddcf51755e1f4688902" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "Volkan Ceylan" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "exploitCodeMaturity": "NOT_DEFINED", + "privilegesRequired": "NONE", + "userInteraction": "REQUIRED", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ] }