Bootstrap version 3.3.4 arrived on March 16, 2015, succeeding version 3.3.2 released on January 19, 2015. Both versions maintain Bootstrap's core purpose as a leading front-end framework for crafting responsive, mobile-first web projects.
Examining the "devDependencies" reveals several updates. Version 3.3.4 incorporates newer versions of tools like glob, grunt-jscs, npm-shrinkwrap, grunt-saucelabs, load-grunt-tasks, grunt-autoprefixer, grunt-contrib-copy, grunt-contrib-jade, grunt-contrib-cssmin, and grunt-contrib-jshint. These upgrades likely brought performance improvements, bug fixes, and enhanced compatibility with the evolving JavaScript ecosystem. The move from remarkable in 3.3.2 to markdown-it in 3.3.4 suggests a change in markdown processing libraries, potentially driven by features or performance. Some tools, like grunt-html-validation, present in 3.3.2 are completely removed in 3.3.4, maybe integrated in other tasks or removed due to deprecation.
For developers, these incremental updates signify a commitment to maintaining a modern and efficient development workflow. Upgrading from 3.3.2 to 3.3.4 entails leveraging newer tooling and potentially benefiting from resolved issues or optimized functionalities within those updated dependencies. While the core functionality of Bootstrap remains consistent, these refinements contribute to a smoother and more streamlined development experience. Keep in mind the version numbers, using 3.3.2 requires older versions of tooling.
All the vulnerabilities related to the version 3.3.4 of the package
XSS vulnerability that affects bootstrap
In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute.
Bootstrap vulnerable to Cross-Site Scripting (XSS)
In Bootstrap starting in version 2.3.0 and prior to 3.4.0, as well as 4.x before 4.1.2, XSS is possible in the collapse data-parent attribute.
Bootstrap Cross-site Scripting vulnerability
In Bootstrap 2.x from 2.0.4, 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute. Note that this is a different vulnerability than CVE-2018-14041.
See https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/ for more info.
Bootstrap Cross-site Scripting vulnerability
In Bootstrap starting in version 2.3.0 and prior to versions 3.4.0 and 4.1.2, XSS is possible in the data-container property of tooltip. This is similar to CVE-2018-14041.
bootstrap Cross-site Scripting vulnerability
In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property.
Bootstrap Vulnerable to Cross-Site Scripting
Versions of bootstrap
prior to 3.4.1 for 3.x and 4.3.1 for 4.x are vulnerable to Cross-Site Scripting (XSS). The data-template
attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.
For bootstrap
4.x upgrade to 4.3.1 or later.
For bootstrap
3.x upgrade to 3.4.1 or later.
Bootstrap Cross-Site Scripting (XSS) vulnerability for data-* attributes
A security vulnerability has been discovered in bootstrap that could enable Cross-Site Scripting (XSS) attacks. The vulnerability is associated with the data-loading-text attribute within the button plugin. This vulnerability can be exploited by injecting malicious JavaScript code into the attribute, which would then be executed when the button's loading state is triggered.
Bootstrap Cross-Site Scripting (XSS) vulnerability
A vulnerability has been identified in Bootstrap that exposes users to Cross-Site Scripting (XSS) attacks. The issue is present in the carousel component, where the data-slide
and data-slide-to
attributes can be exploited through the href attribute of an <a>
tag due to inadequate sanitization. This vulnerability could potentially enable attackers to execute arbitrary JavaScript within the victim's browser.