Skip to content

Commit 32fc5cf

Browse files
1 parent 2f09d5e commit 32fc5cf

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

advisories/github-reviewed/2018/03/GHSA-6wpv-cj6x-v3jw/GHSA-6wpv-cj6x-v3jw.json

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6wpv-cj6x-v3jw",
4-
"modified": "2023-01-25T23:04:00Z",
4+
"modified": "2026-04-17T19:00:58Z",
55
"published": "2018-03-13T16:15:57Z",
66
"aliases": [
77
"CVE-2015-1828"
88
],
99
"summary": "http vulnerable to Exposure of Sensitive Information to an Unauthorized Actor",
10-
"details": "The Ruby http gem before 0.7.3 does not verify hostnames in SSL connections, which might allow remote attackers to obtain sensitive information via a man-in-the-middle-attack.",
10+
"details": "The Ruby http gem before 0.6.4 and 0.7.3 does not verify hostnames in SSL connections, which might allow remote attackers to obtain sensitive information via a man-in-the-middle-attack.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -25,14 +25,33 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "0.7.0"
2929
},
3030
{
3131
"fixed": "0.7.3"
3232
}
3333
]
3434
}
3535
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "RubyGems",
40+
"name": "http"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "0.6.4"
51+
}
52+
]
53+
}
54+
]
3655
}
3756
],
3857
"references": [
@@ -44,6 +63,10 @@
4463
"type": "WEB",
4564
"url": "https://github.com/ruby/openssl/issues/8"
4665
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/httprb/http"
69+
},
4770
{
4871
"type": "WEB",
4972
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/http/CVE-2015-1828.yml"
@@ -52,6 +75,14 @@
5275
"type": "WEB",
5376
"url": "https://groups.google.com/forum/#!topic/httprb/jkb4oxwZjkU"
5477
},
78+
{
79+
"type": "WEB",
80+
"url": "https://my.diffend.io/gems/http/0.6.3/0.6.4"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://my.diffend.io/gems/http/0.7.2/0.7.3"
85+
},
5586
{
5687
"type": "WEB",
5788
"url": "https://rubysec.com/advisories/http-CVE-2015-1828"
@@ -64,6 +95,6 @@
6495
"severity": "MODERATE",
6596
"github_reviewed": true,
6697
"github_reviewed_at": "2020-06-16T21:20:24Z",
67-
"nvd_published_at": null
98+
"nvd_published_at": "2017-10-06T22:29:00Z"
6899
}
69100
}

0 commit comments

Comments
 (0)