Lucene search
+L

721 matches found

OSV
OSV
added 2020/12/31 9:15 a.m.6 views

UBUNTU-CVE-2020-35904

An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are...

5.5CVSS6AI score0.00388EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2020/12/31 9:15 a.m.27 views

CVE-2020-35904

An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are...

5.5CVSS6.1AI score0.00388EPSS
SaveExploits1References3
Prion
Prion
added 2020/12/31 9:15 a.m.14 views

Authentication flaw

An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are...

2.1CVSS5.4AI score0.00388EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2020/12/31 8:21 a.m.65 views

CVE-2020-35904

CVE-2020-35904 affects the Rust crate crossbeam-channel prior to version 0.4.4. The issue is an incorrect assumption about the relationship between memory allocation and the number of elements produced by an iterator, leading to unsound behavior when the Vec is reconstructed from a raw pointer ba...

5.5CVSS7.2AI score0.00388EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2020/12/31 8:21 a.m.80 views

CVE-2020-35904

An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are...

5.5CVSS5.8AI score0.00388EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/12/31 8:21 a.m.48 views

CVE-2020-35904

An issue was discovered in the crossbeam-channel crate before 0.4.4 for Rust. It has incorrect expectations about the relationship between the memory allocation and how many iterator elements there are...

5.4AI score0.00388EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2020/12/01 12:5 p.m.5 views

php: DirectoryIterator class accepts filenames with embedded \0 byte and treats them as terminating at that byte

In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP DirectoryIterator class accepts filenames with embedded \0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access...

5.9CVSS7.4AI score0.08818EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/12/01 12:5 p.m.6 views

php: Files added to tar with Phar::buildFromIterator have all-access permissions

In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator function, the files are added with default permissions 0666, or all access even if the original files on the filesystem were with more restrictive permissions...

5.5CVSS7.4AI score0.01639EPSS
SaveExploits1References4
Zero Day Initiative
Zero Day Initiative
added 2020/11/11 12:0 a.m.52 views

Microsoft Chakra Array Iterator Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Microsoft Chakra. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of...

7.5CVSS2.7AI score0.01525EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2020/11/10 12:0 a.m.5 views

PT-2020-4692 · Microsoft · Chakra Scripting Engine +1

Name of the Vulnerable Software and Affected Versions: Chakra Scripting Engine affected versions not specified Description: The issue is related to a memory corruption vulnerability in the Chakra scripting engine, which can be caused by a buffer overflow. This can allow a remote attacker to...

8.1CVSS4.7AI score0.01525EPSS
SaveExploits0References12
RustSec
RustSec
added 2020/11/02 12:0 p.m.24 views

Use-after-free when cloning a partially consumed `Vec` iterator

The IntoIter Clone implementation clones the whole underlying Vec. If the iterator is partially consumed the consumed items will be copied, thus creating a use-after-free access. A proof of concept is available in the original bug report...

7.5CVSS2.3AI score0.01233EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/02 12:0 p.m.36 views

RUSTSEC-2020-0145 Use-after-free when cloning a partially consumed `Vec` iterator

The IntoIter Clone implementation clones the whole underlying Vec. If the iterator is partially consumed the consumed items will be copied, thus creating a use-after-free access. A proof of concept is available in the original bug report...

7.5CVSS7.4AI score0.01233EPSS
SaveExploits1References3
CNVD
CNVD
added 2020/10/19 12:0 a.m.4 views

Crossbeam Buffer Overflow Vulnerability

Crossbeam is a tool for individual developers applied to concurrent programming. A buffer overflow vulnerability exists in Crossbeam crossbeam-channel versions prior to 0.4.4, which stems from an inconsistency between the Vec::from iter allocated memory and the number of iterators. An attacker ca...

9.8CVSS9.2AI score0.02776EPSS
SaveExploits1References1
OSV
OSV
added 2020/10/01 7:15 p.m.6 views

CVE-2020-15678

When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow iterator invalidation rules. This vulnerability affects Firefox 8...

8.8CVSS8.1AI score
SaveExploits0References9
OSV
OSV
added 2020/10/01 7:15 p.m.2 views

DEBIAN-CVE-2020-15678

When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow iterator invalidation rules. This vulnerability affects Firefox 8...

8.8CVSS8AI score0.01882EPSS
SaveExploits0References1
Prion
Prion
added 2020/10/01 7:15 p.m.16 views

Design/Logic Flaw

When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow iterator invalidation rules. This vulnerability affects Firefox 8...

6.8CVSS7.9AI score0.01882EPSS
SaveExploits0References9Affected Software5
Cvelist
Cvelist
added 2020/10/01 6:29 p.m.23 views

CVE-2020-15678

When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow iterator invalidation rules. This vulnerability affects Firefox 8...

8.2AI score0.01882EPSS
SaveExploits0References9
AlpineLinux
AlpineLinux
added 2020/10/01 6:29 p.m.30 views

CVE-2020-15678

When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow iterator invalidation rules. This vulnerability affects Firefox 8...

8.8CVSS8.3AI score0.01882EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/10/01 2:52 p.m.5 views

Mozilla: When recursing through layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free scenario

The Mozilla Foundation Security Advisory describes this flaw as: When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow...

8.8CVSS7.3AI score0.01882EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2020/10/01 1:32 p.m.4 views

Mozilla: When recursing through layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free scenario

The Mozilla Foundation Security Advisory describes this flaw as: When recursing through graphical layers while scrolling, an iterator may have become invalid, resulting in a potential use-after-free. This occurs because the function APZCTreeManager::ComputeClippedCompositionBounds did not follow...

8.8CVSS7.3AI score0.01882EPSS
SaveExploits0References5
Rows per page
Query Builder