SCA: security update for github.com/hamba/avro, github.com/hamba/avro/v2 (GHSA-9x44-9pgq-cf45)

high Tenable Self-Hosted Container Security Plugin ID 413534

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Hamba avro is a go lang encoder/decoder implementation of the avro codec specification. In affected
versions a well-crafted string passed to avro's `github.com/hamba/avro/v2.Unmarshal()` can throw a `fatal
error: runtime: out of memory` which is unrecoverable and can cause denial of service of the consumer of
avro. The root cause of the issue is that avro uses part of the input to `Unmarshal()` to determine the
size when creating a new slice and hence an attacker may consume arbitrary amounts of memory which in turn
may cause the application to crash. This issue has been addressed in commit `b4a402f4` which has been
included in release version `2.13.0`. Users are advised to upgrade. There are no known workarounds for
this vulnerability. (CVE-2023-37475)

See Also

https://github.com/advisories/GHSA-9x44-9pgq-cf45

Plugin Details

Severity: High

ID: 413534

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.51

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2023-37475

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 7/17/2023

Vulnerability Publication Date: 7/17/2023

Reference Information

CVE: CVE-2023-37475

cwe: CWE-400