Lucene search
+L

721 matches found

OSV
OSV
added 2021/08/25 8:54 p.m.74 views

GHSA-3H87-V52R-P9RG Out of bounds write in reorder

swapindex takes an iterator and swaps the items with their corresponding indexes. It reserves capacity and sets the length of the vector based on the .len method of the iterator. If the len returned by the iterator is larger than the actual number of elements yielded, then swapindex creates a...

7.3CVSS7.2AI score0.009EPSS
SaveExploits2References4
OSV
OSV
added 2021/08/25 8:42 p.m.32 views

GHSA-RXR4-X558-X7HW Double free in smallvec

If an iterator passed to SmallVec::insertmany panicked in Iterator::next, destructors were run during unwinding while the vector was in an inconsistent state, possibly causing a double free a destructor running on two copies of the same value. This is fixed in smallvec 0.6.3 by ensuring that the...

9.8CVSS9.4AI score0.01813EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:42 p.m.27 views

Double free in smallvec

If an iterator passed to SmallVec::insertmany panicked in Iterator::next, destructors were run during unwinding while the vector was in an inconsistent state, possibly causing a double free a destructor running on two copies of the same value. This is fixed in smallvec 0.6.3 by ensuring that the...

9.8CVSS8.9AI score0.01813EPSS
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.2 views

rust: double free in Vec::from_iter function if freeing the element panics

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS5.8AI score0.0289EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.6 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.6 views

rust: integer overflow in the Zip implementation can lead to a buffer overflow

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again...

9.8CVSS6.2AI score0.02412EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
SaveExploits1References4
CNVD
CNVD
added 2021/07/16 12:0 a.m.9 views

Siemens JT Utilities Null Pointer Dereference Vulnerability

Siemens JT Utilities is a software application from Siemens Germany. A security vulnerability exists in Siemens JT Utilities, which can be exploited by an attacker to cause a denial of service condition in an application due to a lack of iterator validity checking when parsing specially designed ...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2021/07/13 11:15 a.m.7 views

CVE-2021-33714

A vulnerability has been identified in JT Utilities All versions V13.0.2.0. When parsing specially crafted JT files, a missing check for the validity of an iterator leads to NULL pointer deference condition, causing the application to crash. An attacker could leverage this vulnerability to cause ...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/07/13 12:0 a.m.7 views

Siemens JT Utilities 代码问题漏洞

Siemens JT Utilities is a software application from Siemens Germany. A security vulnerability exists in Siemens JT Utilities, which can be exploited by an attacker to cause a denial of service condition in an application due to a lack of iterator validity checking when parsing specially designed ...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0References4
Mageia
Mageia
added 2021/06/08 2:33 p.m.41 views

Updated librsvg packages fix a security vulnerability

This update patches the vendored smallvec Rust crate in librsvg to fix a security vulnerability: The Iterator implementation mishandles destructors, leading to a double free CVE-2021-25900...

9.8CVSS2.8AI score0.01666EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2021/05/26 9:49 p.m.5 views

XStream: Unsafe deserizaliation of com.sun.tools.javac.processing.JavacProcessingEnvironment NameProcessIterator

A flaw was found in xstream. A remote attacker may be able to load and execute arbitrary code from a remote host only by manipulating the processed input stream. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability...

9.8CVSS7.6AI score0.14301EPSS
SaveExploits1References4
Microsoft CVE
Microsoft CVE
added 2021/04/24 7:0 a.m.5 views

In the standard library in Rust before 1.52.0 the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again.

...

9.8CVSS7AI score0.02412EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.6 views

In the standard library in Rust before 1.51.0 the Zip implementation calls __iterator_get_unchecked() for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.

...

7.5CVSS7AI score0.01387EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2021/04/17 5:8 p.m.31 views

CVE-2021-28879

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again...

9.8CVSS2.8AI score0.02412EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2021/04/17 7:0 a.m.6 views

In the standard library in Rust before 1.52.0 a double free can occur in the Vec::from_iter function if freeing the element panics.

...

9.8CVSS7AI score0.0289EPSS
SaveExploits1
CNVD
CNVD
added 2021/04/16 12:0 a.m.45 views

Rust buffer overflow vulnerability (CNVD-2021-29835)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in reorder crate for Rust 2021-02-24 and earlier, which stems from the fact that swapindex may return uninitialized values if the len returned by the iterator is too large...

7.5CVSS7.1AI score0.009EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/04/16 12:0 a.m.61 views

Rust Buffer Overflow Vulnerability (CNVD-2021-31918)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in reorder crate for Rust 2021-02-24 and earlier versions, which stems from a swap index write operation that oversteps its bounds if the len returned by the iterator is to...

7.5CVSS7.1AI score0.009EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/14 7:15 a.m.6 views

ALPINE-CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS7AI score0.0289EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/04/14 12:0 a.m.6 views

Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in the standard library in versions of Rust prior to 1.53.0, which stems from a double release that occurs in the Vec::fromiter function. No details of the...

9.8CVSS5.6AI score0.0289EPSS
SaveExploits1References12
Rows per page
Query Builder