Original MITRE Description: In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041. (01/09/2019)
Steps to reproduce:
button
with data-toggle="modal"
and data-target
attributes.data-target
attribute value:
<script> alert("XSS")</script>
<!-- ACTUAL PoC CODE START -->
and <!-- ACTUAL PoC CODE END -->
to see the PoC in action.)Demo:
Me: @DusekDan
References: