Skip to content

Commit 446f848

Browse files
jasnowpostmodern
andauthored
GHSA SYNC: 3 modified and 8 brand new advisories (#799)
* Added `patched_versions` to `gems/bootstrap/CVE-2024-6531.yml`. According to the [CVE-2024-6531 blog post][1] the affected versions are `>= 4.0.0, <= 4.6.2`, and the [bootstrap gem] has versions after 4.6.2 which contain newer versions of the bootstrap JavaScript library. * Added `patched_versions` to `gems/bootstrap/CVE-2024-6484.yml`. According to the [CVE-2024-6484 blog post][2], the affected versions are `>= 2.0.0, <= 3.4.1`, but the [bootstrap gem] has versions after 3.4.1 containing newer versions of the bootstrap JavaScript library. [1]: https://www.herodevs.com/vulnerability-directory/cve-2024-6531 [2]: https://www.herodevs.com/vulnerability-directory/cve-2024-6484 [bootstrap gem]: https://rubygems.org/gems/bootstrap/versions --------- Co-authored-by: Postmodern <[email protected]>
1 parent 74cb95f commit 446f848

11 files changed

+246
-3
lines changed

gems/bootstrap-sass/CVE-2016-10735.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
gem: bootstrap-sass
33
cve: 2016-10735
4+
ghsa: 4p24-vmcr-4gqj
45
url: https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/
56
title: XSS vulnerability via data-target in bootstrap-sass
67
date: 2016-07-27
@@ -11,7 +12,6 @@ cvss_v2: 4.3
1112
cvss_v3: 6.1
1213
patched_versions:
1314
- ">= 3.4.0"
14-
1515
related:
1616
url:
1717
- https://github.com/twbs/bootstrap/issues/20184
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2018-14042
4+
ghsa: 7mvr-5x2g-wfc8
5+
url: https://github.com/advisories/GHSA-7mvr-5x2g-wfc8
6+
title: Bootstrap Cross-site Scripting vulnerability
7+
date: 2018-09-13
8+
description: |
9+
In Bootstrap starting in version 2.3.0 and prior to versions
10+
3.4.0 and 4.1.2, XSS is possible in the data-container
11+
property of tooltip. This is similar to CVE-2018-14041.
12+
cvss_v2: 4.3
13+
cvss_v3: 6.1
14+
unaffected_versions:
15+
- "< 2.3.0"
16+
patched_versions:
17+
- "~> 3.4.0"
18+
- ">= 4.1.2"
19+
related:
20+
cve:
21+
- CVE-2018-14041
22+
url:
23+
- https://nvd.nist.gov/vuln/detail/CVE-2018-14042
24+
- https://github.com/twbs/bootstrap/issues/26423
25+
- https://github.com/twbs/bootstrap/issues/26628
26+
- https://github.com/twbs/bootstrap/pull/26630
27+
- https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@
28+
- https://lists.apache.org/thread.html/52e0e6b5df827ee7f1e68f7cc3babe61af3b2160f5d74a85469b7b0e@
29+
- https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@
30+
- https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@
31+
- https://lists.apache.org/thread.html/r3dc0cac8d856bca02bd6997355d7ff83027dcfc82f8646a29b89b714@
32+
- https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@
33+
- https://seclists.org/bugtraq/2019/May/18
34+
- https://www.oracle.com/security-alerts/cpuApr2021.html
35+
- http://packetstormsecurity.com/files/156743/OctoberCMS-Insecure-Dependencies.html
36+
- http://seclists.org/fulldisclosure/2019/May/10
37+
- http://seclists.org/fulldisclosure/2019/May/11
38+
- http://seclists.org/fulldisclosure/2019/May/13
39+
- https://github.com/twbs/bootstrap/issues/26428
40+
- https://github.com/twbs/bootstrap/commit/2d90d369bbc2bd2647620246c55cec8c4705e3d0
41+
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap/CVE-2018-14042.yml
42+
- https://www.tenable.com/security/tns-2021-14
43+
- https://github.com/twbs/bootstrap/commit/2a5ba23ce8f041f3548317acc992ed8a736b609d
44+
- https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2
45+
- https://github.com/advisories/GHSA-7mvr-5x2g-wfc8
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2018-20676
4+
ghsa: 3mgp-fx93-9xv5
5+
url: https://github.com/advisories/GHSA-3mgp-fx93-9xv5
6+
title: XSS vulnerability that affects bootstrap
7+
date: 2019-01-17
8+
description: |
9+
In Bootstrap before 3.4.0, XSS is possible in the tooltip
10+
data-viewport attribute.
11+
cvss_v2: 4.3
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- ">= 3.4.0"
15+
related:
16+
url:
17+
- https://nvd.nist.gov/vuln/detail/CVE-2018-20676
18+
- https://github.com/twbs/bootstrap/issues/27044
19+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452140906
20+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452196628
21+
- https://github.com/twbs/bootstrap/pull/27047
22+
- https://access.redhat.com/errata/RHBA-2019:1076
23+
- https://access.redhat.com/errata/RHBA-2019:1570
24+
- https://access.redhat.com/errata/RHSA-2019:1456
25+
- https://access.redhat.com/errata/RHSA-2019:3023
26+
- https://access.redhat.com/errata/RHSA-2020:0132
27+
- https://access.redhat.com/errata/RHSA-2020:0133
28+
- https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@
29+
- https://github.com/twbs/bootstrap/commit/2a5ba23ce8f041f3548317acc992ed8a736b609d
30+
- https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0
31+
- https://github.com/advisories/GHSA-3mgp-fx93-9xv5
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2018-20677
4+
ghsa: ph58-4vrj-w6hr
5+
url: https://github.com/advisories/GHSA-ph58-4vrj-w6hr
6+
title: bootstrap Cross-site Scripting vulnerability
7+
date: 2019-01-17
8+
description: |
9+
In Bootstrap before 3.4.0, XSS is possible in the affix
10+
configuration target property.
11+
cvss_v2: 4.3
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- ">= 3.4.0"
15+
related:
16+
url:
17+
- https://nvd.nist.gov/vuln/detail/CVE-2018-20677
18+
- https://github.com/twbs/bootstrap/issues/27045
19+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452140906
20+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452196628
21+
- https://github.com/twbs/bootstrap/pull/27047
22+
- https://access.redhat.com/errata/RHBA-2019:1076
23+
- https://access.redhat.com/errata/RHBA-2019:1570
24+
- https://access.redhat.com/errata/RHSA-2019:1456
25+
- https://access.redhat.com/errata/RHSA-2019:3023
26+
- https://access.redhat.com/errata/RHSA-2020:0132
27+
- https://access.redhat.com/errata/RHSA-2020:0133
28+
- https://lists.apache.org/thread.html/52e0e6b5df827ee7f1e68f7cc3babe61af3b2160f5d74a85469b7b0e@
29+
- https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@
30+
- https://github.com/twbs/bootstrap/commit/2a5ba23ce8f041f3548317acc992ed8a736b609d
31+
- https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0
32+
- https://github.com/advisories/GHSA-ph58-4vrj-w6hr

gems/bootstrap-sass/CVE-2024-6484.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2024-6484
4+
ghsa: 9mvj-f7w8-pvh2
5+
url: https://github.com/advisories/GHSA-9mvj-f7w8-pvh2
6+
title: Bootstrap Cross-Site Scripting (XSS) vulnerability
7+
date: 2024-07-11
8+
description: |
9+
A vulnerability has been identified in Bootstrap that exposes users
10+
to Cross-Site Scripting (XSS) attacks. The issue is present in the
11+
carousel component, where the data-slide and data-slide-to attributes
12+
can be exploited through the href attribute of an <a> tag due to
13+
inadequate sanitization. This vulnerability could potentially enable
14+
attackers to execute arbitrary JavaScript within the victim's browser.
15+
cvss_v3: 6.4
16+
unaffected_versions:
17+
- "< 2.0.0"
18+
notes: Never patched
19+
related:
20+
url:
21+
- https://nvd.nist.gov/vuln/detail/CVE-2024-6484
22+
- https://www.herodevs.com/vulnerability-directory/cve-2024-6484
23+
- https://github.com/advisories/GHSA-9mvj-f7w8-pvh2

gems/bootstrap/CVE-2016-10735.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
gem: bootstrap
33
cve: 2016-10735
4+
ghsa: 4p24-vmcr-4gqj
45
url: https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2/
56
title: XSS vulnerability via data-target in bootstrap
67
date: 2016-07-27
@@ -11,7 +12,6 @@ cvss_v2: 4.3
1112
cvss_v3: 6.1
1213
patched_versions:
1314
- ">= 4.0.0-beta.2"
14-
1515
related:
1616
url:
1717
- https://github.com/twbs/bootstrap/issues/20184

gems/bootstrap/CVE-2018-20676.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
gem: bootstrap
3+
cve: 2018-20676
4+
ghsa: 3mgp-fx93-9xv5
5+
url: https://github.com/advisories/GHSA-3mgp-fx93-9xv5
6+
title: XSS vulnerability that affects bootstrap
7+
date: 2019-01-17
8+
description: |
9+
In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport
10+
attribute.
11+
cvss_v2: 4.3
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- ">= 3.4.0"
15+
related:
16+
url:
17+
- https://nvd.nist.gov/vuln/detail/CVE-2018-20676
18+
- https://github.com/twbs/bootstrap/issues/27044
19+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452140906
20+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452196628
21+
- https://github.com/twbs/bootstrap/pull/27047
22+
- https://access.redhat.com/errata/RHBA-2019:1076
23+
- https://access.redhat.com/errata/RHBA-2019:1570
24+
- https://access.redhat.com/errata/RHSA-2019:1456
25+
- https://access.redhat.com/errata/RHSA-2019:3023
26+
- https://access.redhat.com/errata/RHSA-2020:0132
27+
- https://access.redhat.com/errata/RHSA-2020:0133
28+
- https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@
29+
- https://github.com/twbs/bootstrap/commit/2a5ba23ce8f041f3548317acc992ed8a736b609d
30+
- https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0
31+
- https://github.com/advisories/GHSA-3mgp-fx93-9xv5

gems/bootstrap/CVE-2018-20677.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
gem: bootstrap
3+
cve: 2018-20677
4+
ghsa: ph58-4vrj-w6hr
5+
url: https://github.com/advisories/GHSA-ph58-4vrj-w6hr
6+
title: bootstrap Cross-site Scripting vulnerability
7+
date: 2019-01-17
8+
description: |
9+
In Bootstrap before 3.4.0, XSS is possible in the affix
10+
configuration target property.
11+
cvss_v2: 4.3
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- ">= 3.4.0"
15+
related:
16+
url:
17+
- https://nvd.nist.gov/vuln/detail/CVE-2018-20677
18+
- https://github.com/twbs/bootstrap/issues/27045
19+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452140906
20+
- https://github.com/twbs/bootstrap/issues/27915#issuecomment-452196628
21+
- https://github.com/twbs/bootstrap/pull/27047
22+
- https://access.redhat.com/errata/RHBA-2019:1076
23+
- https://access.redhat.com/errata/RHBA-2019:1570
24+
- https://access.redhat.com/errata/RHSA-2019:1456
25+
- https://access.redhat.com/errata/RHSA-2019:3023
26+
- https://access.redhat.com/errata/RHSA-2020:0132
27+
- https://access.redhat.com/errata/RHSA-2020:0133
28+
- https://lists.apache.org/thread.html/52e0e6b5df827ee7f1e68f7cc3babe61af3b2160f5d74a85469b7b0e@
29+
- https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@
30+
- https://github.com/twbs/bootstrap/commit/2a5ba23ce8f041f3548317acc992ed8a736b609d
31+
- https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0
32+
- https://github.com/advisories/GHSA-ph58-4vrj-w6hr

gems/bootstrap/CVE-2024-6484.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: 2024-6484
4+
ghsa: 9mvj-f7w8-pvh2
5+
url: https://github.com/advisories/GHSA-9mvj-f7w8-pvh2
6+
title: Bootstrap Cross-Site Scripting (XSS) vulnerability
7+
date: 2024-07-11
8+
description: |
9+
A vulnerability has been identified in Bootstrap that exposes users
10+
to Cross-Site Scripting (XSS) attacks. The issue is present in the
11+
carousel component, where the data-slide and data-slide-to attributes
12+
can be exploited through the href attribute of an <a> tag due to
13+
inadequate sanitization. This vulnerability could potentially enable
14+
attackers to execute arbitrary JavaScript within the victim's browser.
15+
cvss_v3: 6.4
16+
unaffected_versions:
17+
- "< 2.0.0"
18+
patched_versions:
19+
- "> 3.4.1"
20+
related:
21+
url:
22+
- https://nvd.nist.gov/vuln/detail/CVE-2024-6484
23+
- https://www.herodevs.com/vulnerability-directory/cve-2024-6484
24+
- https://github.com/advisories/GHSA-9mvj-f7w8-pvh2

gems/bootstrap/CVE-2024-6531.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: 2024-6531
4+
ghsa: vc8w-jr9v-vj7f
5+
url: https://github.com/advisories/GHSA-vc8w-jr9v-vj7f
6+
title: Bootstrap Cross-Site Scripting (XSS) vulnerability
7+
date: 2024-07-11
8+
description: |
9+
A vulnerability has been identified in Bootstrap that exposes users
10+
to Cross-Site Scripting (XSS) attacks. The issue is present in the
11+
carousel component, where the data-slide and data-slide-to attributes
12+
can be exploited through the href attribute of an <a> tag due to
13+
inadequate sanitization. This vulnerability could potentially enable
14+
attackers to execute arbitrary JavaScript within the victim's browser.
15+
cvss_v3: 6.4
16+
unaffected_versions:
17+
- "< 4.0.0"
18+
patched_versions:
19+
- "> 4.6.2"
20+
related:
21+
url:
22+
- https://nvd.nist.gov/vuln/detail/CVE-2024-6531
23+
- https://www.herodevs.com/vulnerability-directory/cve-2024-6531
24+
- https://github.com/advisories/GHSA-vc8w-jr9v-vj7f

gems/rexml/CVE-2024-41123.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
gem: rexml
33
cve: 2024-41123
4+
ghsa: r55c-59qm-vjw6
45
url: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41123
56
title: DoS vulnerabilities in REXML
67
date: 2024-08-01
@@ -27,7 +28,7 @@ description: |
2728
## History
2829
2930
Originally published at 2024-08-01 03:00:00 (UTC)
30-
31+
cvss_v3: 5.3
3132
patched_versions:
3233
- ">= 3.3.3"
3334
related:

0 commit comments

Comments
 (0)