Skip to content

Commit 83198aa

Browse files
1 parent 8d5d2fe commit 83198aa

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/11/GHSA-9c5q-w6gr-fxcq/GHSA-9c5q-w6gr-fxcq.json renamed to advisories/github-reviewed/2025/11/GHSA-9c5q-w6gr-fxcq/GHSA-9c5q-w6gr-fxcq.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9c5q-w6gr-fxcq",
4-
"modified": "2025-11-06T21:31:31Z",
4+
"modified": "2025-11-06T23:50:27Z",
55
"published": "2025-11-06T21:31:31Z",
66
"aliases": [
77
"CVE-2025-12790"
88
],
9+
"summary": "MQTT does not validate hostnames",
910
"details": "A flaw was found in Rubygem MQTT. By default, the package used to not have hostname validation, resulting in possible Man-in-the-Middle (MITM) attack.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "RubyGems",
21+
"name": "mqtt"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -30,15 +51,19 @@
3051
{
3152
"type": "WEB",
3253
"url": "https://github.com/njh/ruby-mqtt/blob/main/NEWS.md#ruby-mqtt-version-070-2025-10-29"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "http://github.com/njh/ruby-mqtt"
3358
}
3459
],
3560
"database_specific": {
3661
"cwe_ids": [
3762
"CWE-29"
3863
],
3964
"severity": "HIGH",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-06T23:50:27Z",
4267
"nvd_published_at": "2025-11-06T21:15:40Z"
4368
}
4469
}

0 commit comments

Comments
 (0)