Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-acbn-e363-gqcz
Summary
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Cross Site Scripting vulnerability in jQuery 2.2.0 through 3.x before 3.5.0 allows a remote attacker to execute arbitrary code via the <options> element.
Aliases
0
alias CVE-2020-23064
1
alias GHSA-257q-pv89-v3xv
Fixed_packages
0
url pkg:gem/jquery-rails@4.4.0
purl pkg:gem/jquery-rails@4.4.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/jquery-rails@4.4.0
1
url pkg:maven/org.webjars.npm/jquery@3.5.0
purl pkg:maven/org.webjars.npm/jquery@3.5.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.webjars.npm/jquery@3.5.0
2
url pkg:npm/jquery@3.5.0
purl pkg:npm/jquery@3.5.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/jquery@3.5.0
3
url pkg:nuget/jQuery@3.5.0
purl pkg:nuget/jQuery@3.5.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/jQuery@3.5.0
4
url pkg:nuget/org.webjars.npm/jquery@3.5.0
purl pkg:nuget/org.webjars.npm/jquery@3.5.0
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/org.webjars.npm/jquery@3.5.0
Affected_packages
0
url pkg:maven/org.webjars.npm/jquery@1.0.3
purl pkg:maven/org.webjars.npm/jquery@1.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-acbn-e363-gqcz
1
vulnerability VCID-gvey-a924-8qhf
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.webjars.npm/jquery@1.0.3
1
url pkg:npm/jquery@1.0.3
purl pkg:npm/jquery@1.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-acbn-e363-gqcz
1
vulnerability VCID-gvey-a924-8qhf
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/jquery@1.0.3
2
url pkg:nuget/jQuery@1.0.3
purl pkg:nuget/jQuery@1.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-acbn-e363-gqcz
1
vulnerability VCID-gvey-a924-8qhf
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/jQuery@1.0.3
3
url pkg:nuget/org.webjars.npm/jquery@1.0.3
purl pkg:nuget/org.webjars.npm/jquery@1.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-acbn-e363-gqcz
resource_url http://public2.vulnerablecode.io/packages/pkg:nuget/org.webjars.npm/jquery@1.0.3
References
0
reference_url https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
reference_id
reference_type
scores
url https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
1
reference_url https://github.com/jquery/jquery/commit/1d61fd9407e6fbe82fe55cb0b938307aa0791f77
reference_id
reference_type
scores
url https://github.com/jquery/jquery/commit/1d61fd9407e6fbe82fe55cb0b938307aa0791f77
2
reference_url https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#410
reference_id
reference_type
scores
url https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#410
3
reference_url https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440
reference_id
reference_type
scores
url https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md#440
4
reference_url https://github.com/rails/jquery-rails/blob/v4.3.5/vendor/assets/javascripts/jquery3.js#L5979
reference_id
reference_type
scores
url https://github.com/rails/jquery-rails/blob/v4.3.5/vendor/assets/javascripts/jquery3.js#L5979
5
reference_url https://github.com/rails/jquery-rails/blob/v4.4.0/vendor/assets/javascripts/jquery3.js#L6162
reference_id
reference_type
scores
url https://github.com/rails/jquery-rails/blob/v4.4.0/vendor/assets/javascripts/jquery3.js#L6162
6
reference_url https://snyk.io/vuln/SNYK-JS-JQUERY-565129
reference_id
reference_type
scores
url https://snyk.io/vuln/SNYK-JS-JQUERY-565129
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2020-23064
reference_id CVE-2020-23064
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2020-23064
8
reference_url https://github.com/rubysec/ruby-advisory-db/blob/master/gems/jquery-rails/CVE-2020-23064.yml
reference_id CVE-2020-23064.YML
reference_type
scores
url https://github.com/rubysec/ruby-advisory-db/blob/master/gems/jquery-rails/CVE-2020-23064.yml
9
reference_url https://github.com/advisories/GHSA-257q-pv89-v3xv
reference_id GHSA-257q-pv89-v3xv
reference_type
scores
url https://github.com/advisories/GHSA-257q-pv89-v3xv
Weaknesses
0
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
1
cwe_id 78
name Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
description The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
2
cwe_id 79
name Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
description The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
3
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
Exploits
Severity_range_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-acbn-e363-gqcz