4.8
CVE-2025-6275
- EPSS 0.06%
 - Veröffentlicht 19.06.2025 19:31:06
 - Zuletzt bearbeitet 02.07.2025 18:34:42
 - Quelle cna@vuldb.com
 - CVE-Watchlists
 - Unerledigt
 
A vulnerability was found in WebAssembly wabt up to 1.0.37. It has been declared as problematic. Affected by this vulnerability is the function GetFuncOffset of the file src/interp/binary-reader-interp.cc. The manipulation leads to use after free. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. A similar issue reported during the same timeframe was disputed by the code maintainer because it might not affect "real world wasm programs". Therefore, this entry might get disputed as well in the future.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
	Daten sind bereitgestellt durch National Vulnerability Database (NVD)
	Webassembly ≫ Wabt  Version < 1.0.37
| Typ | Quelle | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.06% | 0.176 | 
| Quelle | Base Score | Exploit Score | Impact Score | Vector String | 
|---|---|---|---|---|
| cna@vuldb.com | 4.8 | 0 | 0 | 
                 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X  
             | 
        
| cna@vuldb.com | 3.3 | 1.8 | 1.4 | 
                 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L  
             | 
        
| cna@vuldb.com | 1.7 | 3.1 | 2.9 | 
                 AV:L/AC:L/Au:S/C:N/I:N/A:P  
             | 
        
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.