Show filters
317 Total Results
Displaying 61-70 of 317
Sort by:
Attacker Value
Unknown

CVE-2023-3161

Disclosure Date: June 12, 2023 (last updated October 08, 2023)
A flaw was found in the Framebuffer Console (fbcon) in the Linux Kernel. When providing font->width and font->height greater than 32 to fbcon_set_font, since there are no checks in place, a shift-out-of-bounds occurs leading to undefined behavior and possible denial of service.
Attacker Value
Unknown

CVE-2023-0458

Disclosure Date: April 26, 2023 (last updated October 08, 2023)
A speculative pointer dereference problem exists in the Linux Kernel on the do_prlimit() function. The resource argument value is controlled and is used in pointer arithmetic for the 'rlim' variable and can be used to leak the contents. We recommend upgrading past version 6.1.8 or commit 739790605705ddcf18f21782b9c99ad7d53a8c11
Attacker Value
Unknown

CVE-2023-2269

Disclosure Date: April 25, 2023 (last updated February 01, 2024)
A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.
Attacker Value
Unknown

CVE-2023-31085

Disclosure Date: April 24, 2023 (last updated October 08, 2023)
An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd->erasesize), used indirectly by ctrl_cdev_ioctl, when mtd->erasesize is 0.
Attacker Value
Unknown

CVE-2023-31084

Disclosure Date: April 24, 2023 (last updated November 02, 2023)
An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put the process to sleep, and down(&fepriv->sem) may block the process.
Attacker Value
Unknown

CVE-2023-31083

Disclosure Date: April 24, 2023 (last updated October 08, 2023)
An issue was discovered in drivers/bluetooth/hci_ldisc.c in the Linux kernel 6.2. In hci_uart_tty_ioctl, there is a race condition between HCIUARTSETPROTO and HCIUARTGETPROTO. HCI_UART_PROTO_SET is set before hu->proto is set. A NULL pointer dereference may occur.
Attacker Value
Unknown

CVE-2023-31082

Disclosure Date: April 24, 2023 (last updated May 08, 2024)
An issue was discovered in drivers/tty/n_gsm.c in the Linux kernel 6.2. There is a sleeping function called from an invalid context in gsmld_write, which will block the kernel. Note: This has been disputed by 3rd parties as not a valid vulnerability.
Attacker Value
Unknown

CVE-2023-31081

Disclosure Date: April 24, 2023 (last updated October 08, 2023)
An issue was discovered in drivers/media/test-drivers/vidtv/vidtv_bridge.c in the Linux kernel 6.2. There is a NULL pointer dereference in vidtv_mux_stop_thread. In vidtv_stop_streaming, after dvb->mux=NULL occurs, it executes vidtv_mux_stop_thread(dvb->mux).
Attacker Value
Unknown

CVE-2023-2162

Disclosure Date: April 19, 2023 (last updated October 08, 2023)
A use-after-free vulnerability was found in iscsi_sw_tcp_session_create in drivers/scsi/iscsi_tcp.c in SCSI sub-component in the Linux Kernel. In this flaw an attacker could leak kernel internal information.
Attacker Value
Unknown

CVE-2023-28464

Disclosure Date: March 31, 2023 (last updated November 10, 2023)
hci_conn_cleanup in net/bluetooth/hci_conn.c in the Linux kernel through 6.2.9 has a use-after-free (observed in hci_conn_hash_flush) because of calls to hci_dev_put and hci_conn_put. There is a double free that may lead to privilege escalation.