From ce2181e399c8b59062ea8edccf27eb1a9d4c2197 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:36:33 +0000 Subject: [PATCH] Publish Advisories GHSA-579w-22j4-4749 GHSA-8xww-x3g3-6jcv GHSA-j6gc-792m-qgm2 GHSA-vvfq-8hwr-qm4m --- .../GHSA-579w-22j4-4749.json | 4 +- .../GHSA-8xww-x3g3-6jcv.json | 2 +- .../GHSA-j6gc-792m-qgm2.json | 2 +- .../GHSA-vvfq-8hwr-qm4m.json | 52 +++++++++++++++++++ 4 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 advisories/github-reviewed/2025/02/GHSA-vvfq-8hwr-qm4m/GHSA-vvfq-8hwr-qm4m.json diff --git a/advisories/github-reviewed/2023/01/GHSA-579w-22j4-4749/GHSA-579w-22j4-4749.json b/advisories/github-reviewed/2023/01/GHSA-579w-22j4-4749/GHSA-579w-22j4-4749.json index 6e1dadfb6ec..8684f21d0eb 100644 --- a/advisories/github-reviewed/2023/01/GHSA-579w-22j4-4749/GHSA-579w-22j4-4749.json +++ b/advisories/github-reviewed/2023/01/GHSA-579w-22j4-4749/GHSA-579w-22j4-4749.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-579w-22j4-4749", - "modified": "2023-08-18T21:11:49Z", + "modified": "2025-02-18T22:35:32Z", "published": "2023-01-18T18:21:12Z", "aliases": [ "CVE-2022-44566" ], "summary": "Denial of Service Vulnerability in ActiveRecord's PostgreSQL adapter", - "details": "There is a potential denial of service vulnerability present in ActiveRecord’s PostgreSQL adapter.\n\nThis has been assigned the CVE identifier CVE-2022-44566.\n\nVersions Affected: All. Not affected: None. Fixed Versions: 5.2.8.15 (Rails LTS, which is a paid service and not part of the rubygem), 6.1.7.1, 7.0.4.1\n\nImpact:\nIn ActiveRecord <7.0.4.1 and <6.1.7.1, when a value outside the range for a 64bit signed integer is provided to the PostgreSQL connection adapter, it will treat the target column type as numeric. Comparing integer values against numeric values can result in a slow sequential scan resulting in potential Denial of Service.\nReleases\n\nThe fixed releases are available at the normal locations.\nWorkarounds\n\nEnsure that user supplied input which is provided to ActiveRecord clauses do not contain integers wider than a signed 64bit representation or floats.\nPatches\n\nTo aid users who aren’t able to upgrade immediately we have provided patches for the supported release series in accordance with our maintenance policy 1 regarding security issues. They are in git-am format and consist of a single changeset.\n\n 6-1-Added-integer-width-check-to-PostgreSQL-Quoting.patch - Patch for 6.1 series\n 7-0-Added-integer-width-check-to-PostgreSQL-Quoting.patch - Patch for 7.0 series\n", + "details": "There is a potential denial of service vulnerability present in ActiveRecord’s PostgreSQL adapter.\n\nThis has been assigned the CVE identifier CVE-2022-44566.\n\nVersions Affected: All. Not affected: None. Fixed Versions: 5.2.8.15 (Rails LTS, which is a paid service and not part of the rubygem), 6.1.7.1, 7.0.4.1\n\nImpact:\nIn ActiveRecord <7.0.4.1 and <6.1.7.1, when a value outside the range for a 64bit signed integer is provided to the PostgreSQL connection adapter, it will treat the target column type as numeric. Comparing integer values against numeric values can result in a slow sequential scan resulting in potential Denial of Service.\nReleases\n\nThe fixed releases are available at the normal locations.\nWorkarounds\n\nEnsure that user supplied input which is provided to ActiveRecord clauses do not contain integers wider than a signed 64bit representation or floats.\nPatches\n\nTo aid users who aren’t able to upgrade immediately we have provided patches for the supported release series in accordance with our maintenance policy 1 regarding security issues. They are in git-am format and consist of a single changeset.\n\n 6-1-Added-integer-width-check-to-PostgreSQL-Quoting.patch - Patch for 6.1 series\n 7-0-Added-integer-width-check-to-PostgreSQL-Quoting.patch - Patch for 7.0 series", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2023/01/GHSA-8xww-x3g3-6jcv/GHSA-8xww-x3g3-6jcv.json b/advisories/github-reviewed/2023/01/GHSA-8xww-x3g3-6jcv/GHSA-8xww-x3g3-6jcv.json index 369fe3ff8fa..27ddbd2aa7b 100644 --- a/advisories/github-reviewed/2023/01/GHSA-8xww-x3g3-6jcv/GHSA-8xww-x3g3-6jcv.json +++ b/advisories/github-reviewed/2023/01/GHSA-8xww-x3g3-6jcv/GHSA-8xww-x3g3-6jcv.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8xww-x3g3-6jcv", - "modified": "2023-05-16T15:48:14Z", + "modified": "2025-02-18T22:34:55Z", "published": "2023-01-18T18:20:51Z", "aliases": [ "CVE-2023-22795" diff --git a/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json b/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json index c3033949f74..dbb0287d896 100644 --- a/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json +++ b/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-j6gc-792m-qgm2", - "modified": "2023-08-18T21:10:40Z", + "modified": "2025-02-18T22:35:59Z", "published": "2023-01-18T18:23:20Z", "aliases": [ "CVE-2023-22796" diff --git a/advisories/github-reviewed/2025/02/GHSA-vvfq-8hwr-qm4m/GHSA-vvfq-8hwr-qm4m.json b/advisories/github-reviewed/2025/02/GHSA-vvfq-8hwr-qm4m/GHSA-vvfq-8hwr-qm4m.json new file mode 100644 index 00000000000..2f9d52e5079 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-vvfq-8hwr-qm4m/GHSA-vvfq-8hwr-qm4m.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vvfq-8hwr-qm4m", + "modified": "2025-02-18T22:36:03Z", + "published": "2025-02-18T22:36:03Z", + "aliases": [], + "summary": "Nokogiri updates packaged libxml2 to 2.13.6 to resolve CVE-2025-24928 and CVE-2024-56171", + "details": "## Summary\n\nNokogiri v1.18.3 upgrades its dependency libxml2 to [v2.13.6](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6).\n\nlibxml2 v2.13.6 addresses:\n\n- CVE-2025-24928\n - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/847\n- CVE-2024-56171\n - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/828\n\n## Impact\n\n### CVE-2025-24928\n\nStack-buffer overflow is possible when reporting DTD validation errors if the input contains a long (~3kb) QName prefix.\n\n### CVE-2024-56171\n\nUse-after-free is possible during validation against untrusted XML Schemas (.xsd) and, potentially, validation of untrusted documents against trusted Schemas if they make use of `xsd:keyref` in combination with recursively defined types that have additional identity constraints.", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "nokogiri" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.18.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-vvfq-8hwr-qm4m" + }, + { + "type": "PACKAGE", + "url": "https://github.com/sparklemotion/nokogiri" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-121", + "CWE-1395", + "CWE-416" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-02-18T22:36:03Z", + "nvd_published_at": null + } +} \ No newline at end of file