Lucene search
+L

33888 matches found

NVD
NVD
added 2025/09/15 2:15 p.m.8 views

CVE-2022-50244

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

5.5CVSS0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.11 views

UBUNTU-CVE-2023-53180

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup Currently 'ar' reference is not added in skbcb. Though this is generally not used during transmit completion callbacks, on interface removal the remaining...

5.5CVSS6.2AI score0.00137EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 2:15 p.m.10 views

UBUNTU-CVE-2023-53166

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25890: Fix externalpowerchanged race bq25890chargerexternalpowerchanged dereferences bq-charger, which gets sets in bq25890powersupplyinit like this: bq-charger = devmpowersupplyregisterbq-dev, &bq-desc, &psycfg;...

4.7CVSS5.7AI score0.0011EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2022-50244

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:06 p.m.11 views

CVE-2023-53198 raw: Fix NULL deref in raw_get_next().

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:06 p.m.8 views

CVE-2023-53198 raw: Fix NULL deref in raw_get_next().

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

6.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:03 p.m.10 views

CVE-2023-53150 scsi: qla2xxx: Pointer may be dereferenced

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Pointer may be dereferenced Klocwork tool reported pointer 'rport' returned from call to function fcbsgtorport may be NULL and will be dereferenced. Add a fix to validate rport before dereferencing...

0.00157EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:02 p.m.39 views

CVE-2022-50244

CVE-2022-50244 affects the Linux kernel code path in cxl_pci_init_afu|adapter() where a failed device_register() leaves a not-added device and leads to a potential null pointer dereference if device_unregister() is called in the error path. The fix splits unregister logic into device_del() and pu...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References9Affected Software1
RedHat Linux
RedHat Linux
added 2025/09/15 10:45 a.m.8 views

kernel: net/sched: ets: use old 'nbands' while purging unused classes

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

5.5CVSS6.7AI score0.00172EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not passing the i2cclient parameter correctly, which could result in a null pointer dereference...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from an unused fence pointer in which a stub fence is not installed, which could result in a null pointer...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a null pointer dereference in the ovlpermission function...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unhandled kasprintf memory allocation failure case that could result in a null pointer dereference...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.4 views

PT-2025-37680

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/mdp5 module where a missing check for the return value of kzalloc could lead to a NULL pointer dereference. kzalloc may fail and return ...

6AI score0.00156EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.9 views

PT-2025-37636

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a null pointer dereference issue in the hugetlbfs parse param function. This occurs when parsing mount parameters, specifically when an illegal parameter like...

6.2AI score0.00156EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the possibility that the vif pointer may be dereferenced as a null pointer...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.7 views

PT-2025-37574

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null-pointer dereference issue exists in the az6027 i2c xfer function when msgi.addr is 0x99, specifically when msgi.len is 0 and msgi.buf is null. This can lead to a general...

6.2AI score0.00161EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the failure to use spinlocks to protect slow paths during iteration of SOCKRAW sockets, which could lead to...

5.5CVSS7.2AI score0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from mishandling of an error in the cdevdeviceadd function, which could result in a null pointer dereference...

5.5CVSS5.8AI score0.0018EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an unvalidated NTFS BOOT record size field that could lead to a null pointer dereference...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References4
Rows per page
Query Builder