Skip to content

Commit 0b448a8

Browse files
cfallindjc
authored andcommitted
Add CVE-2026-24116 for Wasmtime.
1 parent 6a04d5a commit 0b448a8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "wasmtime"
5+
date = "2026-01-26"
6+
url = "https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-vc8c-j3xm-xj73"
7+
categories = []
8+
keywords = []
9+
aliases = ["CVE-2026-24116"]
10+
license = "CC0-1.0"
11+
cvss = "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
12+
13+
[versions]
14+
patched = [">= 41.0.1", ">= 40.0.3, < 41.0.0", ">= 36.0.5, < 37.0.0", "< 29.0.0"]
15+
unaffected = []
16+
```
17+
18+
# Wasmtime segfault or unused out-of-sandbox load with `f64.copysign` operator on x86-64
19+
20+
This is an entry in the RustSec database for the Wasmtime security advisory
21+
located at
22+
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-vc8c-j3xm-xj73
23+
For more information see the GitHub-hosted security advisory.

0 commit comments

Comments
 (0)