Lucene search
+L

69 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:1 a.m.11 views

CVE-2022-49298

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix uninit-value in r871xudrvinit When 'tmpU1b' returns from r8712read8padapter, EE9346CR is 0, 'mac6' will not be initialized. BUG: KMSAN: uninit-value in r871xudrvinit+0x2d54/0x3070...

5.5CVSS5.6AI score0.00252EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/01/21 12:18 p.m.8 views

CVE-2024-57944

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: Add NULL check in ads1298init devmkasprintf can return a NULL pointer on failure. A check on the return value of such a call in ads1298init is missing. Add it...

5.5CVSS5.6AI score0.0017EPSS
Exploits0
OSV
OSV
added 2025/01/19 10:18 a.m.9 views

CVE-2025-21644 drm/xe: Fix tlb invalidation when wedging

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xegttlbinvalidationinit to be done earlier: as its own doc...

5.5CVSS5.6AI score0.00212EPSS
Exploits0References5
OSV
OSV
added 2025/01/11 1:15 p.m.1 views

DEBIAN-CVE-2024-55916

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet If the KVP or VSS daemon starts before the VMBus channel's ringbuffer is fully initialized, we can hit the panic below: hvutils: Registering HyperV Utility Drive...

5.5CVSS5.6AI score0.00213EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:0 a.m.20 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50201)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50201 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder-possibleclones...

5.5CVSS6.2AI score0.00213EPSS
Exploits0References2
OSV
OSV
added 2024/11/08 6:15 a.m.1 views

DEBIAN-CVE-2024-50201

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder-possibleclones Include the encoder itself in its possibleclones bitmask. In the past nothing validated that drivers were populating possibleclones correctly, but that changed in commit 74d2aacbe840 "drm:...

5.5CVSS5.7AI score0.00213EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/11/08 5:56 a.m.29 views

CVE-2024-50201 drm/radeon: Fix encoder->possible_clones

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder-possibleclones Include the encoder itself in its possibleclones bitmask. In the past nothing validated that drivers were populating possibleclones correctly, but that changed in commit 74d2aacbe840 "drm:...

0.00213EPSS
Exploits0References6
OSV
OSV
added 2024/10/21 12:15 p.m.13 views

UBUNTU-CVE-2024-47694

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix UMR pd cleanup on error flow of driver init The cited commit moves the pd allocation from function mlx5rumrresourcecleanup to a new function mlx5rumrcleanup. So the fix in commit 1 is broken. In error flow, will hit...

5.5CVSS6.6AI score0.002EPSS
Exploits0References8
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.3 views

Linux kernel 代码问题漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux in the United States. A security vulnerability exists in the Linux kernel that stems from a flaw in the PD cleanup in the IB/mlx5 driver initialization error flow, which could cause the kernel to crash...

5.5CVSS8.1AI score0.002EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/10/09 2:13 p.m.25 views

CVE-2024-47665 i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Error out instead on BUGON in IBI DMA setup Definitely condition dmagetcachealignment defined value 256 during driver initialization is not reason to BUGON. Turn that to graceful error out with -EINVAL...

0.00207EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/08/22 3:15 p.m.21 views

CVE-2022-48908

In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pciprobe During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition of 'com20020pciidtable' reveals that this field is...

5.5CVSS5.3AI score0.0021EPSS
Exploits0References4
CVE
CVE
added 2024/08/22 1:30 a.m.78 views

CVE-2022-48908

CVE-2022-48908 is a Linux kernel issue affecting the arcnet com20020 PCI driver. The root cause is a null pointer dereference during com20020pci_probe() because the com20020pci_id_table may leave the card-info field empty for some devices, causing a null dereference on initialization. The provide...

5.5CVSS6.5AI score0.0021EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2024/08/22 1:30 a.m.39 views

CVE-2022-48908 net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()

In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pciprobe During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition of 'com20020pciidtable' reveals that this field is...

0.0021EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/08/22 1:30 a.m.66 views

CVE-2022-48908

In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pciprobe During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition of 'com20020pciidtable' reveals that this field is...

5.5CVSS5.4AI score0.0021EPSS
Exploits0
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2022-48893

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Cleanup partial engine discovery failures If we abort driver initialisation in the middle of gt/engine discovery, some engines will be fully setup and some not. Those incompletely setup engines only have...

5.5CVSS5.7AI score0.00238EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.23 views

CVE-2022-48893

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Cleanup partial engine discovery failures If we abort driver initialisation in the middle of gt/engine discovery, some engines will be fully setup and some not. Those incompletely setup engines only have...

5.5CVSS6.4AI score0.00238EPSS
Exploits0References14
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.34 views

CVE-2022-48732 drm/nouveau: fix off by one in BIOS boundary checking

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initialization to fail on Apple eMac's with GeForce 2 MX GPUs...

0.00235EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.13 views

CVE-2022-48732 drm/nouveau: fix off by one in BIOS boundary checking

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initialization to fail on Apple eMac's with GeForce 2 MX GPUs...

6.6AI score0.00235EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/04/17 5:53 p.m.27 views

CVE-2024-26897

A flaw was found in the Linux kernel. This vulnerability affects the ath9k wireless driver in the Linux kernel, specifically used with ath9khtc devices. The issue arises from a race condition where certain initialization processes are incomplete when the system begins handling WiFi-related events...

4.1CVSS8.3AI score0.00188EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.21 views

CVE-2024-26899 block: fix deadlock between bd_link_disk_holder and partition scan

In the Linux kernel, the following vulnerability has been resolved: block: fix deadlock between bdlinkdiskholder and partition scan 'openmutex' of gendisk is used to protect open/close block devices. But in bdlinkdiskholder, it is used to protect the creation of symlink between holding disk and...

5.5AI score0.0021EPSS
Exploits0References3
Rows per page
Query Builder