Lucene search
+L

8146 matches found

CVE
CVE
added 2025/02/26 2:13 a.m.92 views

CVE-2022-49459

Mode C: CVE-2022-49459 affects the Linux kernel (notably kernel 5.10/5.15 in Astra Linux) with a NULL-dereference risk in sr_thermal_probe due to platform_get_resource() possibly returning NULL. The vulnerability stems from insufficient NULL checks, and a fix adds a proper NULL check to prevent d...

5.5CVSS5.4AI score0.00264EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/02/26 2:12 a.m.97 views

CVE-2022-49421

CVE-2022-49421 affects the Linux kernel’s video fbdev clcdfb code. The vulnerability arises from a refcount leak in clcdfb_of_vram_setup caused by of_parse_phandle() returning a node pointer with an incremented refcount that is not released. The provided description states that of_node_put() is r...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/02/26 2:12 a.m.81 views

CVE-2022-49403

The CVE-2022-49403 entry concerns the Linux kernel component lib/string_helpers. The vulnerability was resolved by adding an allocated strarray to a device’s resource list, ensuring automatic release when the device disappears. Root cause: strarray not being added to the device’s resource list, w...

5.5CVSS6.4AI score0.00253EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.16 views

CVE-2022-49313

In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxubussuspend There is a deadlock in oxubussuspend, which is shown below: Thread 1 | Thread 2 | timeraction oxubussuspend | modtimer spinlockirq //1 | wait a time ... | oxuwatchdog deltimersync...

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.13 views

CVE-2022-49311

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192bs: Fix deadlock in rtwjoinbsseventprehandle There is a deadlock in rtwjoinbsseventprehandle, which is shown below: Thread 1 | Thread 2 | settimer rtwjoinbsseventprehandle| modtimer spinlockbh //1 | wait ...

5.5CVSS5.6AI score0.00194EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.25 views

CVE-2022-49309 drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix deadlock in rtwsurveydoneeventcallback There is a deadlock in rtwsurveydoneeventcallback, which is shown below: Thread 1 | Thread 2 | settimer rtwsurveydoneeventcallback| modtimer spinlockbh //1 |...

0.00195EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49305 drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192u: Fix deadlock in ieee80211beaconsstop There is a deadlock in ieee80211beaconsstop, which is shown below: Thread 1 | Thread 2 | ieee80211sendbeacon ieee80211beaconsstop | modtimer spinlockirqsave //1 |...

0.002EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:10 a.m.132 views

CVE-2022-49304

CVE-2022-49304 concerns a deadlock in the Linux kernel’s serial driver path (drivers/tty/serial) specifically in sa1100_set_termios(). The issue stems from a lock-order conflict: thread1 holds sport->port.lock while waiting on del_timer_sync(), while a timer handler running in thread2 also nee...

5.5CVSS5.3AI score0.00199EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.27 views

CVE-2025-0235

Out-of-bounds vulnerability due to improper memory release during image rendering in Generic PCL6 V4 Printer Driver / Generic UFR II V4 Printer Driver / Generic LIPSLX V4 Printer Driver...

5.3CVSS0.006EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.8 views

CVE-2025-0235

Out-of-bounds vulnerability due to improper memory release during image rendering in Generic PCL6 V4 Printer Driver / Generic UFR II V4 Printer Driver / Generic LIPSLX V4 Printer Driver...

5.3CVSS5.3AI score0.006EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 1:55 a.m.93 views

CVE-2022-49208

CVE-2022-49208 : Linux kernel RDMA/irdma vulnerability where an integer underflow may occur in irdma_sc_ceq_init() when subtracting info->dev->hmc_fpm_misc.max_ceqs. This value may come from firmware (irdma_sc_parse_fpm_query_buf()) and could be zero, enabling a potential underflow. The iss...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49192

In the Linux kernel, the following vulnerability has been resolved: drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool cpswethtoolbegin directly returns the result of pmruntimegetsync when successful. pmruntimegetsync returns -error code on failure and 0 on successful...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.27 views

CVE-2022-49158 scsi: qla2xxx: Fix warning message due to adisc being flushed

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix warning message due to adisc being flushed Fix warning message due to adisc being flushed. Linux kernel triggered a warning message where a different error code type is not matching up with the expected type. A...

0.00265EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.49 views

CVE-2022-49146 virtio: use virtio_device_ready() in virtio_device_restore()

In the Linux kernel, the following vulnerability has been resolved: virtio: use virtiodeviceready in virtiodevicerestore After waking up a suspended VM, the kernel prints the following trace for virtio drivers which do not directly call virtiodeviceready in the .restore: PM: suspend exit irq 22:...

0.00253EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.3 views

CVE-2022-49131 ath11k: fix kernel panic during unload/load ath11k modules

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix kernel panic during unload/load ath11k modules Call netifnapidel from ath11kahbfreeextirq to fix the following kernel panic when unload/load ath11k modules for few iterations. 971.201365 Unable to handle kernel paging...

6.4AI score0.00259EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.27 views

CVE-2022-49118

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Free irq vectors in order for v3 HW If the driver probe fails to request the channel IRQ or fatal IRQ, the driver will free the IRQ vectors before freeing the IRQs in freeirq, and this will cause a kernel BUG like...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:52 a.m.5 views

CVE-2025-0234

Out-of-bounds vulnerability in curve segmentation processing of Generic PCL6 V4 Printer Driver / Generic UFR II V4 Printer Driver / Generic LIPSLX V4 Printer Driver...

5.3CVSS5.4AI score0.006EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 1:52 a.m.68 views

CVE-2025-0234

CVE-2025-0234 affects Canon Generic PCL6 V4 Printer Driver, Generic UFR II V4 Printer Driver, and Generic LIPSLX V4 Printer Driver. The root cause is an out-of-bounds vulnerability in curve segmentation processing, leading to Denial of Service (DoS); some conditions could enable arbitrary code ex...

5.3CVSS7AI score0.006EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.8 views

Canon多款产品 缓冲区错误漏洞

Canon Generic PCL6 V4 Printer Driver and others are products of Canon Japan.Canon Generic PCL6 V4 Printer Driver is a Canon Generic PCL6 V4 printer driver.Canon Generic UFR II V4 Printer Canon Generic UFR II V4 Printer Driver is a Canon Generic UFR II V4 printer driver.Canon Generic LIPSLX V4...

5.3CVSS9AI score0.006EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.7 views

Canon多款产品 缓冲区错误漏洞

Canon Generic PCL6 V4 Printer Driver and others are products of Canon Japan.Canon Generic PCL6 V4 Printer Driver is a Canon Generic PCL6 V4 printer driver.Canon Generic UFR II V4 Printer Canon Generic UFR II V4 Printer Driver is a Canon Generic UFR II V4 printer driver.Canon Generic LIPSLX V4...

5.3CVSS9.1AI score0.006EPSS
SaveExploits0References2
Rows per page
Query Builder