Lucene search
+L

9123 matches found

CNVD
CNVD
added 2024/10/23 12:00 a.m.12 views

Elvaco M-Bus Metering Gateway CMe3100 Access Control Error Vulnerability

Elvaco M-Bus Metering Gateway CMe3100 is an M-Bus metering gateway for fixed networks from Elvaco. An access control error vulnerability exists in the Elvaco M-Bus Metering Gateway CMe3100 version 1.12.1, which can be exploited by an attacker to use commands without providing a password, resultin...

8.7CVSS6.6AI score0.00387EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.7 views

SUSE CVE-2022-49011

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp fix pci device refcount leak in nv1aramnew As comment of pcigetdomainbusandslot says, it returns a pci device with refcount increment, when finish using it, the caller must decrement the reference count by calling...

5.5CVSS7.8AI score0.00236EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.6 views

SUSE CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS6.5AI score0.00237EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.13 views

SUSE CVE-2024-50055

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API busregister For busregister, any error which happens after ksetregister will cause that @priv are freed twice, fixed by setting @priv with NULL after the first free...

5.5CVSS7.9AI score0.00254EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2024/10/22 12:00 a.m.16 views

PT-2024-10004

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.38-debug Description The issue is related to a slab-use-after-free vulnerability in the scmi bus notifier function. This occurs because the scmi dev-name is released prematurely in scmi device destroy, causin...

7.8CVSS5.4AI score0.00221EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/21 10:40 p.m.15 views

CVE-2024-49985

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

5.5CVSS6.8AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.16 views

AZL-50923 CVE-2024-50055 affecting package kernel for versions less than 6.6.57.1-1

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API busregister For busregister, any error which happens after ksetregister will cause that @priv are freed twice, fixed by setting @priv with NULL after the first free...

7.8CVSS6.7AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.12 views

AZL-50775 CVE-2024-50055 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API busregister For busregister, any error which happens after ksetregister will cause that @priv are freed twice, fixed by setting @priv with NULL after the first free...

7.8CVSS6.7AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

DEBIAN-CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

3.3CVSS5.5AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/21 8:06 p.m.114 views

CVE-2022-48995

Mode C: Concrete details found. Affected component: Linux kernel module raydium_ts_i2c (raydium_i2c_ts) using sunray/raydium_i2c_send().Root cause: memory leak during i2c bank switching; tx_buf is not freed after BANK_SWITCH on i2c BUS operations, creating kmemleak objects in test with a bpf mock...

5.5CVSS5.3AI score0.00235EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.37 views

CVE-2022-48995 Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()

In the Linux kernel, the following vulnerability has been resolved: Input: raydiumtsi2c - fix memory leak in raydiumi2csend There is a kmemleak when test the raydiumi2cts with bpf mock device: unreferenced object 0xffff88812d3675a0 size 8: comm "python3", pid 349, jiffies 4294741067 age 95.695s h...

0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 7:39 p.m.248 views

CVE-2024-50055

In CVE-2024-50055, the vulnerability is in the Linux kernel's driver core: bus_register() can double-free @priv after kset_register() if an error occurs, freeing it twice. The fix is to set @priv to NULL after the first free to prevent a second free. This mode C entry is supported by connected do...

7.8CVSS6.7AI score0.00254EPSS
SaveExploits0References5Affected Software2
NVD
NVD
added 2024/10/21 6:15 p.m.21 views

CVE-2024-49985

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

5.5CVSS0.00199EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.20 views

CVE-2024-49985 i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

7AI score0.00199EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 3:15 p.m.16 views

CVE-2024-6519

A use-after-free vulnerability was found in the QEMU LSI53C895A SCSI Host Bus Adapter emulation. This issue can lead to a crash or VM escape...

8.2CVSS6.5AI score
SaveExploits0References3
OSV
OSV
added 2024/10/21 3:15 p.m.8 views

UBUNTU-CVE-2024-6519

A use-after-free vulnerability was found in the QEMU LSI53C895A SCSI Host Bus Adapter emulation. This issue can lead to a crash or VM escape...

8.2CVSS5.7AI score0.00249EPSS
SaveExploits0References5
CVE
CVE
added 2024/10/21 2:36 p.m.275 views

CVE-2024-6519

CVE-2024-6519 affects QEMU’s LSI53C895A SCSI Host Bus Adapter emulation. The vulnerability is a use-after-free in the emulation code, leading to a crash or VM escape. CVSS metrics indicate a local, low-complexity exploit with high impact ( Confidentiality/Integrity/Availability: HIGH; Privileges ...

8.2CVSS7.9AI score0.00249EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 12:15 p.m.8 views

AZL-51138 CVE-2024-47718 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: always wait for both firmware loading attempts In 'rtwwaitfirmwarecompletion', always wait for both regular and wowlan firmware loading attempts. Otherwise if 'rtwusbintfinit' has failed in 'rtwusbprobe',...

7.8CVSS6.7AI score0.00246EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.10 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 possible buffer overflow in the usb gadget driver uvc during the setup handler...

7.8CVSS6.9AI score0.0027EPSS
SaveExploits0References11
Rows per page
Query Builder