logo

CVE-2019-15550 simd-json

Package

Manager: cargo
Name: simd-json
Vulnerable Version: >=0.1.13 <0.1.15

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

EPSS: 0.00334 pctl0.5564

Details

Out of bounds read in simd-json The affected version of this crate did not guard against accessing memory beyond the range of its input data. A pointer cast to read the data into a 256-bit register could lead to a segmentation fault when the end plus the 32 bytes (256 bit) read would overlap into the next page during string parsing. This allows an attacker to eventually crash a service. The flaw was corrected by using a padding buffer for the last read from the input. So that we are we never read over the boundary of the input data.

Metadata

Created: 2021-08-25T20:43:56Z
Modified: 2023-06-13T21:01:35Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-gwfj-pw2x-h6c2/GHSA-gwfj-pw2x-h6c2.json
CWE IDs: ["CWE-125"]
Alternative ID: GHSA-gwfj-pw2x-h6c2
Finding: F111
Auto approve: 1