Skip to content

Commit 1435a07

Browse files
1 parent 900466e commit 1435a07

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

advisories/github-reviewed/2021/08/GHSA-wcxc-jf6c-8rx9/GHSA-wcxc-jf6c-8rx9.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-wcxc-jf6c-8rx9",
4-
"modified": "2021-08-18T20:24:24Z",
4+
"modified": "2026-01-23T22:32:51Z",
55
"published": "2021-08-25T20:57:21Z",
6+
"withdrawn": "2026-01-23T22:32:51Z",
67
"aliases": [],
7-
"summary": " Uncaught Exception in libpulse-binding",
8-
"details": "Affected versions of this crate failed to catch panics crossing FFI boundaries via callbacks, which\nis a form of UB. This flaw was corrected by [this commit][1] which was included in version 2.6.0.",
8+
"summary": "Duplicate Advisory: Uncaught Exception in libpulse-binding",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-xvcg-2q82-r87j. This link is maintained to preserve external references.\n\n## Original Description\nAffected versions of this crate failed to catch panics crossing FFI boundaries via callbacks, which\nis a form of UB. This flaw was corrected by [this commit][1] which was included in version 2.6.0.",
910
"severity": [],
1011
"affected": [
1112
{

advisories/github-reviewed/2022/01/GHSA-xvcg-2q82-r87j/GHSA-xvcg-2q82-r87j.json

Lines changed: 4 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-xvcg-2q82-r87j",
4-
"modified": "2022-01-07T16:25:11Z",
4+
"modified": "2026-01-23T22:33:12Z",
55
"published": "2022-01-06T22:18:19Z",
66
"aliases": [
77
"CVE-2019-25055"
@@ -58,7 +58,9 @@
5858
}
5959
],
6060
"database_specific": {
61-
"cwe_ids": [],
61+
"cwe_ids": [
62+
"CWE-248"
63+
],
6264
"severity": "HIGH",
6365
"github_reviewed": true,
6466
"github_reviewed_at": "2022-01-06T18:18:40Z",

advisories/github-reviewed/2022/04/GHSA-g3vv-g2j5-45f2/GHSA-g3vv-g2j5-45f2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g3vv-g2j5-45f2",
4-
"modified": "2023-08-30T17:56:37Z",
4+
"modified": "2026-01-23T22:34:06Z",
55
"published": "2022-04-08T22:08:45Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2022-2584"
8+
],
79
"summary": "ipld/go-codec-dagpb panics when processing certain blocks",
810
"details": "### Impact \nDecoding certain blocks using the go-ipld-prime version of the dag-pb codec (go-codec-dagpb) can cause a panic. The panic comes from an assumption that the reported link length is accurate, but if the block ends before that reported length then it’s a buffer overread.\n\n### Patches\nThe issue is fixed in v1.3.1 and above.\n\nConsumers can discover the versions of `go-codec-dagpb` in a module's dependency graph using the following command in the module root:\n\n```go mod graph | grep go-codec-dagpb```\n\n### Workarounds\nYou can work around this issue without upgrading by recovering panics higher in the call stack of the goroutine that calls the defective code.\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Ask in [IPFS Discord #ipld-chatter](https://discord.gg/ipfs)\n* Open an issue in [go-codec-dagpb](https://github.com/ipld/go-codec-dagpb)",
911
"severity": [

advisories/github-reviewed/2022/12/GHSA-967g-cjx4-h7j6/GHSA-967g-cjx4-h7j6.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-967g-cjx4-h7j6",
4-
"modified": "2023-02-09T21:40:05Z",
4+
"modified": "2026-01-23T22:34:00Z",
55
"published": "2022-12-28T00:30:23Z",
6-
"aliases": [
7-
"CVE-2022-2584"
8-
],
9-
"summary": "go-codec-dagpb vulnerable to panic when decoding invalid blocks",
10-
"details": "go-codec-dagpb is an implementation of the DAG-PB spec for Go. The dag-pb codec can panic when decoding invalid blocks. This issue has been patched in version 1.3.1.",
6+
"withdrawn": "2026-01-23T22:34:00Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: go-codec-dagpb vulnerable to panic when decoding invalid blocks",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-g3vv-g2j5-45f2. This link is maintained to preserve external references.\n\n## Original Description\ngo-codec-dagpb is an implementation of the DAG-PB spec for Go. The dag-pb codec can panic when decoding invalid blocks. This issue has been patched in version 1.3.1.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

0 commit comments

Comments
 (0)