Lucene search
K

36 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-1755

Malware in sbrugna...

9.8CVSS9.3AI score0.00433EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1815

Malware in sbrugna...

7.5CVSS7.4AI score0.00389EPSS
Exploits1References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1672

Malware in sbrugna...

9.8CVSS9.3AI score0.00433EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-29459

Malicious code in bioql PyPI...

6.6AI score
Exploits0References3
vulnersOsv
vulnersOsv
added 2025/07/16 2:18 p.m.1 views

aiowrap (=0.1.0), ambisonic (>=0.1.0 <=0.3.1) +157 more potentially affected by unknown CVE via slice-deque (>=0.1.16 <=0.3.0)

slice-deque CARGO version =0.1.16, =0.1.0, =0.8.0, =0.1.0, =0.1.0, =0.1.0, =0.2.0, =0.8.0, =0.3.0, =0.3.0, =0.4.0, =0.8.0, =0.15.3 and more Source cves: unknown CVE Source advisory: OSV:GHSA-7MCQ-F592-PF7V...

5.8AI score
Exploits0
Github Security Blog
Github Security Blog
added 2025/07/16 2:18 p.m.4 views

Slice Ring Buffer and Slice Deque contains four unique double-free vulnerabilities triggered through safe APIs

The crate slice-ring-buffer was developed as a fork of slice-deque to continue maintenance and provide security patches, since the latter has been officially unmaintained RUSTSEC-2020-0158. While slice-ring-buffer has addressed some previously reported memory safety issues inherited from its fork...

7.9AI score
Exploits0References3Affected Software2
OSV
OSV
added 2025/07/16 2:18 p.m.0 views

GHSA-7MCQ-F592-PF7V Slice Ring Buffer and Slice Deque contains four unique double-free vulnerabilities triggered through safe APIs

The crate slice-ring-buffer was developed as a fork of slice-deque to continue maintenance and provide security patches, since the latter has been officially unmaintained RUSTSEC-2020-0158. While slice-ring-buffer has addressed some previously reported memory safety issues inherited from its fork...

9.3CVSS5.8AI score
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/05/22 8:11 a.m.5 views

CVE-2019-15543

An issue was discovered in the slice-deque crate before 0.2.0 for Rust. There is memory corruption in certain allocation cases...

9.8CVSS7.1AI score0.00433EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:58 a.m.5 views

CVE-2018-20995

An issue was discovered in the slice-deque crate before 0.1.16 for Rust. moveheadunchecked allows memory corruption because deque updates are mishandled...

9.8CVSS7.1AI score0.00433EPSS
Exploits0References1
vulnersOsv
vulnersOsv
added 2021/08/25 8:54 p.m.0 views

aiowrap (=0.1.0), ambisonic (>=0.1.0 <=0.3.1) +157 more potentially affected by CVE-2021-29938 via slice-deque (>=0.1.16 <=0.3.0)

slice-deque CARGO version =0.1.16, =0.1.0, =0.8.0, =0.1.0, =0.1.0, =0.1.0, =0.2.0, =0.8.0, =0.3.0, =0.3.0, =0.4.0, =0.8.0, =0.15.3 and more Source cves: CVE-2021-29938 Source advisory: OSV:GHSA-P9GF-GMFV-398M...

7.5CVSS7.1AI score0.00389EPSS
Exploits1
OSV
OSV
added 2021/08/25 8:54 p.m.0 views

GHSA-P9GF-GMFV-398M Double free in slice-deque

An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drainfilter upon a panic in a predicate function...

7.5CVSS7.1AI score0.00389EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:44 p.m.20 views

Out of bounds write in slice-deque

Affected versions of this crate entered a corrupted state if mem::sizeof:: % allocationgranularity != 0 and a specific allocation pattern was used: sufficiently shifting the deque elements over the mirrored page boundary. This allows an attacker that controls controls both element insertion and...

9.8CVSS8.7AI score0.00433EPSS
Exploits0References4Affected Software1
vulnersOsv
vulnersOsv
added 2021/08/25 8:44 p.m.0 views

buf-ref-reader (=0.3.0), buf_redux (>=0.7.0 <=0.8.1) +9 more potentially affected by CVE-2019-15543 via slice-deque (=0.1.16)

slice-deque CARGO version =0.1.16 is affected by a known vulnerability. The following packages have a transitive dependency on slice-deque and may be impacted: - buf-ref-reader =0.3.0 - bufredux =0.7.0, =0.1.0, =0.2.0, =0.1.0, =0.12.0, =0.1.0, =0.2.0 - seqio =0.3.0 - stocker =0.2.0 Source cves:...

9.8CVSS7.2AI score0.00433EPSS
Exploits0
OSV
OSV
added 2021/08/25 8:44 p.m.12 views

GHSA-C3M3-C39Q-PV23 Out of bounds write in slice-deque

Affected versions of this crate entered a corrupted state if mem::sizeof:: % allocationgranularity != 0 and a specific allocation pattern was used: sufficiently shifting the deque elements over the mirrored page boundary. This allows an attacker that controls controls both element insertion and...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:42 p.m.20 views

Memory corruption slice-deque

Affected versions of this crate did not properly update the head and tail of the deque when inserting and removing elements from the front if, before insertion or removal, the tail of the deque was in the mirrored memory region, and if, after insertion or removal, the head of the deque is exactly...

9.8CVSS8.6AI score0.00433EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:42 p.m.7 views

GHSA-HR3C-6MMP-6M39 Memory corruption slice-deque

Affected versions of this crate did not properly update the head and tail of the deque when inserting and removing elements from the front if, before insertion or removal, the tail of the deque was in the mirrored memory region, and if, after insertion or removal, the head of the deque is exactly...

9.8CVSS9.2AI score0.00433EPSS
Exploits0References4
CNVD
CNVD
added 2021/04/16 12:0 a.m.7 views

Rust Resource Management Error Vulnerability (CNVD-2021-29836)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in slice-deque crate for Rust 2021-02-19 and earlier versions, which originates from SliceDeque::drainfilter.No detailed vulnerability details are available at th...

7.5CVSS6.7AI score0.00389EPSS
Exploits1References1
OSV
OSV
added 2021/04/01 5:15 a.m.3 views

CVE-2021-29938

An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drainfilter upon a panic in a predicate function...

7.5CVSS7.1AI score0.00389EPSS
Exploits1References1
Prion
Prion
added 2021/04/01 5:15 a.m.6 views

Double free

An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drainfilter upon a panic in a predicate function...

5CVSS7.5AI score0.00389EPSS
Exploits1References1Affected Software1
CVE
CVE
added 2021/04/01 4:23 a.m.74 views

CVE-2021-29938

CVE-2021-29938 concerns the Rust slice-deque crate. The connected advisories indicate that SliceDeque::drain_filter can drop the last element twice if the predicate panics, due to the implementation mutating the drain-filter iterator index before invoking the predicate. Affected scope is the slic...

7.5CVSS7.4AI score0.00389EPSS
Exploits1References1Affected Software1
Rows per page
Query Builder