Skip to content

Commit 34b14e5

Browse files
1 parent e6a881e commit 34b14e5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

advisories/github-reviewed/2024/10/GHSA-4jwc-w2hc-78qv/GHSA-4jwc-w2hc-78qv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4jwc-w2hc-78qv",
4-
"modified": "2024-10-02T16:19:58Z",
4+
"modified": "2025-09-13T04:42:36Z",
55
"published": "2024-10-01T22:27:58Z",
66
"aliases": [
77
"CVE-2024-47609"
88
],
99
"summary": "Tonic has remotely exploitable denial of service vulnerability",
10-
"details": "### Impact\n\n**note:** this only affects v0.12.0 - v0.12.2\n\nWhen using `tonic::transport::Server` there is a remote DoS attack that can cause the server to exit cleanly on accepting a tcp/tls stream. This can be triggered via causing the accept call to error out with errors there were not covered correctly causing the accept loop to exit. \n\nMore information can be found [here](https://github.com/hyperium/tonic/issues/1897)\n\n### Patches\n\nUpgrading to tonic `0.12.3` and above contains the fix. \n\n### Workarounds\n\nA custom accept loop is a possible workaround.\n",
10+
"details": "### Impact\n\n**note:** this only affects v0.12.0 - v0.12.2\n\nWhen using `tonic::transport::Server` there is a remote DoS attack that can cause the server to exit cleanly on accepting a tcp/tls stream. This can be triggered via causing the accept call to error out with errors there were not covered correctly causing the accept loop to exit. \n\nMore information can be found [here](https://github.com/hyperium/tonic/issues/1897)\n\n### Patches\n\nUpgrading to tonic `0.12.3` and above contains the fix. \n\n### Workarounds\n\nA custom accept loop is a possible workaround.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",

advisories/github-reviewed/2025/07/GHSA-f8vw-8vgh-22r9/GHSA-f8vw-8vgh-22r9.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f8vw-8vgh-22r9",
4-
"modified": "2025-07-21T12:26:33Z",
4+
"modified": "2025-09-13T04:43:42Z",
55
"published": "2025-07-18T15:31:57Z",
66
"aliases": [
77
"CVE-2025-7787"
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"type": "CVSS_V4",
18-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
1919
}
2020
],
2121
"affected": [

advisories/github-reviewed/2025/09/GHSA-765j-9r45-w2q2/GHSA-765j-9r45-w2q2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-765j-9r45-w2q2",
4-
"modified": "2025-09-11T16:51:57Z",
4+
"modified": "2025-09-13T04:44:01Z",
55
"published": "2025-09-11T16:51:57Z",
66
"aliases": [
77
"CVE-2025-58065"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-765j-9r45-w2q2"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58065"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/dpgaspar/Flask-AppBuilder/pull/2384"
@@ -64,6 +68,6 @@
6468
"severity": "MODERATE",
6569
"github_reviewed": true,
6670
"github_reviewed_at": "2025-09-11T16:51:57Z",
67-
"nvd_published_at": null
71+
"nvd_published_at": "2025-09-11T18:15:35Z"
6872
}
6973
}

0 commit comments

Comments
 (0)