Lucene search
K

7 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 6:30 p.m.3 views

CVE-2021-29939

An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if sizehint provides certain anomalous data...

7.5CVSS6.9AI score0.00765EPSS
Exploits1References1
OSV
OSV
added 2024/08/19 4:2 p.m.4 views

GHSA-XMRP-424F-VFPX SQLx Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts

The following presentation at this year's DEF CON was brought to our attention on the SQLx Discord: SQL Injection isn't Dead: Smuggling Queries at the Protocol Level Archive link for posterity. Essentially, encoding a value larger than 4GiB can cause the length prefix in the protocol to overflow,...

8.4AI score
Exploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.34 views

Out of bounds write in stackvector

StackVec::extend used the lower and upper bounds from an Iterator's sizehint to determine how many items to push into the stack based vector. If the sizehint implementation returned a lower bound that was larger than the upper bound, StackVec would write out of bounds and overwrite memory on the...

7.5CVSS7.1AI score0.00765EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.14 views

CVE-2021-29939

An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if sizehint provides certain anomalous data...

7.5AI score0.00765EPSS
Exploits1References1
OSV
OSV
added 2021/02/19 12:0 p.m.16 views

RUSTSEC-2021-0048 StackVec::extend can write out of bounds when size_hint is incorrect

StackVec::extend used the lower and upper bounds from an Iterator's sizehint to determine how many items to push into the stack based vector. If the sizehint implementation returned a lower bound that was larger than the upper bound, StackVec would write out of bounds and overwrite memory on the...

7.3CVSS7.2AI score0.00765EPSS
Exploits1References3
RustSec
RustSec
added 2021/02/19 12:0 p.m.22 views

StackVec::extend can write out of bounds when size_hint is incorrect

StackVec::extend used the lower and upper bounds from an Iterator's sizehint to determine how many items to push into the stack based vector. If the sizehint implementation returned a lower bound that was larger than the upper bound, StackVec would write out of bounds and overwrite memory on the...

7.5CVSS2.8AI score0.00765EPSS
Exploits1Affected Software1
RustSec
RustSec
added 2021/01/08 12:0 p.m.13 views

Buffer overflow in SmallVec::insert_many

A bug in the SmallVec::insertmany method caused it to allocate a buffer that was smaller than needed. It then wrote past the end of the buffer, causing a buffer overflow and memory corruption on the heap. This bug was only triggered if the iterator passed to insertmany yielded more items than the...

9.8CVSS1.1AI score0.00533EPSS
Exploits1Affected Software1
Rows per page
Query Builder