From 0fb42b76d9b43e0236db7b4f41f765dd84621942 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 00:32:46 +0000 Subject: [PATCH] Publish Advisories GHSA-6294-g9w5-7vm5 GHSA-rqfj-9wmv-vpgp GHSA-whx8-2789-8w4w --- .../GHSA-6294-g9w5-7vm5.json | 40 +++++++++++++++++++ .../GHSA-rqfj-9wmv-vpgp.json | 40 +++++++++++++++++++ .../GHSA-whx8-2789-8w4w.json | 36 +++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 advisories/unreviewed/2025/04/GHSA-6294-g9w5-7vm5/GHSA-6294-g9w5-7vm5.json create mode 100644 advisories/unreviewed/2025/04/GHSA-rqfj-9wmv-vpgp/GHSA-rqfj-9wmv-vpgp.json create mode 100644 advisories/unreviewed/2025/04/GHSA-whx8-2789-8w4w/GHSA-whx8-2789-8w4w.json diff --git a/advisories/unreviewed/2025/04/GHSA-6294-g9w5-7vm5/GHSA-6294-g9w5-7vm5.json b/advisories/unreviewed/2025/04/GHSA-6294-g9w5-7vm5/GHSA-6294-g9w5-7vm5.json new file mode 100644 index 00000000000..3bbb8ef82c9 --- /dev/null +++ b/advisories/unreviewed/2025/04/GHSA-6294-g9w5-7vm5/GHSA-6294-g9w5-7vm5.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6294-g9w5-7vm5", + "modified": "2025-04-20T00:31:40Z", + "published": "2025-04-20T00:31:40Z", + "aliases": [ + "CVE-2025-43918" + ], + "details": "SSL.com before 2025-04-19, when domain validation method 3.2.2.4.14 is used, processes certificate requests such that a trusted TLS certificate may be issued for the domain name of a requester's email address, even when the requester does not otherwise establish administrative control of that domain.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-43918" + }, + { + "type": "WEB", + "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1961406" + }, + { + "type": "WEB", + "url": "https://news.ycombinator.com/item?id=43738485" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-348" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-04-19T22:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-rqfj-9wmv-vpgp/GHSA-rqfj-9wmv-vpgp.json b/advisories/unreviewed/2025/04/GHSA-rqfj-9wmv-vpgp/GHSA-rqfj-9wmv-vpgp.json new file mode 100644 index 00000000000..c83560c5862 --- /dev/null +++ b/advisories/unreviewed/2025/04/GHSA-rqfj-9wmv-vpgp/GHSA-rqfj-9wmv-vpgp.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rqfj-9wmv-vpgp", + "modified": "2025-04-20T00:31:40Z", + "published": "2025-04-20T00:31:40Z", + "aliases": [ + "CVE-2023-30421" + ], + "details": "mystrtod in mjson 1.2.7 requires more than a billion iterations during processing of certain digit strings such as 8891110122900e913013935755114.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30421" + }, + { + "type": "WEB", + "url": "https://github.com/boofish/json_bugs/blob/main/mjson" + }, + { + "type": "WEB", + "url": "https://github.com/cesanta/mjson/releases" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-407" + ], + "severity": "LOW", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-04-19T22:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-whx8-2789-8w4w/GHSA-whx8-2789-8w4w.json b/advisories/unreviewed/2025/04/GHSA-whx8-2789-8w4w/GHSA-whx8-2789-8w4w.json new file mode 100644 index 00000000000..dbd7e2e0761 --- /dev/null +++ b/advisories/unreviewed/2025/04/GHSA-whx8-2789-8w4w/GHSA-whx8-2789-8w4w.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-whx8-2789-8w4w", + "modified": "2025-04-20T00:31:40Z", + "published": "2025-04-20T00:31:40Z", + "aliases": [ + "CVE-2023-26819" + ], + "details": "cJSON 1.7.15 might allow a denial of service via a crafted JSON document such as {\"a\": true, \"b\": [ null,9999999999999999999999999999999999999999999999912345678901234567]}.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26819" + }, + { + "type": "WEB", + "url": "https://github.com/boofish/json_bugs/tree/main/cjson" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-440" + ], + "severity": "LOW", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-04-19T22:15:14Z" + } +} \ No newline at end of file