Lucene search
+L

530096 matches found

OSV
OSV
•added 2026/09/17 4:08 p.m.•5 views

CVE-2026-90335 tty: skip cdev_del() when no cdev is registered

In the Linux kernel, the following vulnerability has been resolved: tty: skip cdevdel when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the port so setserial can still use it, and later removal passes the NULL cdev slot to cdevdel, causing a...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•9 views

EUVD-2026-81996

In the Linux kernel, the following vulnerability has been resolved: tty: skip cdevdel when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the port so setserial can still use it, and later removal passes the NULL cdev slot to cdevdel, causing a...

5.7AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:08 p.m.•13 views

CVE-2026-90335

CVE-2026-90335 is a NULL-pointer dereference in the Linux kernel's TTY subsystem (serial core). When TTY device registration fails before a cdev is allocated, the serial core retains the port for use by setserial. On later removal, the NULL cdev slot is passed to cdev_del(), triggering the derefe...

5.7AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90334

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdevadd failure ttycdevadd drops the cdev reference when cdevadd fails, but leaves driver-cdevsindex pointing to freed memory. ttyunregisterdevice later passes that stale pointer to cdevdel, causing ...

5.8AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•37 views

CVE-2026-90334 tty: clear cdev pointer after cdev_add() failure

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdevadd failure ttycdevadd drops the cdev reference when cdevadd fails, but leaves driver-cdevsindex pointing to freed memory. ttyunregisterdevice later passes that stale pointer to cdevdel, causing ...

0.0021EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:08 p.m.•13 views

CVE-2026-90334

CVE-2026-90334 is a use-after-free vulnerability in the Linux kernel TTY subsystem. In tty_cdev_add() , when cdev_add() fails, the function drops the cdev reference but leaves driver->cdevs[index] pointing to freed memory. Later, tty_unregister_device() passes that stale pointer to cdev_del() ...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:08 p.m.•5 views

CVE-2026-90334 tty: clear cdev pointer after cdev_add() failure

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdevadd failure ttycdevadd drops the cdev reference when cdevadd fails, but leaves driver-cdevsindex pointing to freed memory. ttyunregisterdevice later passes that stale pointer to cdevdel, causing ...

5.8AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•10 views

EUVD-2026-81995

In the Linux kernel, the following vulnerability has been resolved: tty: clear cdev pointer after cdevadd failure ttycdevadd drops the cdev reference when cdevadd fails, but leaves driver-cdevsindex pointing to freed memory. ttyunregisterdevice later passes that stale pointer to cdevdel, causing ...

5.8AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:08 p.m.•17 views

CVE-2026-90332

CVE-2026-90332 affects the Linux kernel 's PCI DesignWare (DWC) endpoint driver . When the Root Complex changes the MSI target address, dw_pcie_ep_raise_msi_irq() unmaps the existing iATU (internal Address Translation Unit) entry and reprograms it for the new address. However, unlike the already-...

8.2CVSS5.8AI score0.00269EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•9 views

EUVD-2026-81993

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca "PCI: dwc: ep: Flush MSI-X write...

5.8AI score0.00269EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90333

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: replace forgeable discard filler with a keyed sector marker The discard-block check in dmintegrityrwtag treats a stored tag of all 0xf6 bytes DISCARDFILLER as proof a block was discarded and skips HMAC verification...

5.9AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:08 p.m.•16 views

CVE-2026-90333

This CVE affects the dm-integrity target in the Linux kernel (standalone mode). The discard-block check in dm_integrity_rw_tag() treats a stored tag of all 0xf6 bytes (DISCARD_FILLER) as proof a block was discarded, skipping HMAC verification. An attacker with raw write access to the backing devi...

5.8AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:08 p.m.•5 views

CVE-2026-90333 dm-integrity: replace forgeable discard filler with a keyed sector marker

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: replace forgeable discard filler with a keyed sector marker The discard-block check in dmintegrityrwtag treats a stored tag of all 0xf6 bytes DISCARDFILLER as proof a block was discarded and skips HMAC verification...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:08 p.m.•7 views

CVE-2026-90332 PCI: dwc: ep: Flush cached MSI write before unmapping the iATU

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca "PCI: dwc: ep: Flush MSI-X write...

8.2CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•36 views

CVE-2026-90332 PCI: dwc: ep: Flush cached MSI write before unmapping the iATU

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca "PCI: dwc: ep: Flush MSI-X write...

8.2CVSS0.00269EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90332

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca "PCI: dwc: ep: Flush MSI-X write...

8.2CVSS5.9AI score0.00269EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90331

In the Linux kernel, the following vulnerability has been resolved: HID: asus: refactor the two workqueues and init sequence Multiple issues have been found within the hid-asus driver: - unchecked size in asusrawevent - unclean teardown of asusprobe on failure - possible use-after-free in asuspro...

6.4AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:08 p.m.•16 views

CVE-2026-90331

CVE-2026-90331 affects the hid-asus driver in the Linux kernel . Multiple defects were identified: an unchecked size in asus_raw_event(), a possible use-after-free in asus_probe, unclean teardown on probe failure, sleeping calls in atomic context , and incorrect packet sizes sent to the keyboard ...

6.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•38 views

CVE-2026-90331 HID: asus: refactor the two workqueues and init sequence

In the Linux kernel, the following vulnerability has been resolved: HID: asus: refactor the two workqueues and init sequence Multiple issues have been found within the hid-asus driver: - unchecked size in asusrawevent - unclean teardown of asusprobe on failure - possible use-after-free in asuspro...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:08 p.m.•9 views

CVE-2026-90331 HID: asus: refactor the two workqueues and init sequence

In the Linux kernel, the following vulnerability has been resolved: HID: asus: refactor the two workqueues and init sequence Multiple issues have been found within the hid-asus driver: - unchecked size in asusrawevent - unclean teardown of asusprobe on failure - possible use-after-free in asuspro...

6.3AI score
SaveExploits0References5
Rows per page
Query Builder