From dfa74475cd1f2c1b8d944a7616534e60beb9b807 Mon Sep 17 00:00:00 2001 From: Malayke Date: Wed, 22 Jul 2026 21:56:00 +0800 Subject: [PATCH] Improve GHSA-qwm7-r3rv-3hw8 --- .../GHSA-qwm7-r3rv-3hw8.json | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/07/GHSA-qwm7-r3rv-3hw8/GHSA-qwm7-r3rv-3hw8.json b/advisories/unreviewed/2026/07/GHSA-qwm7-r3rv-3hw8/GHSA-qwm7-r3rv-3hw8.json index 0e06e01970a55..2184d27dd1ce5 100644 --- a/advisories/unreviewed/2026/07/GHSA-qwm7-r3rv-3hw8/GHSA-qwm7-r3rv-3hw8.json +++ b/advisories/unreviewed/2026/07/GHSA-qwm7-r3rv-3hw8/GHSA-qwm7-r3rv-3hw8.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qwm7-r3rv-3hw8", - "modified": "2026-07-21T21:32:28Z", + "modified": "2026-07-21T21:33:35Z", "published": "2026-07-21T12:33:36Z", "aliases": [ "CVE-2026-64606" ], + "summary": "Apache Fory Deserialization of untrusted data", "details": "Deserialization of untrusted data vulnerability that may allow class-registration checks to be bypassed during Java lambda deserialization. Only lambda capture class is affected\n\n\nThis issue affects Apache Fory: from before 1.4.0.\n\nUsers are recommended to upgrade to version 1.4.0, which fixes the issue.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.fory:fory-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64606" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/fory" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/py6fbvm9nk1gxdd85rbzbozwzfh0jrsc"