Lucene search
K

413 matches found

NVD
NVD
added 2025/02/27 2:15 a.m.8 views

CVE-2025-21713

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Don't unset window if it was never set On pSeries, when user attempts to use the same vfio container used by different iommu group, the spaprtcesetwindow returns -EPERM and the subsequent cleanup leads to t...

5.5CVSS0.00189EPSS
Exploits0References3
CVE
CVE
added 2025/02/27 2:12 a.m.109 views

CVE-2024-58011

The CVE-2024-58011 entry concerns the Linux kernel, specifically the platform/x86 int3472 driver. The root cause is a missing check for adev against NULL when a device may not have an ACPI companion fwnode, which could allow adev to be NULL and lead to a NULL pointer dereference in skl_int3472_ge...

5.5CVSS6.6AI score0.00197EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/02/27 2:7 a.m.6 views

CVE-2025-21713 powerpc/pseries/iommu: Don't unset window if it was never set

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Don't unset window if it was never set On pSeries, when user attempts to use the same vfio container used by different iommu group, the spaprtcesetwindow returns -EPERM and the subsequent cleanup leads to t...

5.5CVSS5.8AI score0.00189EPSS
Exploits0References6
CVE
CVE
added 2025/02/27 2:7 a.m.57 views

CVE-2024-57987

CVE-2024-57987 is a Linux kernel Bluetooth vulnerability in the btrtl driver. When inserting a USB dongle whose Realtek chip isn’t in ic_id_table, a NULL dereference could trigger a kernel oops. The fix adds a NULL check in btrtl_setup_realtek() to prevent the NULL pointer access. Affected: Linux...

5.5CVSS6.5AI score0.00198EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.10 views

CVE-2024-57987 Bluetooth: btrtl: check for NULL in btrtl_setup_realtek()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtlsetuprealtek If insert an USB dongle which chip is not maintained in icidtable, it will hit the NULL point accessed. Add a null point check to avoid the Kernel Oops...

0.00198EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.7 views

CVE-2024-57987

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtlsetuprealtek If insert an USB dongle which chip is not maintained in icidtable, it will hit the NULL point accessed. Add a null point check to avoid the Kernel Oops...

5.5CVSS5.5AI score0.00198EPSS
Exploits0
OSV
OSV
added 2025/02/27 2:7 a.m.4 views

CVE-2024-57987 Bluetooth: btrtl: check for NULL in btrtl_setup_realtek()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtlsetuprealtek If insert an USB dongle which chip is not maintained in icidtable, it will hit the NULL point accessed. Add a null point check to avoid the Kernel Oops...

5.5CVSS5.9AI score0.00198EPSS
Exploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49608

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS0.00257EPSS
Exploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49516

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The icegetvfvsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and recreated. Several places throughout the driver do not...

5.5CVSS0.00211EPSS
Exploits0References2
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

DEBIAN-CVE-2022-49516

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The icegetvfvsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and recreated. Several places throughout the driver do not...

5.5CVSS5.6AI score0.00211EPSS
Exploits0References1
NVD
NVD
added 2025/02/26 7:0 a.m.9 views

CVE-2022-49071

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipidbipoweronresetconditional only do a NULL pointer check and will otherwise...

5.5CVSS0.0024EPSS
Exploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.0 views

UBUNTU-CVE-2021-47651

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: rpmpd: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better ...

5.5CVSS6.2AI score0.00227EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49608

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS5.3AI score0.00257EPSS
Exploits0
OSV
OSV
added 2025/02/26 2:23 a.m.6 views

CVE-2022-49608 pinctrl: ralink: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS4.9AI score0.00257EPSS
Exploits0References9
OSV
OSV
added 2025/02/26 2:13 a.m.10 views

CVE-2022-49516 ice: always check VF VSI pointer values

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The icegetvfvsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and recreated. Several places throughout the driver do not...

5.5CVSS5.3AI score0.00211EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.10 views

CVE-2022-49498 ALSA: pcm: Check for null pointer of pointer substream before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being null checked with the macro PCMRUNTIMECHECK...

0.00247EPSS
Exploits0References6
CVE
CVE
added 2025/02/26 2:13 a.m.88 views

CVE-2022-49498

CVE-2022-49498 affects the Linux kernel, specifically the ALSA PCM path. The issue: a pointer substream could be dereferenced before a null check (PCM_RUNTIME_CHECK), risking a crash/denial of service if triggered locally. The connected advisories (e.g., Astra Linux, SUSE SU-2025 updates) confirm...

5.5CVSS5.4AI score0.00247EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.6 views

CVE-2022-49498

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being null checked with the macro PCMRUNTIMECHECK...

5.5CVSS5.6AI score0.00247EPSS
Exploits0
OSV
OSV
added 2025/02/26 2:13 a.m.7 views

CVE-2022-49453 soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: soc: ti: tiscipmdomains: Check for null return of devmkcalloc The allocation funciton devmkcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly...

5.5CVSS5.2AI score0.0024EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 2:10 a.m.8 views

CVE-2022-49332 scsi: lpfc: Address NULL pointer dereference after starget_to_rport()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after stargettorport Calls to stargettorport may return NULL. Add check for NULL rport before dereference...

5.5CVSS5.3AI score0.0021EPSS
Exploits0References5
Rows per page
Query Builder