From 527643a692cd5ad656f41228c8264e7f596abd29 Mon Sep 17 00:00:00 2001 From: julianladisch <533612+julianladisch@users.noreply.github.com> Date: Thu, 17 Sep 2026 10:38:35 +0200 Subject: [PATCH] Improve GHSA-392q-wrgq-6wmj --- .../GHSA-392q-wrgq-6wmj.json | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/advisories/unreviewed/2026/09/GHSA-392q-wrgq-6wmj/GHSA-392q-wrgq-6wmj.json b/advisories/unreviewed/2026/09/GHSA-392q-wrgq-6wmj/GHSA-392q-wrgq-6wmj.json index 547c65059466..13f25db24414 100644 --- a/advisories/unreviewed/2026/09/GHSA-392q-wrgq-6wmj/GHSA-392q-wrgq-6wmj.json +++ b/advisories/unreviewed/2026/09/GHSA-392q-wrgq-6wmj/GHSA-392q-wrgq-6wmj.json @@ -1,23 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-392q-wrgq-6wmj", - "modified": "2026-09-12T18:30:22Z", + "modified": "2026-09-12T18:30:33Z", "published": "2026-09-12T18:30:22Z", "aliases": [ "CVE-2026-90560" ], + "summary": "Out-of-Bounds Read in ZstdDictDecompress", "details": "zstd-jni versions 1.2.0 through 1.5.7-13 contain an out-of-bounds read vulnerability in the ZstdDictDecompress constructor because offset and length arguments are never validated against the dictionary array bounds. Attackers can supply arbitrary offset or length values to read memory past the end of the supplied array, potentially causing JVM termination.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H" - }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.github.luben:zstd-jni" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.2.0" + }, + { + "fixed": "1.5.7-14" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY",