Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-8295 1 Simdjson Project 1 Simdjson 2026-05-14 N/A
An integer overflow vulnerability in the simdjson document-builder API allows incorrect buffer size calculations in "string_builder::escape_and_append()" when processing very large input strings on platforms with limited "size_t" width (e.g., 32-bit builds). The overflow can cause insufficient buffer allocation, leading to out-of-bounds memory reads in SIMD routines and potentially resulting in information disclosure, memory corruption, or malformed JSON output. This vulnerability has been fixed inĀ 4.6.4 release
CVE-2019-15550 1 Simdjson Project 1 Simdjson 2024-11-21 7.5 High
An issue was discovered in the simd-json crate before 0.1.15 for Rust. There is an out-of-bounds read and an incorrect crossing of a page boundary.