From ec07fc264136d89e994ca9d2f17ace4308b5308c Mon Sep 17 00:00:00 2001 From: Alec <32501055+Alechilles@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:48:22 -0400 Subject: [PATCH] Improve GHSA-9mc5-qgxh-72q4 --- .../GHSA-9mc5-qgxh-72q4.json | 27 ++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/advisories/unreviewed/2025/07/GHSA-9mc5-qgxh-72q4/GHSA-9mc5-qgxh-72q4.json b/advisories/unreviewed/2025/07/GHSA-9mc5-qgxh-72q4/GHSA-9mc5-qgxh-72q4.json index a34a20f0a858..565be3d473af 100644 --- a/advisories/unreviewed/2025/07/GHSA-9mc5-qgxh-72q4/GHSA-9mc5-qgxh-72q4.json +++ b/advisories/unreviewed/2025/07/GHSA-9mc5-qgxh-72q4/GHSA-9mc5-qgxh-72q4.json @@ -1,19 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-9mc5-qgxh-72q4", - "modified": "2025-07-07T15:30:41Z", + "modified": "2025-07-07T15:30:42Z", "published": "2025-07-07T15:30:41Z", "aliases": [ "CVE-2025-6811" ], - "details": "Mescius ActiveReports.NET TypeResolutionService Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Mescius ActiveReports.NET. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation.\n\nThe specific flaw exists within the TypeResolutionService class. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-25397.", + "summary": "MESCIUS ActiveReports.NET TypeResolutionService Deserialization of Untrusted Data Remote Code Execution Vulnerability", + "details": "MESCIUS ActiveReports.NET TypeResolutionService Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of MESCIUS ActiveReports.NET. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation.\n\nThe specific flaw exists within the TypeResolutionService class. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-25397.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "18.1.1" + }, + { + "fixed": "20.0.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",