CVE-2015-9251
published 2018-01-18CVE-2015-9251: jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing…
PriorityP277medium6.1CVSS 3.0
AVNACLPRNUIRSCCLILAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
29.73%
98.0th percentile
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Affected
107 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| drupal | core | >= 8.0.0 < 8.4.5 | 8.4.5 |
| drupal | drupal_core | — | — |
| jquery | jquery | < 3.0.0 | 3.0.0 |
| jquery | jquery | >= 0 < 1.12.2 | 1.12.2 |
| jquery | jquery | >= 0 < 1.12.2 | 1.12.2 |
| jquery | jquery | >= 1.12.3 < 3.0.0 | 3.0.0 |
| jquery | jquery | >= 1.12.3 < 3.0.0 | 3.0.0 |
| msrc | azl3_boost_1.83.0-2_on_azure_linux_3.0 | — | — |
| msrc | azl3_cal10n_0.8.1.10-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_ceph_18.2.2-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_ceph_18.2.2-8_on_azure_linux_3.0 | — | — |
| msrc | azl3_fontawesome4-fonts_4.7.0-12_on_azure_linux_3.0 | — | — |
| msrc | azl3_javapackages-bootstrap_1.14.0-2_on_azure_linux_3.0 | — | — |
| msrc | azl3_mozjs_102.15.1-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_openscap_1.3.9-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_orangefs_2.9.8-3_on_azure_linux_3.0 | — | — |
| msrc | azl3_python-blinker_1.7.0-4_on_azure_linux_3.0 | — | — |
| msrc | azl3_python-tensorboard_2.16.2-6_on_azure_linux_3.0 | — | — |
| msrc | azl3_rust_1.75.0-14_on_azure_linux_3.0 | — | — |
| msrc | azl3_rust_1.86.0-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_scons_4.6.0-1_on_azure_linux_3.0 | — | — |
| msrc | azl3_slf4j_1.7.30-6_on_azure_linux_3.0 | — | — |
| msrc | azl3_slf4j_2.0.7-1_on_azure_linux_3.0 | — | — |
| msrc | azure_linux_3.0_arm | — | — |
| msrc | azure_linux_3.0_x64 | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Trigger condition: cross-domain Ajax request performed without the dataType option causes text/javascript responses to be executed as XSS ↗
- →Monitor for cross-origin Ajax responses with Content-Type text/javascript being executed in the browser context of the requesting page ↗
- ·Vulnerability only affects jQuery versions prior to 3.0.0; upgrade to 3.0.0 or later to remediate ↗
- ·No known public exploits specifically target this vulnerability at time of advisory publication ↗
- ·CVE-2017-16012 is a duplicate of CVE-2015-9251; all references should use CVE-2015-9251 ↗
CVSS provenance
nvdv3.06.1MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
nvdv2.04.3MEDIUMAV:N/AC:M/Au:N/C:N/I:P/A:N
osv6.1MEDIUM
vulncheck6.1MEDIUM
vendor_oracle8.0MEDIUM
vendor_msrc6.1MEDIUM
vendor_redhat6.1MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
CVE-2017-6926: This security advisory fixes multiple vulnerabilities in both Drupal 7 and Drupal 8
osv·2018-02-21·CVSS 6.1
CVE-2017-6926 [MEDIUM] CVE-2017-6926: This security advisory fixes multiple vulnerabilities in both Drupal 7 and Drupal 8
This security advisory fixes multiple vulnerabilities in both Drupal 7 and Drupal 8. See below for a list.
#### Comment reply form allows access to restricted content - Critical - Drupal 8 - CVE-2017-6926
Users with permission to post comments are able to view content and comments they do not have access to, and are also able to add comments to this content.
This vulnerability is mitigated by the fact that the comment system must be enabled and the attacker must have permission to post comments.
#### JavaScript cross-site scripting prevention is incomplete - Critical - Drupal 7 and Drupal 8 - CVE-2017-6927
Drupal has a `Drupal.checkPlain()` JavaScript function which is used to escape potentially dangerous text before outputting it to HTML (as JavaScript output is not auto-escaped by e
OSV
Cross-Site Scripting (XSS) in jquery
osv·2018-01-22
CVE-2015-9251 [MEDIUM] Cross-Site Scripting (XSS) in jquery
Cross-Site Scripting (XSS) in jquery
Affected versions of `jquery` interpret `text/javascript` responses from cross-origin ajax requests, and automatically execute the contents in `jQuery.globalEval`, even when the ajax request doesn't contain the `dataType` option.
## Recommendation
Update to version 3.0.0 or later.
GHSA
Cross-Site Scripting (XSS) in jquery
ghsa·2018-01-22
CVE-2015-9251 [MEDIUM] CWE-79 Cross-Site Scripting (XSS) in jquery
Cross-Site Scripting (XSS) in jquery
Affected versions of `jquery` interpret `text/javascript` responses from cross-origin ajax requests, and automatically execute the contents in `jQuery.globalEval`, even when the ajax request doesn't contain the `dataType` option.
## Recommendation
Update to version 3.0.0 or later.
OSV
CVE-2015-9251: jQuery before 3
osv·2018-01-18·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251: jQuery before 3
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
VulnCheck
JQuery JQuery Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
vulncheck·2015·CVSS 6.1
CVE-2015-9251 [MEDIUM] JQuery JQuery Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
JQuery JQuery Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Affected: JQuery JQuery
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://www.tenable.com/blog/daisy-chaining-how-vulnerabilities-can-be-greater-than-the-sum-of-their-parts; https://www.securin.io/wp-content/uploads/2023/08/2023-State-of-Cybersecurity-for-Medical-Devices-and-Healthcare-Systems.pdf
Exploit PoC: https://vulncheck.com/xdb/381aa158770e; https://
Oracle
Oracle Oracle Retail Applications Risk Matrix: Promotions (jQuery) — CVE-2015-9251
vendor_oracle·2020-07-15·CVSS 8.0
CVE-2015-9251 [MEDIUM] Oracle Oracle Retail Applications Risk Matrix: Promotions (jQuery) — CVE-2015-9251
Oracle Oracle Retail Applications Risk Matrix: Promotions (jQuery) vulnerability
CVE: CVE-2015-9251
CVSS: 8.0
Protocol: HTTP
Remote exploit: No
Affected versions: Network
Advisory: cpujul2020 (JUL 2020)
Oracle
Oracle Oracle Knowledge Risk Matrix: Information Manager Console, Web Applications - InfoCenter (jQuery) — CVE-2015-9251
vendor_oracle·2020-04-15·CVSS 6.1
CVE-2015-9251 [MEDIUM] Oracle Oracle Knowledge Risk Matrix: Information Manager Console, Web Applications - InfoCenter (jQuery) — CVE-2015-9251
Oracle Oracle Knowledge Risk Matrix: Information Manager Console, Web Applications - InfoCenter (jQuery) vulnerability
CVE: CVE-2015-9251
CVSS: 6.1
Protocol: HTTP
Remote exploit: Yes
Affected versions: Network
Advisory: cpuapr2020 (APR 2020)
CISA ICS
AVEVA InTouch Access Anywhere
cisa_ics·2018-07-31·CVSS 6.1
[MEDIUM] AVEVA InTouch Access Anywhere
## Archived Content In an effort to keep CISA.gov current, the archive contains outdated information that may not reflect current policy or programs.
ICS Advisory
##
AVEVA InTouch Access Anywhere
Last RevisedJuly 31, 2018
Alert CodeICSA-18-212-04
## 1. EXECUTIVE SUMMARY
-
CVSS v3 6.1
- ATTENTION: Exploitable remotely/Low skill level to exploit
- Vendor: AVEVA Software, LLC (AVEVA)
- Equipment: InTouch Access Anywhere
- Vulnerability: Cross-site Scripting
## 2. RISK EVALUATION
Successful exploitation of this vulnerability may allow attackers to obtain sensitive information and/or execute Javascript or HTML code.
## 3. TECHNICAL DETAILS
## 3.1 AFFECTED PRODUCTS
The following versions of InTouch Access Anywhere, remote access software,
Red Hat
libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
vendor_redhat·2018-04-03·CVSS 2.6
CVE-2018-14567 [LOW] CWE-400 libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.
Statement: Red Hat Product Security has rated this flaw as having Low impact. A future update may address this issue.
Package: libxml2 (Red Hat Enterprise Linux 5) - Not affected
Package: libxml2 (Red Hat Enterprise Linux 6) - Not affected
Package: libxml2 (Red Hat Enterprise Linux 8) - Not affected
Package: mingw-libxml2 (Red Hat Enterprise Linux 8) - Not affected
Package: libxml2 (Red Hat JBoss Core Services) - Not affected
Package: libxml2 (R
Drupal
Drupal core - Critical - Multiple Vulnerabilities - SA-CORE-2018-001
vendor_drupal·2018-02-21·CVSS 6.1
CVE-2017-6926 [MEDIUM] Drupal core - Critical - Multiple Vulnerabilities - SA-CORE-2018-001
Title: Drupal core - Critical - Multiple Vulnerabilities - SA-CORE-2018-001
Vulnerability Type: Multiple Vulnerabilities
Description: This security advisory fixes multiple vulnerabilities in both Drupal 7 and Drupal 8. See below for a list. Comment reply form allows access to restricted content - Critical - Drupal 8 - CVE-2017-6926 Users with permission to post comments are able to view content and comments they do not have access to, and are also able to add comments to this content. This vulnerability is mitigated by the fact that the comment system must be enabled and the attacker must have permission to post comments. JavaScript cross-site scripting prevention is incomplete - Critical - Drupal 7 and Drupal 8 - CVE-2017-6927 Drupal has a Drupal.checkPlain() JavaScript function which i
Microsoft
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option causing text/javascript responses to be executed.
vendor_msrc·2018-01-09·CVSS 6.1
CVE-2015-9251 [MEDIUM] CWE-79 jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option causing text/javascript responses to be executed.
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option causing text/javascript responses to be executed.
FAQ: Is Azure Linux the only Microsoft product that includes this open-source library and is therefore potentially affected by this vulnerability?
One of the main benefits to our customers who choose to use the Azure Linux distro is the commitment to keep it up to date with the most recent and most secure versions of the open source libraries with which the distro is composed. Microsoft is committed to transparency in this work which is why we began publishing CSAF/VEX in October 2025. See this blog post for more information. If impact to additional products is identified, we will update the CVE
Red Hat
js-jquery: XSS in responses from cross-origin ajax requests
vendor_redhat·2017-03-21·CVSS 6.1
CVE-2017-16012 [MEDIUM] CWE-79 js-jquery: XSS in responses from cross-origin ajax requests
js-jquery: XSS in responses from cross-origin ajax requests
[REJECTED CVE] This CVE has been rejected. This candidate is a duplicate of CVE-2015-9251. Note: All CVE users should reference CVE-2015-9251 instead of this candidate.
Package: cfme-gemset (CloudForms Management Engine 5) - Will not fix
Package: python-XStatic-jQuery (Red Hat Enterprise Linux OpenStack Platform 7 (Kilo)) - Will not fix
Package: console (Red Hat JBoss Enterprise Application Platform 7) - Not affected
Package: cassandra (Red Hat JBoss Operations Network 3) - Affected
Package: python-XStatic-jQuery (Red Hat OpenStack Platform 10 (Newton)) - Will not fix
Package: python-XStatic-jQuery (Red Hat OpenStack Platform 12 (Pike)) - Will not fix
Package: python-XStatic-jQuery (Red Hat OpenStack Platform 13 (Queens))
Red Hat
jquery: Cross-site scripting via cross-domain ajax requests
vendor_redhat·2015-06-27·CVSS 6.1
CVE-2015-9251 [MEDIUM] CWE-79 jquery: Cross-site scripting via cross-domain ajax requests
jquery: Cross-site scripting via cross-domain ajax requests
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Package: jquery (Red Hat 3scale API Management Platform 2) - Fix deferred
Package: pcs (Red Hat Enterprise Linux 7) - Not affected
Package: pki-core (Red Hat Enterprise Linux 7) - Will not fix
Package: python-XStatic-jQuery (Red Hat Enterprise Linux OpenStack Platform 6 (Juno)) - Will not fix
Package: ruby193-rubygem-jquery-ui-rails (Red Hat Enterprise Linux OpenStack Platform 6 (Juno) Installer) - Will not fix
Package: python-XStatic-jQuery (Red Hat Enterprise Linux OpenStack Platform 7 (Kilo)) - Will not fix
Package: ruby193-ru
No detection rules found.
No public exploits indexed.
HackerOne
Ruby is shipping a vulnerable jQuery
hackerone·2019-10-03·CVSS 6.1
CVE-2012-6708 [MEDIUM] Ruby is shipping a vulnerable jQuery
Ruby is shipping a vulnerable jQuery
No this isn't a report about the website!
Ruby ships Darkfish as part of RDoc
https://github.com/ruby/ruby/tree/HEAD/lib/rdoc/generator/template/darkfish
https://github.com/ruby/rdoc/tree/master/lib/rdoc/generator/template/darkfish
https://github.com/ged/darkfish
Darkfish includes jQuery v1.6.4, which is vulnerable to multiple CVEs, for example
https://nvd.nist.gov/vuln/detail/CVE-2012-6708
https://nvd.nist.gov/vuln/detail/CVE-2015-9251
Now I'm not sure how applicable these CVEs are to the generated HTML, or how likely it is someone would use the jQuery from this file in the rest of their site accidentally by including generated HTML, but I do think it's a problem to be shipping a version of jQuery that is getting towards a decade old.
Maybe Dark
Bugzilla
CVE-2018-14567 libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
bugzilla·2018-08-22·CVSS 2.6
CVE-2018-14567 [LOW] CVE-2018-14567 libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
CVE-2018-14567 libxml2: Infinite loop caused by incorrect error detection during LZMA decompression
libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.
Upstream Patch:
https://gitlab.gnome.org/GNOME/libxml2/commit/2240fbf5912054af025fb6e01e26375100275e74
Discussion:
Created libxml2 tracking bugs for this issue:
Affects: fedora-all [bug 1619878]
Created mingw-libxml2 tracking bugs for this issue:
Affects: epel-7 [bug 1619880]
Affects: fedora-all [bug 1619879]
---
RHEL5/6 use a libxml2 version released before it had LZMA support.
---
Statement:
Red Hat Product Security has r
Bugzilla
CVE-2017-16012 python-XStatic-jQuery: js-jquery: XSS in responses from cross-origin ajax requests [epel-7]
bugzilla·2018-06-15·CVSS 6.1
CVE-2017-16012 [MEDIUM] CVE-2017-16012 python-XStatic-jQuery: js-jquery: XSS in responses from cross-origin ajax requests [epel-7]
CVE-2017-16012 python-XStatic-jQuery: js-jquery: XSS in responses from cross-origin ajax requests [epel-7]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of epel-7.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
Discussion:
Use the follow
Bugzilla
CVE-2017-16012 js-jquery1: js-jquery: XSS in responses from cross-origin ajax requests [fedora-all]
bugzilla·2018-06-15·CVSS 6.1
CVE-2017-16012 [MEDIUM] CVE-2017-16012 js-jquery1: js-jquery: XSS in responses from cross-origin ajax requests [fedora-all]
CVE-2017-16012 js-jquery1: js-jquery: XSS in responses from cross-origin ajax requests [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multi
Bugzilla
CVE-2018-9251 libxml2: infinite loop in xz_decomp function in xzlib.c
bugzilla·2018-04-09·CVSS 2.6
CVE-2018-9251 [LOW] CVE-2018-9251 libxml2: infinite loop in xz_decomp function in xzlib.c
CVE-2018-9251 libxml2: infinite loop in xz_decomp function in xzlib.c
A flaw was found in libxml2 2.9.8. The xz_decomp function in xzlib.c, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035.
Reference:
https://bugzilla.gnome.org/show_bug.cgi?id=794914
Discussion:
Created mingw-libxml2 tracking bugs for this issue:
Affects: fedora-all [bug 1565320]
Created libxml2 tracking bugs for this issue:
Affects: fedora-all [bug 1565321]
Created mingw-libxml2 tracking bugs for this issue:
Affects: epel-7 [bug 1565319]
---
Statement:
This issue did not affect the versions of libxml2 as shipped with Red Hat Enterprise
Bugzilla
CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [fedora-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [fedora-all]
CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fed
Bugzilla
CVE-2015-9251 jquery: Cross-site scripting via cross-domain ajax requests
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 jquery: Cross-site scripting via cross-domain ajax requests
CVE-2015-9251 jquery: Cross-site scripting via cross-domain ajax requests
jQuery is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain ajax request is performed without the dataType option causing text/javascript responses to be executed.
Upstream bug:
https://github.com/jquery/jquery/issues/2432
Upstream patch:
https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614
Discussion:
Created python-tw2-jquery tracking bugs for this issue:
Affects: fedora-all [bug 1399551]
Affects: epel-all [bug 1399552]
---
Created js-jquery tracking bugs for this issue:
Affects: fedora-all [bug 1399549]
Affects: epel-7 [bug 1399550]
---
Created js-jquery1 tracking bugs for this issue:
Affects: fedora-all [bug 1399547]
Affects: epel-7 [bug 1399548]
---
Bugzilla
CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [epel-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [epel-all]
CVE-2015-9251 CVE-2017-16012 python-tw2-jquery: various flaws [epel-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora EPEL.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of
Bugzilla
CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [fedora-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [fedora-all]
CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of
Bugzilla
CVE-2015-9251 CVE-2017-16012 js-jquery1: various flaws [fedora-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 js-jquery1: various flaws [fedora-all]
CVE-2015-9251 CVE-2017-16012 js-jquery1: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. Wh
Bugzilla
CVE-2015-9251 CVE-2017-16012 js-jquery: various flaws [fedora-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 js-jquery: various flaws [fedora-all]
CVE-2015-9251 CVE-2017-16012 js-jquery: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. Whi
Bugzilla
CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [epel-7]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [epel-7]
CVE-2015-9251 CVE-2017-16012 python-XStatic-jQuery: various flaws [epel-7]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora EPEL.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
[bug automatically created by: add-tracking-bugs]
Di
Bugzilla
CVE-2015-9251 CVE-2017-16012 rubygem-jquery-rails: various flaws [fedora-all]
bugzilla·2016-11-29·CVSS 6.1
CVE-2015-9251 [MEDIUM] CVE-2015-9251 CVE-2017-16012 rubygem-jquery-rails: various flaws [fedora-all]
CVE-2015-9251 CVE-2017-16012 rubygem-jquery-rails: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of
Tenable
Daisy Chaining: How Vulnerabilities Can Be Greater Than the Sum of Their Parts
blogs_tenable·2021-01-21
Daisy Chaining: How Vulnerabilities Can Be Greater Than the Sum of Their Parts
## Cloud Exposure
Tenable Cloud Security (CNAPP) Request a demo
Tenable Cloud Vulnerability Management Request a demo
Tenable CIEM Request a demo
Secure your cloud
## Vulnerability Exposure
Tenable Vulnerability Management Try for free
Tenable Security Center Request a demo
Tenable Web App Scanning Try for free
Tenable Patch Management Request a demo
Tenable Enclave Security Request a demo
Tenable Attack Surface Management Request a demo
Tenable Nessus Try for free
## AI Exposure
Tenable AI Exposure Request a demo
## OT/IoT Exposure
Tenable OT Security Request a demo
## Identity Exposure
Tenable Identity Exposure Request a demo
## Business needs
Active Directory
AI Security Posture Management (AI-SPM)
AWS security
Azure security
Cloud Security Posture Man
http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.htmlhttp://packetstormsecurity.com/files/152787/dotCMS-5.1.1-Vulnerable-Dependencies.htmlhttp://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.htmlhttp://packetstormsecurity.com/files/156743/OctoberCMS-Insecure-Dependencies.htmlhttp://seclists.org/fulldisclosure/2019/May/10http://seclists.org/fulldisclosure/2019/May/11http://seclists.org/fulldisclosure/2019/May/13http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/105658https://access.redhat.com/errata/RHSA-2020:0481https://access.redhat.com/errata/RHSA-2020:0729https://github.com/jquery/jquery/commit/f60729f3903d17917dc351f3ac87794de379b0cchttps://github.com/jquery/jquery/issues/2432https://github.com/jquery/jquery/pull/2588https://github.com/jquery/jquery/pull/2588/commits/c254d308a7d3f1eac4d0b42837804cfffcba4bb2https://ics-cert.us-cert.gov/advisories/ICSA-18-212-04https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44601https://lists.apache.org/thread.html/10f0f3aefd51444d1198c65f44ffdf2d78ca3359423dbc1c168c9731%40%3Cdev.flink.apache.org%3Ehttps://lists.apache.org/thread.html/17ff53f7999e74fbe3cc0ceb4e1c3b00b180b7c5afec8e978837bc49%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f%40%3Cdev.drill.apache.org%3Ehttps://lists.apache.org/thread.html/52bafac05ad174000ea465fe275fd3cc7bd5c25535a7631c0bc9bfb2%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/54df3aeb4239b64b50b356f0ca6f986e3c4ca5b84c515dce077c7854%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442%40%3Cdev.drill.apache.org%3Ehttps://lists.apache.org/thread.html/ba79cf1658741e9f146e4c59b50aee56656ea95d841d358d006c18b6%40%3Ccommits.roller.apache.org%3Ehttps://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc%40%3Cissues.drill.apache.org%3Ehttps://seclists.org/bugtraq/2019/May/18https://security.netapp.com/advisory/ntap-20210108-0004/https://snyk.io/vuln/npm:jquery:20150627https://sw.aveva.com/hubfs/assets-2018/pdf/security-bulletin/SecurityBulletin_LFSec126.pdfhttps://www.oracle.com/security-alerts/cpuapr2020.htmlhttps://www.oracle.com/security-alerts/cpujan2020.htmlhttps://www.oracle.com/security-alerts/cpujul2020.htmlhttps://www.oracle.com/security-alerts/cpuoct2020.htmlhttps://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.htmlhttps://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.htmlhttps://www.tenable.com/security/tns-2019-08http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.htmlhttp://packetstormsecurity.com/files/152787/dotCMS-5.1.1-Vulnerable-Dependencies.htmlhttp://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.htmlhttp://packetstormsecurity.com/files/156743/OctoberCMS-Insecure-Dependencies.htmlhttp://seclists.org/fulldisclosure/2019/May/10http://seclists.org/fulldisclosure/2019/May/11http://seclists.org/fulldisclosure/2019/May/13http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.htmlhttp://www.securityfocus.com/bid/105658https://access.redhat.com/errata/RHSA-2020:0481https://access.redhat.com/errata/RHSA-2020:0729https://github.com/jquery/jquery/commit/f60729f3903d17917dc351f3ac87794de379b0cchttps://github.com/jquery/jquery/issues/2432https://github.com/jquery/jquery/pull/2588https://github.com/jquery/jquery/pull/2588/commits/c254d308a7d3f1eac4d0b42837804cfffcba4bb2https://ics-cert.us-cert.gov/advisories/ICSA-18-212-04https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44601https://lists.apache.org/thread.html/10f0f3aefd51444d1198c65f44ffdf2d78ca3359423dbc1c168c9731%40%3Cdev.flink.apache.org%3Ehttps://lists.apache.org/thread.html/17ff53f7999e74fbe3cc0ceb4e1c3b00b180b7c5afec8e978837bc49%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f%40%3Cdev.drill.apache.org%3Ehttps://lists.apache.org/thread.html/52bafac05ad174000ea465fe275fd3cc7bd5c25535a7631c0bc9bfb2%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/54df3aeb4239b64b50b356f0ca6f986e3c4ca5b84c515dce077c7854%40%3Cuser.flink.apache.org%3Ehttps://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442%40%3Cdev.drill.apache.org%3Ehttps://lists.apache.org/thread.html/ba79cf1658741e9f146e4c59b50aee56656ea95d841d358d006c18b6%40%3Ccommits.roller.apache.org%3Ehttps://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc%40%3Cissues.drill.apache.org%3Ehttps://seclists.org/bugtraq/2019/May/18https://security.netapp.com/advisory/ntap-20210108-0004/https://snyk.io/vuln/npm:jquery:20150627https://sw.aveva.com/hubfs/assets-2018/pdf/security-bulletin/SecurityBulletin_LFSec126.pdfhttps://www.oracle.com/security-alerts/cpuapr2020.htmlhttps://www.oracle.com/security-alerts/cpujan2020.htmlhttps://www.oracle.com/security-alerts/cpujul2020.htmlhttps://www.oracle.com/security-alerts/cpuoct2020.htmlhttps://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlhttps://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.htmlhttps://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.htmlhttps://www.tenable.com/security/tns-2019-08
2018-01-18
Published
Exploited in the wild