Lucene search
+L

11241 matches found

OSV
OSV
added 2024/04/10 7:15 p.m.7 views

UBUNTU-CVE-2021-47210

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARNON in tps6598xblockread Calling tps6598xblockread with a higher than allowed len can be handled by just returning an error. There's no need to crash systems with panic-on-warn enabled...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/10 7:01 p.m.18 views

CVE-2021-47210 usb: typec: tipd: Remove WARN_ON in tps6598x_block_read

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARNON in tps6598xblockread Calling tps6598xblockread with a higher than allowed len can be handled by just returning an error. There's no need to crash systems with panic-on-warn enabled...

6.6AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/10 7:01 p.m.37 views

CVE-2021-47210 usb: typec: tipd: Remove WARN_ON in tps6598x_block_read

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARNON in tps6598xblockread Calling tps6598xblockread with a higher than allowed len can be handled by just returning an error. There's no need to crash systems with panic-on-warn enabled...

6.5AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.25 views

CVE-2021-47201 iavf: free q_vectors before queues in iavf_disable_vf

In the Linux kernel, the following vulnerability has been resolved: iavf: free qvectors before queues in iavfdisablevf iavffreequeues clears adapter-numactivequeues, which iavffreeqvectors relies on, so swap the order of these two function calls in iavfdisablevf. This resolves a panic encountered...

7.8CVSS6.6AI score0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.17 views

CVE-2021-47201 iavf: free q_vectors before queues in iavf_disable_vf

In the Linux kernel, the following vulnerability has been resolved: iavf: free qvectors before queues in iavfdisablevf iavffreequeues clears adapter-numactivequeues, which iavffreeqvectors relies on, so swap the order of these two function calls in iavfdisablevf. This resolves a panic encountered...

7.8CVSS6.8AI score0.00245EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.26 views

CVE-2021-47191

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix out-of-bound read in respreadcap16 The following warning was observed running syzkaller: 3813.830724 sgwrite: data in/out 65466/242 bytes for SCSI command 0x9e-- guessing data in; 3813.830724 program...

7.1CVSS7.6AI score0.00236EPSS
SaveExploits0
OSV
OSV
added 2024/04/05 3:06 p.m.9 views

GHSA-W7HM-HMXV-PVHF HPACK decoder panics on invalid input

Due to insufficient checking of input data, decoding certain data sequences can lead to Decoder::decode panicking rather than returning an error. Example code that triggers this vulnerability looks like this: rust use hpack::Decoder; pub fn main let input = &0x3f; let mut decoder = Decoder::new;...

7.5CVSS5.8AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:16 p.m.37 views

CVE-2024-26802

A vulnerability was found in the stmmac ethernet driver of the Linux kernel, where a workqueue variable was not cleared after being destroyed. This issue could lead to kernel panics if the code later attempted to access or destroy the already-freed workqueue. Mitigation Mitigation for this issue ...

5.5CVSS8AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/04 4:15 p.m.1 views

DEBIAN-CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS5.3AI score0.00318EPSS
SaveExploits1References1
NVD
NVD
added 2024/04/04 4:15 p.m.48 views

CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS3.9AI score0.00318EPSS
SaveExploits1References5
OSV
OSV
added 2024/04/04 4:15 p.m.6 views

PYSEC-2024-327

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS6AI score0.00318EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2024/04/04 4:15 p.m.6 views

CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS5.7AI score0.00318EPSS
SaveExploits1References2
OSV
OSV
added 2024/04/04 4:15 p.m.10 views

UBUNTU-CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS5.8AI score0.00318EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2024/04/04 3:52 p.m.38 views

CVE-2024-26745

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV When kdump kernel tries to copy dump data over SR-IOV, LPAR panics due to NULL pointer exception: Kernel attempted to read user page 0 - exploit attempt?...

4.4CVSS6.5AI score0.0022EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/04 3:42 p.m.52 views

CVE-2024-30266 Wasmtime vulnerable to panic when using a dropped extenref-typed element segment

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

3.3CVSS4.2AI score0.00318EPSS
SaveExploits1References5
OSV
OSV
added 2024/04/04 3:42 p.m.33 views

CVE-2024-30266 Wasmtime vulnerable to panic when using a dropped extenref-typed element segment

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

3.3CVSS6.5AI score
SaveExploits0References7
CVE
CVE
added 2024/04/04 3:42 p.m.325 views

CVE-2024-30266

CVE-2024-30266 affects the Wasmtime WebAssembly runtime. The 19.0.0 release contained a regression that can cause a guest WebAssembly module to panic the host runtime when executed, potentially impacting host stability. The issue is addressed in Wasmtime 19.0.1. Multiple sources (NVD/NIST entry, ...

5.5CVSS3.6AI score0.00318EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/04 3:42 p.m.21 views

CVE-2024-30266 Wasmtime vulnerable to panic when using a dropped extenref-typed element segment

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

3.3CVSS6.7AI score0.00318EPSS
SaveExploits1References5
Debian CVE
Debian CVE
added 2024/04/04 3:42 p.m.71 views

CVE-2024-30266

wasmtime is a runtime for WebAssembly. The 19.0.0 release of Wasmtime contains a regression introduced during its development which can lead to a guest WebAssembly module causing a panic in the host runtime. A valid WebAssembly module, when executed at runtime, may cause this panic. This...

5.5CVSS6.2AI score0.00318EPSS
SaveExploits1
OSV
OSV
added 2024/04/04 9:15 a.m.5 views

DEBIAN-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References1
Rows per page
Query Builder