Lucene search
+L

10775 matches found

OSV
OSV
added 2024/09/05 4:44 p.m.13 views

GHSA-RWQ6-CRJG-9CPW ic-cdk has a memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call, a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

8.7CVSS7.6AI score0.00693EPSS
SaveExploits0References8
NVD
NVD
added 2024/09/05 1:15 p.m.16 views

CVE-2024-7884

When a canister method is called via iccdk::call , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS0.00693EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/05 1:01 p.m.19 views

CVE-2024-7884 Memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS7AI score0.00693EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/05 1:01 p.m.33 views

CVE-2024-7884 Memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS0.00693EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/05 1:01 p.m.11 views

CVE-2024-7884 Memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2024/09/05 1:01 p.m.53 views

CVE-2024-7884

The CVE-2024-7884 issue affects Rust canisters using ic_cdk and ic_cdk_timers when calling a canister method via ic_cdk::call*: a bug in CallFuture polling allows multiple internal state references to persist, causing a leaked copy of CallFutureState in the Wasm heap and memory growth. This memor...

7.5CVSS7.6AI score0.00693EPSS
SaveExploits0References3Affected Software1
RustSec
RustSec
added 2024/09/05 12:00 p.m.9 views

Memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call, a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS7AI score0.00693EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2024/09/05 12:00 p.m.27 views

RUSTSEC-2024-0372 Memory leak when calling a canister method via `ic_cdk::call`

When a canister method is called via iccdk::call, a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementation of the CallFuture...

7.5CVSS7.6AI score0.00693EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/09/05 12:00 a.m.7 views

Rust Canister Development Kit 安全漏洞

Rust Canister Development Kit is a DFINITY open source Rust development kit for Internet computers. A security vulnerability exists in the Rust Canister Development Kit, which is caused by a memory leak where not all references are removed before resolving the Future...

7.5CVSS6.5AI score0.00693EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/09/05 12:00 a.m.10 views

PT-2024-38658 · Ic Cdk · Ic Cdk

Name of the Vulnerable Software and Affected Versions: ic cdk versions 0.8.0 through 0.15.0 Description: A bug in the polling implementation of the CallFuture allows multiple references to be held for the internal state and not all references were dropped before the Future is resolved, causing a...

8.7CVSS7.2AI score0.00693EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/09/04 6:43 p.m.34 views

CVE-2024-43402

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

10CVSS7.1AI score0.20342EPSS
SaveExploits10References6
NVD
NVD
added 2024/09/04 4:15 p.m.36 views

CVE-2024-43402

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.8CVSS0.00744EPSS
SaveExploits10References3
Vulnrichment
Vulnrichment
added 2024/09/04 3:29 p.m.26 views

CVE-2024-43402 Rust OS Command Injection/Argument Injection vulnerability

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.1CVSS7.4AI score0.20342EPSS
SaveExploits10References3
OSV
OSV
added 2024/09/04 3:29 p.m.20 views

CVE-2024-43402 Rust OS Command Injection/Argument Injection vulnerability

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.1CVSS8.8AI score
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2024/09/04 3:29 p.m.137 views

CVE-2024-43402

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

10CVSS7.5AI score0.20342EPSS
SaveExploits10References3
CVE
CVE
added 2024/09/04 3:29 p.m.84 views

CVE-2024-43402

CVE-2024-43402 describes a Rust vulnerability in how Windows batch file names with trailing spaces or periods could bypass the existing mitigation for CVE-2024-24576. The issue arises from how the original fix checked for .bat/.cmd endings, failing to account for Windows normalizing trailing whit...

8.8CVSS9.1AI score0.20342EPSS
SaveExploits10References3Affected Software1
Cvelist
Cvelist
added 2024/09/04 3:29 p.m.37 views

CVE-2024-43402 Rust OS Command Injection/Argument Injection vulnerability

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.1CVSS0.20342EPSS
SaveExploits10References3
Debian CVE
Debian CVE
added 2024/09/04 3:29 p.m.42 views

CVE-2024-43402

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.8CVSS5.5AI score0.00744EPSS
SaveExploits10
vulnersOsv
vulnersOsv
added 2024/09/04 12:00 p.m.3 views

foxear (0.1.0), pressurize (>=0.0.1, <=0.1.0) potentially affected by unknown CVE via bcc (>=0.0.31, <=0.0.32)

bcc CARGO version =0.0.31, =0.0.1, =0.1.0 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2024-0383...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2024/09/04 12:00 p.m.3 views

aquatic_common (0.2.0), core-allocator (>=0.1.0, <=0.1.6) +16 more potentially affected by unknown CVE via hwloc (>=0.3.0, <=0.5.0)

hwloc CARGO version =0.3.0, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =2.0.0, =0.1.6, =5.0.0, =5.0.0, =0.1.1, =0.11.0, =5.0.0, =6.0.0 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2024-0382...

5.4AI score
SaveExploits0
Rows per page
Query Builder