mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-08 04:27:11 +01:00
Add serde-json-wasm stack-overflow (#1867)
This commit is contained in:
17
crates/serde-json-wasm/RUSTSEC-0000-0000.md
Normal file
17
crates/serde-json-wasm/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,17 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "serde-json-wasm"
|
||||
date = "2024-01-24"
|
||||
categories = ["denial-of-service"]
|
||||
keywords = ["stack-overflow", "json"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 1.0.1", ">= 0.5.2, < 1.0.0"]
|
||||
```
|
||||
|
||||
# Stack overflow during recursive JSON parsing
|
||||
|
||||
When parsing untrusted, deeply nested JSON, the stack may overflow,
|
||||
possibly enabling a Denial of Service attack.
|
||||
This was fixed by adding a check for recursion depth.
|
||||
Reference in New Issue
Block a user