Lucene search
+L

18820 matches found

OSV
OSV
added 2025/09/16 4:11 p.m.11 views

CVE-2023-53308 net: fec: Better handle pm_runtime_get() failing in .remove()

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returned an error early. The problem with this is that the driver core...

7.8CVSS4.9AI score
SaveExploits0References11
CVE
CVE
added 2025/09/16 4:11 p.m.45 views

CVE-2023-53308

The CVE-2023-53308 issue is in the Linux kernel net: fec driver handling of pm_runtime_get() failures during removal. When pm_runtime_get() (as pm_runtime_resume_and_get()) fails, the remove callback may return an error, but the driver core ignores it and continues removing the device, causing a ...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.21 views

CVE-2023-53308

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returned an error early. The problem with this is that the driver core...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2025/09/16 4:11 p.m.7 views

CVE-2022-50347 mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxusbsdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not...

5.5CVSS6.2AI score
SaveExploits0References12
OSV
OSV
added 2025/09/16 3:53 p.m.11 views

CVE-2025-58749 WAMR runtime hangs or crashes with large memory.fill addresses in LLVM-JIT mode

WebAssembly Micro Runtime WAMR is a lightweight standalone WebAssembly Wasm runtime. In WAMR versions prior to 2.4.2, when running in LLVM-JIT mode, the runtime cannot exit normally when executing WebAssembly programs containing a memory.fill instruction where the first operand memory address...

2.1CVSS6.5AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/09/16 3:53 p.m.4 views

CVE-2025-58749 WAMR runtime hangs or crashes with large memory.fill addresses in LLVM-JIT mode

WebAssembly Micro Runtime WAMR is a lightweight standalone WebAssembly Wasm runtime. In WAMR versions prior to 2.4.2, when running in LLVM-JIT mode, the runtime cannot exit normally when executing WebAssembly programs containing a memory.fill instruction where the first operand memory address...

2.1CVSS6.4AI score0.00369EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/09/16 3:53 p.m.17 views

CVE-2025-58749 WAMR runtime hangs or crashes with large memory.fill addresses in LLVM-JIT mode

WebAssembly Micro Runtime WAMR is a lightweight standalone WebAssembly Wasm runtime. In WAMR versions prior to 2.4.2, when running in LLVM-JIT mode, the runtime cannot exit normally when executing WebAssembly programs containing a memory.fill instruction where the first operand memory address...

2.1CVSS0.00369EPSS
SaveExploits1References2
CVE
CVE
added 2025/09/16 3:53 p.m.39 views

CVE-2025-58749

CVE-2025-58749 affects WebAssembly Micro Runtime (WAMR) prior to version 2.4.2. In LLVM-JIT mode, WebAssembly programs containing a memory.fill instruction with the first operand (memory address pointer) >= 2 GiB could cause the runtime to hang (release builds) or crash (debug builds) due to i...

5.3CVSS6.4AI score0.00369EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/09/16 8:11 a.m.11 views

CVE-2023-53287 usb: cdns3: Put the cdns set active part outside the spin lock

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Put the cdns set active part outside the spin lock The device may be scheduled during the resume process, so this cannot appear in atomic operations. Since pmruntimesetactive will resume suppliers, put set active...

5.5CVSS6.2AI score
SaveExploits0References7
OSV
OSV
added 2025/09/16 8:11 a.m.18 views

CVE-2023-53275 ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS5.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.6 views

PT-2025-38016

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel where the mmc add host function’s return value was not properly checked. Failing to check the return value could lead to a memory leak within the mmc...

5.8AI score0.0016EPSS
SaveExploits0References11
Amazon
Amazon
added 2025/09/16 12:00 a.m.15 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpifetchacpidev return value CVE-2022-50327 In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifsdemultiplexthread CVE-2023-52572 In the Linux...

7.8CVSS6.6AI score0.00395EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/16 12:00 a.m.14 views

WebAssembly Micro Runtime 安全漏洞

WebAssembly Micro Runtime WAMR is a lightweight, standalone WebAssembly runtime open-sourced by the Bytecode Alliance. With a small footprint, high performance, and highly configurable features for applications ranging from embedded, IoT, and edge to Trusted Execution Environments TEEs, smart...

5.3CVSS6.4AI score0.00369EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2023-53216

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efirtlock a rawspinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.14 views

PT-2025-38061

Name of the Vulnerable Software and Affected Versions: Luanox versions prior to 0.1.1 Description: Luanox is a module host for Lua packages. A file traversal vulnerability can cause a denial of service by overwriting Phoenix runtime files. Package names, such as ../../package, are not properly...

6.9CVSS6.2AI score0.00454EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/16 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to properly handle resource releases when pmruntimeget fails, which could result in a resource lea...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.7 views

PT-2025-38054

Name of the Vulnerable Software and Affected Versions: WebAssembly Micro Runtime WAMR versions prior to 2.4.2 Description: WebAssembly Micro Runtime WAMR is a lightweight standalone WebAssembly Wasm runtime. When running in LLVM-JIT mode, the runtime cannot exit normally when executing WebAssembl...

2.1CVSS6.4AI score0.00369EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.10 views

PT-2025-38026

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the networking subsystem related to the fec driver. Specifically, the issue arises when pm runtime get fails within the .remove function. This failu...

6AI score0.00164EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50267

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be...

5.5CVSS5.6AI score0.00155EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2025/09/15 3:56 p.m.10 views

Security Bulletin: OpenPages is vulnerable to IBM Semeru Runtime Quarterly CPU - Apr 2025 - Includes OpenJDK April 2025 CPU plus two additional CVEs

Summary Security Bulletin: OpenPages is vulnerable to IBM Semeru Runtime Quarterly CPU - Apr 2025 - Includes OpenJDK April 2025 CPU with CVEs CVE-2025-21587, CVE-2025-30698, CVE-2025-2900, and CVE-2025-4447 Vulnerability Details Refer to the security bulletins listed in the Remediation/Fixes...

7.8CVSS6.6AI score0.00818EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder