CVE-2019-15550
Description
An out-of-bounds read and page boundary crossing in the simd-json crate for Rust (before 0.1.15) could allow denial-of-service via crafted JSON input.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An out-of-bounds read and page boundary crossing in the simd-json crate for Rust (before 0.1.15) could allow denial-of-service via crafted JSON input.
The simd-json crate [1] for Rust, an extremely fast JSON parser using SIMD instructions, was found to have an out-of-bounds read and incorrect page boundary crossing vulnerability in its string parsing logic. The flaw was introduced in version 0.1.14 via an optimization that was later reverted [4]. This results in invalid memory access when processing malformed JSON input [2].
Exploitation of this vulnerability requires no authentication or user interaction. An attacker can deliver a specially crafted JSON payload over the network to an application using the vulnerable simd-json library, causing the parser to read beyond the allocated buffer or cross page boundaries. This leads to a segmentation fault and denial of service.
The impact is limited to denial of service. According to the CVSS v3.1 score of 7.5 (High), the availability impact is high, but confidentiality and integrity are not affected [2]. The vulnerability does not allow for code execution or data leakage.
The issue has been fixed in simd-json version 0.1.15 by reverting the problematic commit [4]. Users are advised to update their dependencies to version 0.1.15 or later. Versions 0.1.13 and earlier are not affected [2].
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
simd-jsoncrates.io | >= 0.1.13, < 0.1.15 | 0.1.15 |
Affected products
2- Rust/simd-jsondescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-gwfj-pw2x-h6c2ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-15550ghsaADVISORY
- github.com/Licenser/simdjson-rs/pull/27ghsaWEB
- rustsec.org/advisories/RUSTSEC-2019-0008.htmlghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.