Lucene search
+L

417667 matches found

EUVD
EUVD
•added 2026/09/17 4:08 p.m.•10 views

EUVD-2026-81998

In the Linux kernel, the following vulnerability has been resolved: serial: core: do fallible allocations before the console can be registered serialcoreaddoneport allocates uport-ttygroups after uartconfigureport, which may register the console. If the allocation fails, the driver unwinds the po...

5.8AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:08 p.m.•6 views

CVE-2026-90336 serial: core: clear freed pointers on uart_register_driver() failure

In the Linux kernel, the following vulnerability has been resolved: serial: core: clear freed pointers on uartregisterdriver failure uartregisterdriver leaves drv-state pointing to freed memory when ttyallocdriver fails. If ttyregisterdriver fails, drv-ttydriver also retains a pointer after its...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90336

In the Linux kernel, the following vulnerability has been resolved: serial: core: clear freed pointers on uartregisterdriver failure uartregisterdriver leaves drv-state pointing to freed memory when ttyallocdriver fails. If ttyregisterdriver fails, drv-ttydriver also retains a pointer after its...

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

CVE-2026-90337

CVE-2026-90337 is a Linux kernel vulnerability in the serial core . In serial_core_add_one_port(), the uport->tty_groups and uport->name allocations occur after uart_configure_port() registers the console. If an allocation fails, the driver unwinds the port while its console remains registe...

5.8AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:08 p.m.•7 views

CVE-2026-90337 serial: core: do fallible allocations before the console can be registered

In the Linux kernel, the following vulnerability has been resolved: serial: core: do fallible allocations before the console can be registered serialcoreaddoneport allocates uport-ttygroups after uartconfigureport, which may register the console. If the allocation fails, the driver unwinds the po...

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

CVE-2026-90336

CVE-2026-90336 affects the Linux kernel serial core subsystem. When uart_register_driver() fails, drv->state is left pointing to freed memory after tty_alloc_driver() fails, and drv->tty_driver retains a dangling pointer after tty_register_driver() fails. Drivers that use drv->state as a...

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

CVE-2026-90337

In the Linux kernel, the following vulnerability has been resolved: serial: core: do fallible allocations before the console can be registered serialcoreaddoneport allocates uport-ttygroups after uartconfigureport, which may register the console. If the allocation fails, the driver unwinds the po...

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

CVE-2026-90336 serial: core: clear freed pointers on uart_register_driver() failure

In the Linux kernel, the following vulnerability has been resolved: serial: core: clear freed pointers on uartregisterdriver failure uartregisterdriver leaves drv-state pointing to freed memory when ttyallocdriver fails. If ttyregisterdriver fails, drv-ttydriver also retains a pointer after its...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•37 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...

0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•13 views

CVE-2026-90335

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 score0.00198EPSS
SaveExploits0
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
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
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
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
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
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.•6 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
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•10 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.•13 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
Rows per page
Query Builder