From 4a0f30ac6768dc2f67bf58ab5bc7abae2209f92d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:52:56 +0000 Subject: [PATCH] Publish GHSA-rhrv-645h-fjfh --- .../09/GHSA-rhrv-645h-fjfh/GHSA-rhrv-645h-fjfh.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2023/09/GHSA-rhrv-645h-fjfh/GHSA-rhrv-645h-fjfh.json b/advisories/github-reviewed/2023/09/GHSA-rhrv-645h-fjfh/GHSA-rhrv-645h-fjfh.json index c5eca24fec68a..ecae596a9fa1f 100644 --- a/advisories/github-reviewed/2023/09/GHSA-rhrv-645h-fjfh/GHSA-rhrv-645h-fjfh.json +++ b/advisories/github-reviewed/2023/09/GHSA-rhrv-645h-fjfh/GHSA-rhrv-645h-fjfh.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-rhrv-645h-fjfh", - "modified": "2023-09-29T22:06:14Z", + "modified": "2023-10-03T21:51:29Z", "published": "2023-09-29T18:30:22Z", "aliases": [ "CVE-2023-39410" @@ -9,7 +9,10 @@ "summary": "Apache Avro Java SDK vulnerable to Improper Input Validation", "details": "When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints and thus lead to out of memory on the system.\n\nThis issue affects Java applications using Apache Avro Java SDK up to and including 1.11.2. Users should update to apache-avro version 1.11.3 which addresses this issue.\n\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } ], "affected": [ { @@ -61,9 +64,10 @@ ], "database_specific": { "cwe_ids": [ - "CWE-20" + "CWE-20", + "CWE-502" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-09-29T22:06:14Z", "nvd_published_at": null