Lucene search
K

10009 matches found

CVE
CVE
added 2021/04/07 9:19 p.m.56 views

CVE-2021-30456

The CVE concerns the Rust id-map crate (through 2021-02-26). It describes a vulnerability where a double free can occur in get_or_insert if the user-provided f function panics. The crash arises because space is reserved for the value before invoking f; a panic can cause uninitialized or previousl...

9.8CVSS9.3AI score0.00433EPSS
Exploits0References1Affected Software1
Microsoft CVE
Microsoft CVE
added 2021/04/06 7:0 a.m.1 views

An issue was discovered in the Linux kernel before 5.11.11. The netfilter subsystem allows attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value aka CID-175e476b8cdf.

...

5.5CVSS6.9AI score0.00032EPSS
Exploits0
NVD
NVD
added 2021/04/01 5:15 a.m.8 views

CVE-2021-29940

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8CVSS0.00504EPSS
Exploits1References1
NVD
NVD
added 2021/04/01 5:15 a.m.10 views

CVE-2021-29931

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A double drop can sometimes occur upon a panic in T::drop...

7.5CVSS0.00389EPSS
Exploits0References1
OSV
OSV
added 2021/04/01 5:15 a.m.4 views

CVE-2021-29933

An issue was discovered in the insertmany crate through 2021-01-26 for Rust. Elements may be dropped twice if a .next method panics...

7.5CVSS5.7AI score
Exploits0References1
OSV
OSV
added 2021/04/01 5:15 a.m.3 views

CVE-2021-29929

An issue was discovered in the endiantrait crate through 2021-01-04 for Rust. A double drop can occur when a user-provided Endian impl panics...

7.5CVSS7.1AI score
Exploits0References1
NVD
NVD
added 2021/04/01 5:15 a.m.9 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.5CVSS0.00389EPSS
Exploits1References1
NVD
NVD
added 2021/04/01 5:15 a.m.9 views

CVE-2021-29929

An issue was discovered in the endiantrait crate through 2021-01-04 for Rust. A double drop can occur when a user-provided Endian impl panics...

7.5CVSS0.00389EPSS
Exploits1References1
OSV
OSV
added 2021/04/01 5:15 a.m.4 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
OSV
OSV
added 2021/04/01 5:15 a.m.3 views

CVE-2021-29930

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A drop of uninitialized memory can sometimes occur upon a panic in T::default...

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

CVE-2021-29940

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8CVSS7.3AI score
Exploits0References1
OSV
OSV
added 2021/04/01 5:15 a.m.3 views

CVE-2021-29937

An issue was discovered in the telemetry crate through 2021-02-17 for Rust. There is a drop of uninitialized memory if a value.clone call panics within misc::vecwithsize...

9.8CVSS7.3AI score
Exploits0References1
OSV
OSV
added 2021/04/01 5:15 a.m.4 views

CVE-2021-29931

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A double drop can sometimes occur upon a panic in T::drop...

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

CVE-2021-29933

An issue was discovered in the insertmany crate through 2021-01-26 for Rust. Elements may be dropped twice if a .next method panics...

7.5CVSS0.00389EPSS
Exploits1References1
Prion
Prion
added 2021/04/01 5:15 a.m.8 views

Double free

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A double drop can sometimes occur upon a panic in T::drop...

5CVSS7.5AI score0.00389EPSS
Exploits0References1Affected Software1
Prion
Prion
added 2021/04/01 5:15 a.m.15 views

Double free

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

7.5CVSS9.5AI score0.00504EPSS
Exploits1References1Affected Software1
Prion
Prion
added 2021/04/01 5:15 a.m.13 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
Prion
Prion
added 2021/04/01 5:15 a.m.13 views

Design/Logic Flaw

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A drop of uninitialized memory can sometimes occur upon a panic in T::default...

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

CVE-2021-29931

The CVE concerns the arenavec crate for Rust (up to at least 0.1.1 per OSV entry; affecters mention Rust versions up to 2021-01-12). Root cause: panics in T::drop() (and related paths) can cause double drop or memory management issues, leading to memory corruption. Documented impacts include doub...

7.5CVSS7.4AI score0.00389EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:24 a.m.8 views

CVE-2021-29931

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A double drop can sometimes occur upon a panic in T::drop...

7.7AI score0.00389EPSS
Exploits0References1
Rows per page
Query Builder