Lucene search
+L

749 matches found

NVD
NVD
added 2021/09/20 4:15 p.m.18 views

CVE-2021-32285

An issue was discovered in gravity through 0.8.1. A NULL pointer dereference exists in the function listiteratornext located in gravitycore.c. It allows an attacker to cause Denial of Service...

5.5CVSS0.00635EPSS
SaveExploits1References1
OSV
OSV
added 2021/09/01 6:30 p.m.23 views

GHSA-WCVP-R8J8-47PC Double free in toodee

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS8.5AI score0.01167EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/09/01 6:30 p.m.30 views

Double free in toodee

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS9AI score0.01167EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/30 4:22 p.m.31 views

Duplicate Advisory: Use after free in libpulse-binding

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-f56g-chqp-22m9. This link is maintained to preserve external references. Original Description An issue was discovered in the libpulse-binding crate before 2.5.0 for Rust. proplist::Iterator can cause a...

6.5CVSS6.3AI score0.00988EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/08/30 4:22 p.m.72 views

GHSA-6GVC-4JVJ-PWQ4 Duplicate Advisory: Use after free in libpulse-binding

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-f56g-chqp-22m9. This link is maintained to preserve external references. Original Description An issue was discovered in the libpulse-binding crate before 2.5.0 for Rust. proplist::Iterator can cause a...

6.5CVSS6.3AI score0.00988EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.38 views

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.5CVSS7.2AI score0.009EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.12 views

GHSA-JPWG-6GF5-5VH9 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
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.39 views

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.5CVSS7.2AI score0.009EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:54 p.m.75 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.34 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.30 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.4 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.7 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.10 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
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 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
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.8 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.8 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.6 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
Rows per page
Query Builder