Lucene search
+L

820 matches found

OSV
OSV
added 2021/08/25 8:58 p.m.21 views

GHSA-FG42-VWXX-XX5J Data race in tiny_future

tinyfuture contains a light-weight implementation of Futures. The Future type it has lacked bound on its Send and Sync traits. This allows for a bug where non-thread safe types such as Cell can be used in Futures and cause data races in concurrent programs. The flaw was corrected in commit c79191...

8.1CVSS7.8AI score0.00766EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.29 views

Data race in ruspiro-singleton

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

8.1CVSS7.6AI score0.00766EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.58 views

GHSA-FQQ2-XP7M-XVM8 Data race in ruspiro-singleton

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

8.1CVSS7.8AI score0.00766EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 8:55 p.m.18 views

GHSA-2GRH-HM3W-W7HV Race condition in tokio

When aborting a task with JoinHandle::abort, the future is dropped in the thread calling abort if the task is not currently being executed. This is incorrect for tasks spawned on a LocalSet. This can easily result in race conditions as many projects use Rc or RefCell in their Tokio tasks for bett...

5.9CVSS5.9AI score0.00836EPSS
SaveExploits1References5
OSV
OSV
added 2021/08/25 8:49 p.m.93 views

GHSA-HHW2-PQHF-VMX2 Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS9.2AI score0.0141EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.35 views

Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS8.7AI score0.0141EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.37 views

Use after free in actix-service

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.6AI score0.00374EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:49 p.m.73 views

GHSA-WHC7-5P35-4WW2 Use after free in actix-service

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.4AI score0.00374EPSS
SaveExploits1References5
GitLab Advisory Database
GitLab Advisory Database
added 2021/08/25 12:00 a.m.11 views

Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS7.2AI score0.0141EPSS
SaveExploits1References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/08/25 12:00 a.m.18 views

Use after free in actix-service

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS6.1AI score0.00374EPSS
SaveExploits1References6Affected Software1
CNVD
CNVD
added 2021/08/15 12:00 a.m.13 views

Command Execution Vulnerability in E-Mobile (CNVD-2021-67574)

E-Mobile is a mobile office product developed by Shanghai Pantech Network Technology Co., Ltd. and is designed for cell phone, tablet and other mobile end users...

4.1AI score
SaveExploits0
Wired Threat Level
Wired Threat Level
added 2021/08/12 1:00 p.m.56 views

A Simple Software Fix Could Limit Location Data Sharing

Carriers know where you are every time your phone reconnects to the cell network—but with Pretty Good Phone Privacy, they wouldn’t have to...

2.7AI score
SaveExploits0
OSV
OSV
added 2021/08/08 6:15 a.m.8 views

CVE-2020-36451

An issue was discovered in the rcucell crate through 2020-11-14 for Rust. There are unconditional implementations of Send and Sync for RcuCell...

8.1CVSS5.8AI score0.01249EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/08/08 12:00 a.m.10 views

Rust 命令注入漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. Mozilla Rust is vulnerable to a command injection vulnerability that originates from rcucell crate in Rust. For RcuCell there is an unconditional send and sync implementation, which can be exploited by an attack...

8.1CVSS5.7AI score0.01249EPSS
SaveExploits1References3
OSV
OSV
added 2021/07/25 12:00 p.m.33 views

RUSTSEC-2021-0107 Miner fails to get block template when a cell used as a cell dep has been destroyed.

Impact The RPC getblocktemplate fails when a cell has been used as a cell dep and an input in the different transactions. Say cell C is used as a dep group in the transaction A, and is destroyed in the transaction B. The node adds transaction A first, then B into the transaction pool. They are bo...

9.8CVSS9.3AI score0.01191EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/07/25 12:00 p.m.24 views

Process crashes when the cell used as DepGroup is not alive

It's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes...

7.8CVSS2AI score0.01088EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/07/25 12:00 p.m.30 views

RUSTSEC-2021-0109 Process crashes when the cell used as DepGroup is not alive

It's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes...

7.8CVSS7.3AI score0.01088EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/07/25 12:00 p.m.28 views

Miner fails to get block template when a cell used as a cell dep has been destroyed.

Impact The RPC getblocktemplate fails when a cell has been used as a cell dep and an input in the different transactions. Say cell C is used as a dep group in the transaction A, and is destroyed in the transaction B. The node adds transaction A first, then B into the transaction pool. They are bo...

9.8CVSS0.6AI score0.01191EPSS
SaveExploits0Affected Software1
CNVD
CNVD
added 2021/07/16 12:00 a.m.16 views

Directory Traversal Vulnerability in the Billing System of Shenzhen Baiwei Tongda Technology Co.

Shenzhen Baiwei Tongda Technology Co., Ltd. is committed to providing leading network solutions for Internet cafes, neighborhoods, hotels, businesses, and public Internet access places. Shenzhen Baiwei Tongda Technology Co., Ltd Baiwei cell billing system directory traversal vulnerability,...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/06/28 9:16 p.m.15 views

MGASA-2021-0293 Updated tor package fixes security vulnerabilities

Don't allow relays to spoof RELAYEND or RELAYRESOLVED cell on half-closed streams. Previously, clients failed to validate which hop sent these cells: this would allow a relay on a circuit to end a stream that wasn't actually built with it CVE-2021-34548. hashtable-based CPU denial-of-service atta...

7.5CVSS7.4AI score0.02721EPSS
SaveExploits0References5
Rows per page
Query Builder