Lucene search
+L

4 matches found

SUSE CVE
SUSE CVE
added 2026/07/15 5:26 a.m.5 views

SUSE CVE-2026-25541

Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "vcapacity = newcap + offset" uses an unchecked addition. When newcap + offset...

7.5CVSS5.2AI score0.00559EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/02/03 7:17 p.m.13 views

bytes has integer overflow in BytesMut::reserve

Details 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...

7.5CVSS5.4AI score0.00559EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/02/03 7:17 p.m.5 views

GHSA-434X-W66G-QW3R bytes has integer overflow in BytesMut::reserve

Details 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...

6.9CVSS5.4AI score0.00559EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/02/03 12:0 a.m.5 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
Rows per page
Query Builder