cve/2024/CVE-2024-6484.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2024-07-25 21:25:12 +00:00
### [CVE-2024-6484](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6484)
![](https://img.shields.io/static/v1?label=Product&message=Bootstrap&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.0.0%3C%3D%203.4.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20(XSS%20or%20'Cross-site%20Scripting')&color=brighgreen)
### Description
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.
### POC
#### Reference
- https://www.herodevs.com/vulnerability-directory/cve-2024-6484
#### Github
2025-09-29 16:08:36 +00:00
- https://github.com/auni02/casestudy.
2024-08-22 18:33:16 +00:00
- https://github.com/pj-arts/bootstrap-4-eol-fixes
2025-09-29 16:08:36 +00:00
- https://github.com/tenforwardconsulting/jefferies_tube
- https://github.com/zhanpengliu-tencent/medium-cve
2024-07-25 21:25:12 +00:00