From 43e472fb72a5231039db702ac738cc892f3789d1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:11:42 +0000 Subject: [PATCH] Publish GHSA-9344-p847-qm5c --- .../GHSA-9344-p847-qm5c.json | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-9344-p847-qm5c/GHSA-9344-p847-qm5c.json diff --git a/advisories/github-reviewed/2024/06/GHSA-9344-p847-qm5c/GHSA-9344-p847-qm5c.json b/advisories/github-reviewed/2024/06/GHSA-9344-p847-qm5c/GHSA-9344-p847-qm5c.json new file mode 100644 index 00000000000..5c2a0666561 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-9344-p847-qm5c/GHSA-9344-p847-qm5c.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9344-p847-qm5c", + "modified": "2024-06-26T19:10:16Z", + "published": "2024-06-26T19:10:15Z", + "aliases": [ + + ], + "summary": "Low severity (DoS) vulnerability in sequoia-openpgp", + "details": "There is a denial-of-service vulnerability in sequoia-openpgp, our\ncrate providing a low-level interface to our OpenPGP implementation.\nWhen triggered, the process will enter an infinite loop.\n\nMany thanks to Andrew Gallagher for disclosing the issue to us.\n\n## Impact\n\nAny software directly or indirectly using the interface\n`sequoia_openpgp::cert::raw::RawCertParser`. Notably, this includes all\nsoftware using the `sequoia_cert_store` crate.\n\n## Details\n\nThe `RawCertParser` does not advance the input stream when\nencountering unsupported cert (primary key) versions, resulting in an\ninfinite loop.\n\nThe fix introduces a new raw-cert-specific\n`cert::raw::Error::UnuspportedCert`.\n\n## Affected software\n\n- sequoia-openpgp 1.13.0\n- sequoia-openpgp 1.14.0\n- sequoia-openpgp 1.15.0\n- sequoia-openpgp 1.16.0\n- sequoia-openpgp 1.17.0\n- sequoia-openpgp 1.18.0\n- sequoia-openpgp 1.19.0\n- sequoia-openpgp 1.20.0\n- Any software built against a vulnerable version of sequoia-openpgp\n which is directly or indirectly using the interface\n sequoia_`openpgp::cert::raw::RawCertParser`. Notably, this includes\n all software using the `sequoia_cert_store` crate.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "sequoia-openpgp" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.13.0" + }, + { + "fixed": "1.21.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "PACKAGE", + "url": "https://gitlab.com/sequoia-pgp/sequoia" + }, + { + "type": "WEB", + "url": "https://gitlab.com/sequoia-pgp/sequoia/-/issues/1106" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2024-0345.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-835" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-06-26T19:10:15Z", + "nvd_published_at": null + } +} \ No newline at end of file