Skip to content

Commit 44e5061

Browse files
authored
Merge pull request #1180 from jasnow/ghsa-syncbot-2026-07-22-07_39_58
Four enhanced advisories; 1 renamed advisory Thanks for reviewing and approving my PR.
2 parents d608525 + b50c4e3 commit 44e5061

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

gems/loofah/GHSA-5qhf-9phg-95m2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ description: |
3030
## Credit
3131
3232
Responsibly reported by GitHub user @MoonFuji.
33+
cvss_v4: 2.7
3334
unaffected_versions:
3435
- "< 2.25.0"
3536
patched_versions:
@@ -41,5 +42,5 @@ related:
4142
- https://github.com/advisories/GHSA-46fp-8f5p-pf2m
4243
- https://github.com/flavorjones/loofah/security/advisories/GHSA-5qhf-9phg-95m2
4344
notes: |
44-
- "Low" severity from GHSA
45+
- cvss_v4 from GHSA
4546
- No CVE.

gems/loofah/GHSA-8whx-365g-h9vv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ description: |
1515
This is a bypass of the fix for GHSA-46fp-8f5p-pf2m, which handled
1616
the equivalent numeric character references (&#9;, &#10;, &#13;) but
1717
did not cover the named forms.
18+
cvss_v4: 2.3
1819
unaffected_versions:
1920
- "< 2.25.0"
2021
patched_versions:
@@ -26,5 +27,5 @@ related:
2627
- https://github.com/advisories/GHSA-46fp-8f5p-pf2m
2728
- https://github.com/flavorjones/loofah/security/advisories/GHSA-8whx-365g-h9vv
2829
notes: |
29-
- "Low" severity from GHSA
30+
- cvss_v4 from project GHSA
3031
- No CVE.

gems/net-imap/CVE-2026-42258.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ description: |
5959
* For the few IMAP commands which do allow `flag` arguments, it may be
6060
appropriate to hard-code Symbol arguments or restrict them to an enumerated
6161
list which is valid for the calling application.
62+
cvss_v3: 7.1
6263
cvss_v4: 5.8
6364
patched_versions:
6465
- "~> 0.4.24"
6566
- "~> 0.5.14"
6667
- ">= 0.6.4"
6768
related:
6869
url:
70+
- https://nvd.nist.gov/vuln/detail/CVE-2026-42258
6971
- https://github.com/ruby/net-imap/security/advisories/GHSA-75xq-5h9v-w6px
7072
- https://github.com/ruby/net-imap/commit/6bf02aef7e0b5931010c36e377f79a71636b306b
7173
- https://github.com/ruby/net-imap/commit/9db3e9d60bfb8f3735ea95015bf8a700f4af9cbb
@@ -74,3 +76,6 @@ related:
7476
- https://github.com/ruby/net-imap/releases/tag/v0.5.14
7577
- https://github.com/ruby/net-imap/releases/tag/v0.6.4
7678
- https://github.com/advisories/GHSA-75xq-5h9v-w6px
79+
notes: |
80+
- cvss_v4 from GHSA
81+
- cvss_v3 from nvd.nist.gov URL (also had 5.3 too)

gems/rails-html-sanitizer/GHSA-cj75-f6xr-r4g7.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description: |
1414
SVG reference element such as <use>.
1515
See related GHSA-9wjq-cp2p-hrgf in Loofah, whose SVG local-reference
1616
logic rails-html-sanitizer mirrors.
17+
cvss_v4: 5.1
1718
unaffected_versions:
1819
- "< 1.0.3"
1920
patched_versions:
@@ -27,5 +28,5 @@ related:
2728
- https://github.com/flavorjones/loofah/security/advisories/GHSA-9wjq-cp2p-hrgf
2829
- https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-cj75-f6xr-r4g7
2930
notes: |
30-
- "Moderate" severity in GHSA
31+
- cvss_v4 from GHSA
3132
- No CVE.

gems/websocket-driver/GHSA-2x63-gw47-w4mm.yml renamed to gems/websocket-driver/CVE-2026-61666.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
gem: websocket-driver
3+
cve: 2026-61666
34
ghsa: 2x63-gw47-w4mm
4-
url: https://github.com/faye/websocket-driver-ruby/security/advisories/GHSA-2x63-gw47-w4mm
5+
url: https://www.cve.org/CVERecord?id=CVE-2026-61666
56
title: Denial of service via malformed Host header
67
date: 2026-06-23
78
description: |
@@ -19,16 +20,22 @@ description: |
1920
2021
This issue was discovered and reported by Pranjali Thakur,
2122
DepthFirst Security Research Team.
23+
cvss_v3: 7.1
2224
cvss_v4: 8.9
2325
patched_versions:
2426
- ">= 0.8.2"
2527
related:
2628
url:
29+
- https://www.cve.org/CVERecord?id=CVE-2026-61666
2730
- https://rubygems.org/gems/websocket-driver/versions/0.8.2
2831
- https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md#082--2026-06-23
32+
- https://github.com/faye/websocket-driver-ruby/compare/0.8.1...0.8.2
33+
- https://github.com/faye/websocket-driver-ruby/commit/7d6fd87759a2fdc83590d3b49ffa661dc53fa128
2934
- https://github.com/faye/websocket-driver-ruby/security/advisories/GHSA-2x63-gw47-w4mm
35+
- https://github.com/advisories/GHSA-2x63-gw47-w4mm
3036
notes: |
3137
- NOTE: Gem name is websocket-driver but repo name is websocket-driver-ruby.
3238
- date value from CHANGELOG URL.
33-
- cvss_v4 value came from GHSA.
39+
- cvss_v3 from nvd.nist.gov URL
40+
- cvss_v4 from GHSA
3441
- No CVE, so no non-GHSA cvss values.

0 commit comments

Comments
 (0)