Lucene search
+L

3685 matches found

CNNVD
CNNVD
•added 2021/04/05 12:00 a.m.•19 views

WordPress Drag and Drop Form Builder 信息泄露漏洞

WordPress is a set of blogging platforms developed using the PHP language by the WordPress Wordpress Foundation. The platform supports setting up personal blog sites on servers with PHP and MySQL. An information disclosure vulnerability exists in the Drag and Drop Form Builder for WordPress plugi...

8.8CVSS7.9AI score0.01439EPSS
SaveExploits2References3
OSV
OSV
•added 2021/04/01 5:15 a.m.•12 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 score0.01135EPSS
SaveExploits1References1
OSV
OSV
•added 2021/04/01 5:15 a.m.•15 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 score0.01135EPSS
SaveExploits1References1
OSV
OSV
•added 2021/04/01 5:15 a.m.•16 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.01135EPSS
SaveExploits1References1
OSV
OSV
•added 2021/04/01 5:15 a.m.•11 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.01135EPSS
SaveExploits1References1
NVD
NVD
•added 2021/04/01 5:15 a.m.•38 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.01135EPSS
SaveExploits1References1
NVD
NVD
•added 2021/04/01 5:15 a.m.•21 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.00973EPSS
SaveExploits0References1
NVD
NVD
•added 2021/04/01 5:15 a.m.•27 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.01135EPSS
SaveExploits1References1
Prion
Prion
•added 2021/04/01 5:15 a.m.•19 views

Information disclosure

An issue was discovered in the adtensor crate through 2021-01-11 for Rust. There is a drop of uninitialized memory via the FromIterator implementation for Vector and Matrix...

7.5CVSS9.4AI score0.01326EPSS
SaveExploits1References1Affected Software1
Prion
Prion
•added 2021/04/01 5:15 a.m.•14 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.00973EPSS
SaveExploits0References1Affected Software1
attackerkb
attackerkb
•added 2021/04/01 5:15 a.m.•8 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.5CVSS7AI score0.01135EPSS
SaveExploits1References2
Prion
Prion
•added 2021/04/01 5:15 a.m.•22 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.01135EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
•added 2021/04/01 4:25 a.m.•48 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.7AI score0.01135EPSS
SaveExploits1References1
CVE
CVE
•added 2021/04/01 4:24 a.m.•111 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.00973EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2021/04/01 4:24 a.m.•38 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.00973EPSS
SaveExploits0References1
CVE
CVE
•added 2021/04/01 4:23 a.m.•104 views

CVE-2021-29936

CVE-2021-29936 affects the adtensor crate for Rust. The FromIterator implementation for Vector and Matrix can drop uninitialized memory, due to its allocation logic, constituting a memory-safety issue. NVD metrics list a high/critical impact (CVSS v3.1: 9.8) with network access requirements. The ...

9.8CVSS9.4AI score0.01326EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
•added 2021/04/01 4:23 a.m.•33 views

CVE-2021-29936

An issue was discovered in the adtensor crate through 2021-01-11 for Rust. There is a drop of uninitialized memory via the FromIterator implementation for Vector and Matrix...

9.7AI score0.01326EPSS
SaveExploits1References1
CVE
CVE
•added 2021/04/01 4:23 a.m.•102 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.01135EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
•added 2021/04/01 4:23 a.m.•42 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.7AI score0.01135EPSS
SaveExploits1References1
CNNVD
CNNVD
•added 2021/04/01 12:00 a.m.•26 views

Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in arenavec crate for Rust versions 2021-01-12 and earlier, which stems from T::drop. No details of the vulnerability are provided at this time...

7.5CVSS5.5AI score0.00973EPSS
SaveExploits0References2
Rows per page
Query Builder