This base theme bridges the gap between Drupal and the Bootstrap Framework.
The theme doesn't sufficiently filter valid targets under the scenario of opening modals, popovers, and tooltips.
This vulnerability is mitigated by the fact that an attacker must already have the ability to either:
data-target attribute by injecting malicious code.data-target attribute by injecting malicious code. This method of attack is highly unlikely if they already have this level of access.Note: while the base-theme does not provide either of these opportunities to do this out-of-the-box; a custom sub-theme may, however, be susceptible if it didn't sanitize or filter user provided input for XSS properly.