Lucene search
K

31588 matches found

Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.6 views

An issue was discovered in the Linux kernel through 5.16-rc6. imx_register_uart_clocks in drivers/clk/imx/clk.c lacks check of the return value of kcalloc() and will cause the null pointer dereference.

...

5.5CVSS8.4AI score0.00219EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.5 views

A NULL pointer dereference flaw was found in the SCSI emulation support of QEMU in versions before 6.0.0. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.

...

6CVSS7AI score0.00335EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.3 views

A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in versions before and including 6.0. This issue occurs in the megasas_command_cancelled() callback function while dropping a SCSI request. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.

...

6CVSS7AI score0.00275EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2025/10/02 1:7 a.m.3 views

af_unix: Fix null-ptr-deref in unix_stream_sendpage().

...

7AI score0.00027EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.2 views

SUSE CVE-2022-50453

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix NULL-pointer dereferences There are several places where we can crash the kernel by requesting lines, unbinding the GPIO device, then calling any of the system calls relevant to the GPIO character device's...

5.5CVSS6.4AI score0.00149EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.4 views

SUSE CVE-2022-50459

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling getpeername Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. The problem is that: 1. iscsiswtcpconngetparam and...

5.5CVSS6.7AI score0.00153EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.5 views

SUSE CVE-2023-53469

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

8.9AI score0.00027EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.1 views

SUSE CVE-2023-53472

In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is known in advance that pwm-hwpwm value is always 0. O...

5.5CVSS6.7AI score0.00146EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.1 views

SUSE CVE-2023-53483

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devmkzalloc in fchmiscsetup devmkzalloc may fail, clkdata-name might be NULL and will cause a NULL pointer dereference later. rjw: Subject and changelog edits...

5.5CVSS6.5AI score0.00143EPSS
Exploits0References3
CVE
CVE
added 2025/10/01 7:51 p.m.23 views

CVE-2025-59148

CVE-2025-59148 affects Suricata, with versions 8.0.0 and below failing to handle the entropy keyword unless anchored to a sticky buffer, which can cause a segmentation fault. The issue is fixed in version 8.0.1. Workarounds include disabling rules that use the entropy keyword or validating that t...

7.5CVSS6.2AI score0.00404EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/01 7:51 p.m.8 views

CVE-2025-59148 Suricata's improper use of entropy keyword can lead to a NULL-ptr deref

Suricata is a network IDS, IPS and NSM engine developed by the OISF Open Information Security Foundation and the Suricata community. Versions 8.0.0 and below incorrectly handle the entropy keyword when not anchored to a "sticky" buffer, which can lead to a segmentation fault. This issue is fixed ...

7.5CVSS0.00404EPSS
Exploits0References4
NVD
NVD
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53480

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

5.5CVSS0.00146EPSS
Exploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.5 views

CVE-2023-53469

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00027EPSS
Exploits0
NVD
NVD
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53457

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Fix null-ptr-deref Read in txBegin Syzkaller reported an issue where txBegin may be called on a superblock in a read-only mounted filesystem which leads to NULL pointer deref. This could be solved by checking if the...

5.5CVSS0.00146EPSS
Exploits0References8
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

AZL-74655 CVE-2022-50467 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFTID An error case exit from lpfccmplctcmdgftid results in a call to lpfcnlpput with a null pointer to a nodelist structure. Changed lpfccmplctcmdgftid to...

5.5CVSS5.8AI score0.00143EPSS
Exploits0References1
NVD
NVD
added 2025/10/01 12:15 p.m.5 views

CVE-2022-50459

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling getpeername Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. The problem is that: 1. iscsiswtcpconngetparam and...

5.5CVSS0.00153EPSS
Exploits0References5
NVD
NVD
added 2025/10/01 12:15 p.m.3 views

CVE-2022-50453

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix NULL-pointer dereferences There are several places where we can crash the kernel by requesting lines, unbinding the GPIO device, then calling any of the system calls relevant to the GPIO character device's...

5.5CVSS0.00149EPSS
Exploits0References5
NVD
NVD
added 2025/10/01 12:15 p.m.5 views

CVE-2022-50447

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix crash on hcicreatecissync When attempting to connect multiple ISO sockets without using DEFERSETUP may result in the following crash: BUG: KASAN: null-ptr-deref in hcicreatecissync+0x18b/0x2b0 Read of size...

5.5CVSS0.0015EPSS
Exploits0References3
OSV
OSV
added 2025/10/01 12:15 p.m.3 views

UBUNTU-CVE-2022-50459

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling getpeername Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. The problem is that: 1. iscsiswtcpconngetparam and...

5.5CVSS5.9AI score0.00153EPSS
Exploits0References8
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

UBUNTU-CVE-2023-53480

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References11
Rows per page
Query Builder