Skip to content

Commit ed4154a

Browse files
alexcrichtondjc
authored andcommitted
wasmtime: Possible crash with compiler intrinsics
1 parent 2eac066 commit ed4154a

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 = "2025-07-18"
6+
url = "https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-4h67-722j-5pmc"
7+
categories = []
8+
keywords = []
9+
aliases = ["CVE-2025-62711", "GHSA-4h67-722j-5pmc"]
10+
license = "CC0-1.0"
11+
cvss = "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L"
12+
13+
[versions]
14+
patched = [">= 38.0.3"]
15+
unaffected = ["< 38.0.0"]
16+
```
17+
18+
# Possible host crash with host-to-wasm component intrinsics
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-4h67-722j-5pmc
23+
For more information see the GitHub-hosted security advisory.

0 commit comments

Comments
 (0)