gsd-2020-7656
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed.
Aliases
Aliases
{ GSD: { alias: "CVE-2020-7656", description: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", id: "GSD-2020-7656", references: [ "https://access.redhat.com/errata/RHSA-2021:4142", "https://access.redhat.com/errata/RHSA-2020:4211", "https://linux.oracle.com/cve/CVE-2020-7656.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2020-7656", ], details: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", id: "GSD-2020-7656", modified: "2023-12-13T01:21:52.174266Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "report@snyk.io", ID: "CVE-2020-7656", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "jquery", version: { version_data: [ { version_value: "All versions prior to version 1.9.0", }, ], }, }, ], }, vendor_name: "n/a", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "Cross-site Scripting", }, ], }, ], }, references: { reference_data: [ { name: "https://security.netapp.com/advisory/ntap-20200528-0001/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20200528-0001/", }, { name: "https://www.oracle.com/security-alerts/cpujul2022.html", refsource: "MISC", url: "https://www.oracle.com/security-alerts/cpujul2022.html", }, { name: "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", refsource: "MISC", url: "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", }, { name: "https://security.netapp.com/advisory/ntap-20200528-0001/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20200528-0001/", }, { name: "https://supportportal.juniper.net/s/article/2021-07-Security-Bulletin-Junos-OS-Multiple-J-Web-vulnerabilities-resolved-in-Junos-OS-21-2R1?language=en_US", refsource: "MISC", url: "https://supportportal.juniper.net/s/article/2021-07-Security-Bulletin-Junos-OS-Multiple-J-Web-vulnerabilities-resolved-in-Junos-OS-21-2R1?language=en_US", }, ], }, }, "gitlab.com": { advisories: [ { affected_range: "<2.2.0", affected_versions: "All versions before 2.2.0", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-937", ], date: "2023-07-10", description: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", fixed_versions: [ "2.2.0", ], identifier: "CVE-2020-7656", identifiers: [ "GHSA-q4m3-2j7h-f7xw", "CVE-2020-7656", ], not_impacted: "All versions starting from 2.2.0", package_slug: "gem/jquery-rails", pubdate: "2020-05-20", solution: "Upgrade to version 2.2.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2020-7656", "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", "https://security.netapp.com/advisory/ntap-20200528-0001/", "https://www.oracle.com/security-alerts/cpujul2022.html", "https://github.com/jquery/jquery/blob/9e6393b0bcb52b15313f88141d0bd7dd54227426/src/ajax.js#L203", "https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#220-19-january-2013", "https://github.com/rails/jquery-rails/blob/v2.1.4/vendor/assets/javascripts/jquery.js#L7481", "https://supportportal.juniper.net/s/article/2021-07-Security-Bulletin-Junos-OS-Multiple-J-Web-vulnerabilities-resolved-in-Junos-OS-21-2R1?language=en_US", "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/jquery-rails/CVE-2020-7656.yml", "https://github.com/advisories/GHSA-q4m3-2j7h-f7xw", ], uuid: "3ecbd5f3-d5ac-4596-bb3e-9b8255642347", }, { affected_range: "<1.9.0", affected_versions: "All versions before 1.9.0", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-937", ], date: "2020-05-28", description: "jQuery, which is used by the rdoc gem, allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove `<script>` HTML tags that contain a whitespace character, i.e., `</script >`, which results in the enclosed script logic to be executed.", fixed_versions: [ "2.0.0", ], identifier: "CVE-2020-7656", identifiers: [ "CVE-2020-7656", ], not_impacted: "All versions starting from 1.9.0", package_slug: "gem/rdoc", pubdate: "2020-05-19", solution: "Upgrade to version 2.0.0 or above.", title: "Cross-site Scripting", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2020-7656", ], uuid: "aa33ca08-0d7b-4e26-9ceb-83fbd44e9f05", }, { affected_range: "<1.9.0", affected_versions: "All versions before 1.9.0", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-937", ], date: "2020-05-28", description: "JQuery allows Cross-site Scripting attacks via the `load` method. The `load` method fails to recognize and remove `<script>` HTML tags that contain a whitespace character such as `</script >`.", fixed_versions: [ "1.9.1", ], identifier: "CVE-2020-7656", identifiers: [ "CVE-2020-7656", ], not_impacted: "All versions starting from 1.9.0", package_slug: "npm/jquery", pubdate: "2020-05-19", solution: "Upgrade to version 1.9.1 or above.", title: "Cross-site Scripting", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2020-7656", ], uuid: "65460751-636c-4e9f-9dd3-00bfc7379043", }, { affected_range: "(,1.9.0)", affected_versions: "All versions before 1.9.0", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-937", ], date: "2023-05-30", description: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", fixed_versions: [ "1.9.0", ], identifier: "CVE-2020-7656", identifiers: [ "GHSA-q4m3-2j7h-f7xw", "CVE-2020-7656", ], not_impacted: "All versions starting from 1.9.0", package_slug: "nuget/jQuery", pubdate: "2020-05-20", solution: "Upgrade to version 1.9.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2020-7656", "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", "https://security.netapp.com/advisory/ntap-20200528-0001/", "https://github.com/advisories/GHSA-q4m3-2j7h-f7xw", "https://www.npmjs.com/advisories/1524", "https://www.oracle.com/security-alerts/cpujul2022.html", ], uuid: "014e4e8b-8cb3-4e2e-ad6d-7b607282afdc", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:jquery:jquery:*:*:*:*:*:node.js:*:*", cpe_name: [], versionEndExcluding: "1.9.0", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:netapp:snap_creator_framework:-:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:netapp:cloud_backup:-:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:netapp:oncommand_system_manager:*:*:*:*:*:*:*:*", cpe_name: [], versionEndIncluding: "3.1.3", versionStartIncluding: "3.0.0", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:linux:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:juniper:junos:21.2:-:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "report@snyk.io", ID: "CVE-2020-7656", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-79", }, ], }, ], }, references: { reference_data: [ { name: "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", refsource: "MISC", tags: [ "Exploit", "Third Party Advisory", ], url: "https://snyk.io/vuln/SNYK-JS-JQUERY-569619", }, { name: "https://security.netapp.com/advisory/ntap-20200528-0001/", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20200528-0001/", }, { name: "N/A", refsource: "N/A", tags: [ "Third Party Advisory", ], url: "https://www.oracle.com/security-alerts/cpujul2022.html", }, { name: "https://supportportal.juniper.net/s/article/2021-07-Security-Bulletin-Junos-OS-Multiple-J-Web-vulnerabilities-resolved-in-Junos-OS-21-2R1?language=en_US", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://supportportal.juniper.net/s/article/2021-07-Security-Bulletin-Junos-OS-Multiple-J-Web-vulnerabilities-resolved-in-Junos-OS-21-2R1?language=en_US", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 4.3, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:M/Au:N/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 8.6, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "MEDIUM", userInteractionRequired: true, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.1, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 2.7, }, }, lastModifiedDate: "2023-06-22T19:49Z", publishedDate: "2020-05-19T21:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.