Show filters
21 Total Results
Displaying 1-10 of 21
Sort by:
Attacker Value
Unknown
CVE-2025-27104
Disclosure Date: February 21, 2025 (last updated February 23, 2025)
vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body (e.g. read a storage variable updated in the loop body) and thus lead to unexpected program behavior. Specifically, reads in iterators which contain an ifexp (e.g. `for s: uint256 in ([read(), read()] if True else [])`) may interleave reads with writes in the loop body. Vyper for loops allow two kinds of iterator targets, namely the `range()` builtin and an iterable type, like SArray and DArray. During codegen, iterable lists are required to not produce any side-effects (in the following code, `range_scope` forces `iter_list` to be parsed in a constant context, which is checked against `is_constant`). However, this does not prevent the iterator from consuming side effects provided by the body of the loop. For SArrays on the…
0
Attacker Value
Unknown
CVE-2021-30904
Disclosure Date: August 24, 2021 (last updated February 23, 2025)
A sync issue was addressed with improved state validation. This issue is fixed in macOS Monterey 12.0.1. A user's messages may continue to sync after the user has signed out of iMessage.
0
Attacker Value
Unknown
CVE-2021-20592
Disclosure Date: August 05, 2021 (last updated February 23, 2025)
Missing synchronization vulnerability in GOT2000 series GT27 model communication driver versions 01.19.000 through 01.39.010, GT25 model communication driver versions 01.19.000 through 01.39.010 and GT23 model communication driver versions 01.19.000 through 01.39.010 and GT SoftGOT2000 versions 1.170C through 1.256S allows a remote unauthenticated attacker to cause DoS condition on the MODBUS/TCP slave communication function of the products by rapidly and repeatedly connecting and disconnecting to and from the MODBUS/TCP communication port on a target. Restart or reset is required to recover.
0
Attacker Value
Unknown
CVE-2020-25668
Disclosure Date: May 26, 2021 (last updated February 22, 2025)
A flaw was found in Linux Kernel because access to the global variable fg_console is not properly synchronized leading to a use after free in con_font_op.
0
Attacker Value
Unknown
CVE-2018-25008
Disclosure Date: April 14, 2021 (last updated February 22, 2025)
In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.
0
Attacker Value
Unknown
CVE-2021-25376
Disclosure Date: April 09, 2021 (last updated February 22, 2025)
An improper synchronization logic in Samsung Email prior to version 6.1.41.0 can leak messages in certain mailbox in plain text when STARTTLS negotiation is failed.
0
Attacker Value
Unknown
CVE-2020-36207
Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec<T> does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur.
0
Attacker Value
Unknown
CVE-2020-36208
Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the conquer-once crate before 0.3.2 for Rust. Thread crossing can occur for a non-Send but Sync type, leading to memory corruption.
0
Attacker Value
Unknown
CVE-2020-36211
Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the gfwx crate before 0.3.0 for Rust. Because ImageChunkMut does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur.
0
Attacker Value
Unknown
CVE-2020-36206
Disclosure Date: January 26, 2021 (last updated February 22, 2025)
An issue was discovered in the rusb crate before 0.7.0 for Rust. Because of a lack of Send and Sync bounds, a data race and memory corruption can occur.
0