Lucene search
+L

779 matches found

OSV
OSV
added 2022/02/15 7:15 p.m.4 views

UBUNTU-CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS7.1AI score0.01239EPSS
SaveExploits1References5
CNVD
CNVD
added 2022/02/15 12:0 a.m.24 views

Samsung telephony information disclosure vulnerability (CNVD-2022-70759)

Samsung Telephony is a telephony feature of Samsung mobile devices. samsung telephony is vulnerable to an information disclosure vulnerability that results from a configuration error in the network system or product during operation. An attacker could use the vulnerability to obtain Cell Location...

5.5CVSS1.6AI score0.00105EPSS
SaveExploits0References1
NVD
NVD
added 2022/02/11 6:15 p.m.27 views

CVE-2022-22291

Logging of excessive data vulnerability in telephony prior to SMR Feb-2022 Release 1 allows privileged attackers to get Cell Location Information through log of user device...

5.5CVSS0.00105EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/02/11 6:15 p.m.6 views

CVE-2022-22291

Logging of excessive data vulnerability in telephony prior to SMR Feb-2022 Release 1 allows privileged attackers to get Cell Location Information through log of user device...

5.5CVSS6.1AI score0.00105EPSS
SaveExploits0References2
OSV
OSV
added 2022/02/11 6:15 p.m.5 views

CVE-2022-22291

Logging of excessive data vulnerability in telephony prior to SMR Feb-2022 Release 1 allows privileged attackers to get Cell Location Information through log of user device...

5.5CVSS6.1AI score0.00105EPSS
SaveExploits0References1
Prion
Prion
added 2022/02/11 6:15 p.m.22 views

Code injection

Logging of excessive data vulnerability in telephony prior to SMR Feb-2022 Release 1 allows privileged attackers to get Cell Location Information through log of user device...

2.1CVSS5.4AI score0.00105EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2022/02/11 5:40 p.m.127 views

CVE-2022-22291

Technical details about CVE-2022-22291 are not publicly provided in the connected documents. Available sources summarize a logging-related information disclosure in Samsung telephony, but do not specify affected versions, root cause, exploit details, or patches; monitor for updates.

5.5CVSS5.3AI score0.00105EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/02/11 5:40 p.m.33 views

CVE-2022-22291

Logging of excessive data vulnerability in telephony prior to SMR Feb-2022 Release 1 allows privileged attackers to get Cell Location Information through log of user device...

5.5CVSS5.6AI score0.00105EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/02/11 12:0 a.m.8 views

Samsung telephony 安全漏洞

Samsung Telephony is a telephony feature of Samsung mobile devices. samsung telephony is vulnerable to an information disclosure vulnerability that results from a configuration error in the network system or product during operation. An attacker could use the vulnerability to obtain Cell Location...

5.5CVSS5.6AI score0.00105EPSS
SaveExploits0References2
RustSec
RustSec
added 2022/01/24 12:0 p.m.16 views

A malicious coder can get unsound access to TCell or TLCell memory

This is impossible to do by accident, but by carefully constructing marker types to be covariant, a malicious coder can cheat the singleton check in TCellOwner and TLCellOwner, giving unsound access to cell memory. This could take the form of getting two mutable references to the same memory, or ...

3.5AI score
SaveExploits0Affected Software1
Malwarebytes
Malwarebytes
added 2022/01/13 4:11 p.m.17 views

Some Android users can disable 2G now and why that is a good thing

The Electronic Frontier Foundation EFF has happily informed people that Google has quietly pushed a new feature to its Android operating system allowing users to optionally disable 2G at the modem level in their phones. This is beneficial because 2G uses weak encryption between the tower and devi...

7.6AI score
SaveExploits0
Schneier on Security
Schneier on Security
added 2022/01/11 3:9 p.m.23 views

Apple’s Private Relay Is Being Blocked

Some European cell phone carriers, and now T-Mobile, are blocking Apples Private Relay anonymous browsing feature. This could be an interesting battle to watch. Slashdot thread...

4.2AI score
SaveExploits0
CNNVD
CNNVD
added 2022/01/10 12:0 a.m.10 views

Samsung S Assistant 授权问题漏洞

Samsung S Assistant is a cell phone application from Samsung South Korea. It provides a cell phone management feature. A security vulnerability exists in S Assistant prior to version 7.5 that allows an attacker to remotely access sensitive information...

5.3CVSS5.8AI score0.00772EPSS
SaveExploits0References2
Schneier on Security
Schneier on Security
added 2021/11/02 11:28 a.m.9 views

On Cell Phone Metadata

Interesting Twitter thread on how cell phone metadata can be used to identify and track people who dont want to be identified and tracked...

3AI score
SaveExploits0
CNVD
CNVD
added 2021/10/11 12:0 a.m.9 views

Command Execution Vulnerability in Cruising Cloud Light Forum System

Cruise Cloud Light Forum System is Java+MySQL architecture, adaptive to cell phones and computers and so on. A command execution vulnerability exists in the Patrol Cloud Light Forum system, which can be exploited by attackers to gain server control privileges...

7.5AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 9:1 p.m.17 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...

0.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 9:1 p.m.17 views

Process crashes when the cell used as DepGroup is not alive

Impact 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...

1.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.26 views

Data races in convec

Affected versions of this crate unconditionally implement Send/Sync for ConVec. This allows users to insert T that is not Send or not Sync. This allows users to create data races by using non-Send types like Arc or Rc as T in ConVec. It is also possible to create data races by using types like Ce...

8.1CVSS7.7AI score0.00766EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.20 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
OSV
OSV
added 2021/08/25 8:58 p.m.54 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
Rows per page
Query Builder