From 3372d61fa28861b2681a90c9a56fd2c34c733920 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 19:07:18 +0000 Subject: [PATCH] Publish GHSA-3f7h-mf4q-vrm4 --- .../2022/09/GHSA-3f7h-mf4q-vrm4/GHSA-3f7h-mf4q-vrm4.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2022/09/GHSA-3f7h-mf4q-vrm4/GHSA-3f7h-mf4q-vrm4.json b/advisories/github-reviewed/2022/09/GHSA-3f7h-mf4q-vrm4/GHSA-3f7h-mf4q-vrm4.json index df978f5a54a..307b05879ad 100644 --- a/advisories/github-reviewed/2022/09/GHSA-3f7h-mf4q-vrm4/GHSA-3f7h-mf4q-vrm4.json +++ b/advisories/github-reviewed/2022/09/GHSA-3f7h-mf4q-vrm4/GHSA-3f7h-mf4q-vrm4.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-3f7h-mf4q-vrm4", - "modified": "2023-07-05T22:37:39Z", + "modified": "2025-05-23T19:05:46Z", "published": "2022-09-17T00:00:41Z", "aliases": [ "CVE-2022-40152" ], "summary": "Denial of Service due to parser crash", - "details": "Those using FasterXML/woodstox to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.\n\nThis vulnerability is only relevant for users making use of the DTD parsing functionality. ", + "details": "Those using FasterXML/woodstox to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.\n\nThis vulnerability is only relevant for users making use of the DTD parsing functionality.", "severity": [ { "type": "CVSS_V3", @@ -85,7 +85,10 @@ } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-121", + "CWE-787" + ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-09-20T21:21:07Z",