Vulnerability CVE-2022-24795: Information

Description

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of `yajl` contain an integer overflow which leads to subsequent heap memory corruption when dealing with large (~2GB) inputs. The reallocation logic at `yajl_buf.c#L64` may result in the `need` 32bit integer wrapping to 0 when `need` approaches a value of 0x80000000 (i.e. ~2GB of data), which results in a reallocation of buf->alloc into a small heap chunk. These integers are declared as `size_t` in the 2.x branch of `yajl`, which practically prevents the issue from triggering on 64bit platforms, however this does not preclude this issue triggering on 32bit builds on which `size_t` is a 32bit integer. Subsequent population of this under-allocated heap chunk is based on the original buffer size, leading to heap memory corruption. This vulnerability mostly impacts process availability. Maintainers believe exploitation for arbitrary code execution is unlikely. A patch is available and anticipated to be part of yajl-ruby version 1.4.2. As a workaround, avoid passing large inputs to YAJL.

Severity: HIGH (7.5) Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Published: April 5, 2022
Modified: Nov. 7, 2023
Error type identifier: CWE-190CWE-122

Fixed packages

Package name
Branch
Fixed in version
Version from repository
Errata ID
Task #
State
burpsisyphus2.5.4-alt42.5.4-alt4ALT-PU-2023-4612-2325037Fixed
burpsisyphus_e2k2.5.4-alt42.5.4-alt4ALT-PU-2023-4676-1-Fixed
burpsisyphus_riscv642.5.4-alt42.5.4-alt4ALT-PU-2024-4091-1-Fixed
gem-yajl-rubysisyphus1.4.3-alt11.4.3-alt1ALT-PU-2023-7987-2334339Fixed
gem-yajl-rubysisyphus_e2k1.4.3-alt11.4.3-alt1ALT-PU-2024-6686-1-Fixed
gem-yajl-rubysisyphus_riscv641.4.3-alt11.4.3-alt1ALT-PU-2023-8088-1-Fixed
gem-yajl-rubysisyphus_loongarch641.4.3-alt11.4.3-alt1ALT-PU-2023-8065-1-Fixed

References to Advisories, Solutions, and Tools

    1. Configuration 1

      cpe:2.3:a:yajl-ruby_project:yajl-ruby:*:*:*:*:*:ruby:*:*
      End excliding
      1.4.2