Lucene search
+L

25 matches found

OSV
OSV
added 2026/02/03 12:00 p.m.21 views

RUSTSEC-2026-0007 Integer overflow in `BytesMut::reserve`

In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacit...

7.5CVSS5.5AI score0.00558EPSS
SaveExploits1References3
RustSec
RustSec
added 2026/02/03 12:00 p.m.25 views

Integer overflow in `BytesMut::reserve`

In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacit...

7.5CVSS5.4AI score0.00558EPSS
SaveExploits1Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/03 12:00 a.m.10 views

PT-2026-6538

In the unique reclaim path of BytesMut::reserve, the condition rs if v capacity = new cap + offset uses an unchecked addition. When new cap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated...

5.5AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/03 12:00 a.m.17 views

PT-2026-6355

Details In the unique reclaim path of BytesMut::reserve, the condition rs if v capacity = new cap + offset uses an unchecked addition. When new cap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual...

6.9CVSS5.5AI score0.00558EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.14 views

PT-2026-6320

Name of the Vulnerable Software and Affected Versions Bytes versions 1.2.1 through 1.11.0 Description The Bytes library contains a flaw in the BytesMut::reserve function that can lead to an integer overflow. Specifically, an unchecked addition within the reclaim path of BytesMut::reserve can caus...

7.5CVSS5.5AI score0.00558EPSS
SaveExploits1References158
Rows per page
Query Builder