Lucene search
+L

84 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 3:34 p.m.21 views

CVE-2020-35908

An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled...

5.5CVSS7AI score0.00334EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 7:22 a.m.10 views

CVE-2018-13088

The mintToken function of a smart contract implementation for Futures Pease FP, an Ethereum token, has an integer overflow that allows the owner of the contract to set the balance of an arbitrary user to any value...

7.5CVSS7.2AI score0.00917EPSS
SaveExploits1References1
HackRead
HackRead
added 2025/05/21 7:18 p.m.9 views

XRP Futures Offer New Tools for Navigating Crypto Volatility

As the crypto market continues to mature, investors are looking for sophisticated financial instruments that allow them to…...

7.3AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/03/10 1:30 p.m.3 views

Malicious code in ccxt-mexc-futures (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 f2eb5eb75679b536c430ad6d5440e63fbe1d1cd391ab1abf2a411dae3a768ed8 There is a hidden code that overwrites the default method and downloads remote data, which contains the dictionary pretending to be the right value, and a hidd...

7.2AI score
SaveExploits0References2
OSV
OSV
added 2025/03/10 1:30 p.m.10 views

MAL-2025-3439 Malicious code in ccxt-mexc-futures (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 f2eb5eb75679b536c430ad6d5440e63fbe1d1cd391ab1abf2a411dae3a768ed8 There is a hidden code that overwrites the default method and downloads remote data, which contains the dictionary pretending to be the right value, and a hidd...

7.1AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/02/28 4:06 p.m.8 views

Malicious code in fetch-futures (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 36303469b4b722a511ff26abb00c2f9d98e2bbc9e5a983883772746c507de77b Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/02/28 4:06 p.m.5 views

MAL-2025-1588 Malicious code in fetch-futures (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 36303469b4b722a511ff26abb00c2f9d98e2bbc9e5a983883772746c507de77b Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Exploit DB
Exploit DB
added 2024/01/31 12:00 a.m.496 views

Proxmox VE - TOTP Brute Force

Exploit Title: Proxmox VE TOTP Brute Force Date: 09/23/2023 Exploit Author: Cory Cline, Gabe Rust Vendor Homepage: https://www.proxmox.com/en/ Software Link: http://download.proxmox.com/iso/ Version: 5.4 - 7.4-1 Tested on: Debian CVE : CVE-2023-43320 import time import requests import urllib.pars...

8.8CVSS7.9AI score0.0099EPSS
SaveExploits3
HackRead
HackRead
added 2024/01/16 12:50 p.m.13 views

Navigating the new frontier of cryptocurrency futures

By Uzair Amir Imagine a world where you could bet on the digital currencies of the future without actually holding any… This is a post from HackRead.com Read the original post: Navigating the new frontier of cryptocurrency futures...

7.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:51 a.m.7 views

SUSE CVE-2020-35905

An issue was discovered in the futures-util crate before 0.3.7 for Rust. MutexGuard::map can cause a data race for certain closure situations in safe code...

4.7CVSS6.9AI score0.00261EPSS
SaveExploits1References2
OSV
OSV
added 2023/02/04 12:30 a.m.20 views

GHSA-4Q83-7CQ4-P6WG `tokio::io::ReadHalf<T>::unsplit` is Unsound

tokio::io::ReadHalf::unsplit can violate the Pin contract The soundness issue is described in the tokio/issues5372 Specific set of conditions needed to trigger an issue a !Unpin type in ReadHalf is unusual, combined with the difficulty of making any arbitrary use-after-free exploitable in Rust...

7AI score
SaveExploits0References3
RustSec
RustSec
added 2023/01/11 12:00 p.m.25 views

`tokio::io::ReadHalf<T>::unsplit` is Unsound

tokio::io::ReadHalf::unsplit can violate the Pin contract The soundness issue is described in the tokio/issues5372 Specific set of conditions needed to trigger an issue a !Unpin type in ReadHalf is unusual, combined with the difficulty of making any arbitrary use-after-free exploitable in Rust...

1.6AI score
SaveExploits0Affected Software1
OSV
OSV
added 2023/01/11 12:00 p.m.21 views

RUSTSEC-2023-0005 `tokio::io::ReadHalf<T>::unsplit` is Unsound

tokio::io::ReadHalf::unsplit can violate the Pin contract The soundness issue is described in the tokio/issues5372 Specific set of conditions needed to trigger an issue a !Unpin type in ReadHalf is unusual, combined with the difficulty of making any arbitrary use-after-free exploitable in Rust...

7AI score
SaveExploits0References3
Code423n4
Code423n4
added 2022/12/16 12:00 a.m.8 views

TradingLibrary#verifyPrice doesn't check if data is fresh which can lead to costly downtime

Lines of code Vulnerability details Impact verifyPrice may check against stale data causing valid transactions to revert Proof of Concept if chainlinkEnabled && chainlinkFeed != address0 int256 assetChainlinkPriceInt = IPricechainlinkFeed.latestAnswer; if assetChainlinkPriceInt != 0 uint256...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/05/24 5:37 p.m.21 views

GHSA-5R9G-J7JJ-HW6C Improper `Sync` implementation on `FuturesUnordered` in futures-utils can cause data corruption

An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled...

5.5CVSS5.5AI score0.00334EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/24 5:37 p.m.31 views

Improper `Sync` implementation on `FuturesUnordered` in futures-utils can cause data corruption

An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled...

5.5CVSS5.8AI score0.00334EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:37 p.m.21 views

futures_task::waker may cause a use-after-free if used on a type that isn't 'static

Affected versions of the crate did not properly implement a 'static lifetime bound on the waker function. This resulted in a use-after-free if Waker::wake is called after original data had been dropped. The flaw was corrected by adding 'static lifetime bound to the data waker takes...

7.8CVSS7.2AI score0.00493EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.40 views

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.7AI score0.00766EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.32 views

Data races in futures-intrusive

GenericMutexGuard was given the Sync auto trait as long as T is Send due to its contained members. However, since the guard is supposed to represent an acquired lock and allows concurrent access to the underlying data from different threads, it should only be Sync when the underlying data is. Thi...

5.5CVSS5.5AI score0.00374EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:49 p.m.18 views

GHSA-4HJG-CX88-G9F9 Data races in futures-intrusive

GenericMutexGuard was given the Sync auto trait as long as T is Send due to its contained members. However, since the guard is supposed to represent an acquired lock and allows concurrent access to the underlying data from different threads, it should only be Sync when the underlying data is. Thi...

5.5CVSS5.3AI score0.00374EPSS
SaveExploits1References4
Rows per page
Query Builder