Lucene search
K

6203 matches found

SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.7 views

SUSE CVE-2024-27000

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

3.3CVSS6.3AI score0.00327EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.5 views

SUSE CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS6.6AI score0.00182EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.1 views

SUSE CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

5.5CVSS6.7AI score0.01176EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.1 views

SUSE CVE-2024-27059

In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200atacommand The isd200 sub-driver in usb-storage uses the HEADS and SECTORS values in the ATA ID information to calculate cylinder and head values when creating a CDB for READ o...

5.5CVSS6.3AI score0.00242EPSS
Exploits0References13
CNNVD
CNNVD
added 2024/05/03 12:0 a.m.3 views

NETGEAR RAX30 安全漏洞

NETGEAR RAX30 is a WiFi 6 router from NETGEAR , supporting dual-band 2.4GHz and 5GHz with a maximum transmission rate of 2400Mbps, three external antenna design, and equipped with a 1.5GHz triple-core processor for simultaneous connection of up to 20 devices. An information disclosure vulnerabili...

4.6CVSS6.1AI score0.00645EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/05/01 8:23 p.m.18 views

CVE-2024-26978

A NULL pointer dereference flaw was found in the I2C instantiation in the Linux kernel...

5.5CVSS6.8AI score0.00225EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:19 p.m.21 views

CVE-2024-27000

A flaw was found in the mxs-auart module in the Linux kernel. A race condition can occur when changing the cts state due to a missing lock, potentially impacting system stability and possibly resulting in a denial of service...

5.5CVSS8.2AI score0.00327EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:19 p.m.30 views

CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS7.3AI score0.00182EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:19 p.m.35 views

CVE-2024-26998

A vulnerability was found in the Linux kernel's serial core subsystem when handling circular buffers, where the buffer is not properly cleared before being set to NULL. This could lead to data leakage or unexpected behavior. Mitigation Mitigation for this issue is either not available or the...

5.5CVSS8.1AI score0.00228EPSS
Exploits0References4
OSV
OSV
added 2024/05/01 6:15 a.m.1 views

DEBIAN-CVE-2024-27000

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

7.8CVSS5.8AI score0.00327EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.3 views

AZL-40454 CVE-2024-27000 affecting package hyperv-daemons for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

7.8CVSS6.8AI score0.00327EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.3 views

DEBIAN-CVE-2024-27001

In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix incomplete endpoint checking While vmk80xx does have endpoint checking implemented, some things can fall through the cracks. Depending on the hardware model, URBs can have either bulk or interrupt type, and...

5.5CVSS5.7AI score0.0028EPSS
Exploits0References1
NVD
NVD
added 2024/05/01 6:15 a.m.19 views

CVE-2024-26998

In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uartttyportshutdown under the spin lock. However, the PM or other timer based callbacks may still trigger after this event withou...

5.5CVSS7.4AI score0.00228EPSS
Exploits0References6
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-26998

In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uartttyportshutdown under the spin lock. However, the PM or other timer based callbacks may still trigger after this event withou...

5.5CVSS5.6AI score0.00228EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.0 views

DEBIAN-CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS5.8AI score0.00182EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-26995

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Correct the PDO counting in pdset Off-by-one errors happen because nrsnkpdo and nrsrcpdo are incorrectly added one. The index of the loop is equal to the number of PDOs to be updated when leaving the loop and it...

7.8CVSS6AI score0.00236EPSS
Exploits0References1
NVD
NVD
added 2024/05/01 6:15 a.m.18 views

CVE-2024-26978

In the Linux kernel, the following vulnerability has been resolved: serial: max310x: fix NULL pointer dereference in I2C instantiation When trying to instantiate a max14830 device from userspace: echo max14830 0x60 /sys/bus/i2c/devices/i2c-2/newdevice we get the following error: Unable to handle...

5.5CVSS6.1AI score0.00225EPSS
Exploits0References8
OSV
OSV
added 2024/05/01 6:15 a.m.3 views

DEBIAN-CVE-2024-26934

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.8CVSS5.7AI score0.0019EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.6 views

AZL-42270 CVE-2024-26934 affecting package kernel for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.8CVSS6.4AI score0.0019EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.5 views

AZL-42249 CVE-2024-26933 affecting package kernel for versions less than 5.15.160.1-1

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port "disable" sysfs attribute The show and store callback routines for the "disable" sysfs attribute file in port.c acquire the device lock for the port's parent hub device. This can cause problems if...

7.8CVSS6.3AI score0.00179EPSS
Exploits0References1
Rows per page
Query Builder