Lucene search
+L

3514 matches found

Prion
Prion
added 2021/08/08 6:15 a.m.16 views

Design/Logic Flaw

An issue was discovered in the ruspiro-singleton crate before 0.4.1 for Rust. In Singleton, Send and Sync do not have bounds checks...

6.8CVSS8AI score0.00766EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.18 views

Design/Logic Flaw

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

5CVSS7.5AI score0.00915EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/08/08 6:15 a.m.49 views

CVE-2021-38193

An issue was discovered in the ammonia crate before 3.1.0 for Rust. XSS can occur because the parsing differences for HTML, SVG, and MathML are mishandled, a similar issue to CVE-2020-26870...

6.1CVSS6.4AI score0.00708EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2021/08/08 6:15 a.m.25 views

CVE-2021-38187

An issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a u8 to a u64...

9.8CVSS7.2AI score0.01441EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2021/08/08 6:15 a.m.24 views

CVE-2020-36465

An issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes...

7.5CVSS7.1AI score0.01243EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2021/08/08 6:15 a.m.4 views

CVE-2021-38191

An issue was discovered in the tokio crate before 1.8.1 for Rust. Upon a JoinHandle::abort, a Task may be dropped in the wrong thread...

5.9CVSS6.2AI score0.00836EPSS
SaveExploits1References3
Prion
Prion
added 2021/08/08 6:15 a.m.21 views

Design/Logic Flaw

An issue was discovered in the syncpool crate before 0.1.6 for Rust. There is an unconditional implementation of Send for Bucket2...

6.8CVSS8AI score0.0124EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.20 views

Code injection

An issue was discovered in the conqueue crate before 0.4.0 for Rust. There are unconditional implementations of Send and Sync for QueueSender...

6.8CVSS8AI score0.00847EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.23 views

Design/Logic Flaw

An issue was discovered in the v9 crate through 2020-12-18 for Rust. There is an unconditional implementation of Sync for SyncRef...

6.8CVSS8AI score0.01059EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.15 views

Design/Logic Flaw

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.15 views

Design/Logic Flaw

An issue was discovered in the array-tools crate before 0.3.2 for Rust. FixedCapacityDequeLike::clone has a drop of uninitialized memory...

7.5CVSS9.4AI score0.01119EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.15 views

Code injection

An issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a u8 to a u64...

7.5CVSS9.3AI score0.01441EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.32 views

Design/Logic Flaw

An issue was discovered in the cache crate through 2020-11-24 for Rust. There are unconditional implementations of Send and Sync for Cache...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/08/08 6:15 a.m.24 views

CVE-2021-38191

An issue was discovered in the tokio crate before 1.8.1 for Rust. Upon a JoinHandle::abort, a Task may be dropped in the wrong thread...

5.9CVSS6.2AI score0.00836EPSS
SaveExploits1References6
Prion
Prion
added 2021/08/08 6:15 a.m.12 views

Out-of-bounds

An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak has an unconditional implementation of Send without trait bounds on T...

6.8CVSS8AI score0.00833EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Double free

An issue was discovered in the sys-info crate before 0.8.0 for Rust. sysinfo::diskinfo calls can trigger a double free...

7.5CVSS9.3AI score0.0123EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.14 views

Design/Logic Flaw

An issue was discovered in the nalgebra crate before 0.27.1 for Rust. It allows out-of-bounds memory access because it does not ensure that the number of elements is equal to the product of the row count and column count...

7.5CVSS9.3AI score0.01411EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Out-of-bounds

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard without trait bounds on RC...

6.8CVSS8AI score0.00766EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.16 views

Design/Logic Flaw

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type...

6.8CVSS8AI score0.01098EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the unicycle crate before 0.7.1 for Rust. PinSlab and Unordered do not have bounds on their Send and Sync traits...

6.8CVSS8AI score0.00766EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder