mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
scanner-rs OOB read (#2262)
This commit is contained in:
22
crates/scanner/RUSTSEC-0000-0000.md
Normal file
22
crates/scanner/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,22 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "scanner"
|
||||
date = "2025-03-27"
|
||||
informational = "unsound"
|
||||
categories = ["memory-corruption"]
|
||||
keywords = ["out-of-bounds read"]
|
||||
url = "https://github.com/pombredanne/scanner-rs/pull/1"
|
||||
|
||||
[affected.functions]
|
||||
"scanner::Match::get" = ["<= 0.1.0"]
|
||||
"scanner::Match::ptr" = ["<= 0.1.0"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
unaffected = []
|
||||
```
|
||||
|
||||
# Public API without sufficient bounds checking
|
||||
|
||||
`Match::get()` and `Match::ptr()` lack sufficient bounds checks, leading to potential out of bounds reads.
|
||||
Reference in New Issue
Block a user