From eff00666d74123ddd7784631a1bb63ec92c319ff Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:25:13 +0000 Subject: [PATCH] Publish Advisories GHSA-vm3q-58wm-2r2x GHSA-qppw-c37g-xwcc GHSA-vm3q-58wm-2r2x --- .../GHSA-vm3q-58wm-2r2x.json | 84 +++++++++++++++++++ .../GHSA-qppw-c37g-xwcc.json | 6 +- .../GHSA-vm3q-58wm-2r2x.json | 38 --------- 3 files changed, 89 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json diff --git a/advisories/github-reviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json b/advisories/github-reviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json new file mode 100644 index 00000000000..6515df7f9f0 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vm3q-58wm-2r2x", + "modified": "2024-11-22T20:22:50Z", + "published": "2022-05-13T01:50:42Z", + "aliases": [ + "CVE-2018-18482" + ], + "summary": "libpg_query memory leak", + "details": "An issue was discovered in libpg_query 10-1.0.2. There is a memory leak in pg_query_raw_parse in pg_query_parse.c, which might lead to a denial of service.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "pg-query" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.28" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "pglast" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.28" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18482" + }, + { + "type": "WEB", + "url": "https://github.com/lfittl/libpg_query/issues/49" + }, + { + "type": "PACKAGE", + "url": "https://github.com/lelit/pglast" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pg-query/PYSEC-2018-154.yaml" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-772" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-22T20:22:50Z", + "nvd_published_at": "2018-10-18T18:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/01/GHSA-qppw-c37g-xwcc/GHSA-qppw-c37g-xwcc.json b/advisories/github-reviewed/2024/01/GHSA-qppw-c37g-xwcc/GHSA-qppw-c37g-xwcc.json index 4780e12b1d7..cec2a636e6e 100644 --- a/advisories/github-reviewed/2024/01/GHSA-qppw-c37g-xwcc/GHSA-qppw-c37g-xwcc.json +++ b/advisories/github-reviewed/2024/01/GHSA-qppw-c37g-xwcc/GHSA-qppw-c37g-xwcc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-qppw-c37g-xwcc", - "modified": "2024-01-03T22:02:40Z", + "modified": "2024-11-22T20:22:49Z", "published": "2024-01-03T09:30:33Z", "aliases": [ "CVE-2023-52312" @@ -51,6 +51,10 @@ { "type": "WEB", "url": "https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-021.md" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/paddlepaddle/PYSEC-2024-144.yaml" } ], "database_specific": { diff --git a/advisories/unreviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json b/advisories/unreviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json deleted file mode 100644 index 762c9a7edbd..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-vm3q-58wm-2r2x/GHSA-vm3q-58wm-2r2x.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-vm3q-58wm-2r2x", - "modified": "2022-05-13T01:50:42Z", - "published": "2022-05-13T01:50:42Z", - "aliases": [ - "CVE-2018-18482" - ], - "details": "An issue was discovered in libpg_query 10-1.0.2. There is a memory leak in pg_query_raw_parse in pg_query_parse.c, which might lead to a denial of service.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18482" - }, - { - "type": "WEB", - "url": "https://github.com/lfittl/libpg_query/issues/49" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-772" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-10-18T18:29:00Z" - } -} \ No newline at end of file