Skip to content

Commit 7b0b924

Browse files
reynhoutreedloden
authored andcommitted
Bootstrap multiple vulnerabilities (#388)
* Add CVE-2018-14040 * Add CVE-2016-10735
1 parent ba1ed9a commit 7b0b924

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2016-10735
4+
url: https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/
5+
title: XSS vulnerability via data-target in bootstrap-sass
6+
date: 2016-07-27
7+
8+
description: |
9+
In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2,
10+
XSS is possible in the data-target attribute.
11+
12+
cvss_v2: 4.3
13+
cvss_v3: 6.1
14+
15+
patched_versions:
16+
- '>= 3.4.0'
17+
18+
related:
19+
url:
20+
- https://github.com/twbs/bootstrap/issues/20184

gems/bootstrap/CVE-2016-10735.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
gem: bootstrap
3+
cve: 2016-10735
4+
url: https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2/
5+
title: XSS vulnerability via data-target in bootstrap
6+
date: 2016-07-27
7+
8+
description: |
9+
In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2,
10+
XSS is possible in the data-target attribute.
11+
12+
cvss_v2: 4.3
13+
cvss_v3: 6.1
14+
15+
patched_versions:
16+
- '>= 4.0.0-beta.2'
17+
18+
related:
19+
url:
20+
- https://github.com/twbs/bootstrap/issues/20184

gems/bootstrap/CVE-2018-14040.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
gem: bootstrap
3+
cve: 2018-14040
4+
url: https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2/
5+
title: XSS vulnerabilities via data-parent, data-target, data-container in bootstrap
6+
date: 2018-07-03
7+
8+
description: |
9+
In Bootstrap before 4.1.2, XSS is possible in collapse data-parent
10+
attribute (CVE-2018-14040), data-target property of scrollspy
11+
(CVE-2018-14041), data-container property of tooltip (CVE-2018-14042)
12+
13+
cvss_v2: 4.3
14+
cvss_v3: 6.1
15+
16+
patched_versions:
17+
- '>= 4.1.2'
18+
19+
related:
20+
cve:
21+
- 2018-14041
22+
- 2018-14042
23+
url:
24+
- https://github.com/twbs/bootstrap/issues/26423

0 commit comments

Comments
 (0)