Lucene search
+L

909 matches found

NVD
NVD
added 2024/06/21 11:15 a.m.31 views

CVE-2024-36270

In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

5.5CVSS0.00261EPSS
SaveExploits0References9
OSV
OSV
added 2024/06/20 11:13 a.m.21 views

CVE-2022-48740 selinux: fix double free of cond_list on error paths

In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and duplicatepolicydbcondlist the condlistdestroy gets called a second time in caller functions, resulting in NULL pointer deref. Fix this by...

5.9AI score
SaveExploits0References7
NVD
NVD
added 2024/06/19 3:15 p.m.27 views

CVE-2021-47612

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfcgenldumpdevicesdone When kmalloc in nfcgenldumpdevices fails then nfcgenldumpdevicesdone segfaults as below KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f CPU: 0 PID: 25 Comm:...

5.5CVSS0.00223EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.31 views

CVE-2021-47612

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfcgenldumpdevicesdone When kmalloc in nfcgenldumpdevices fails then nfcgenldumpdevicesdone segfaults as below KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f CPU: 0 PID: 25 Comm:...

5.5CVSS6.2AI score0.00223EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/06/19 2:58 p.m.38 views

CVE-2021-47612 nfc: fix segfault in nfc_genl_dump_devices_done

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfcgenldumpdevicesdone When kmalloc in nfcgenldumpdevices fails then nfcgenldumpdevicesdone segfaults as below KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f CPU: 0 PID: 25 Comm:...

0.00223EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.39 views

CVE-2024-38612 ipv6: sr: fix invalid unregister error path

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6init is wrong in case CONFIGIPV6SEG6LWTUNNEL is not defined. In that case if seg6hmacinit fails, the genlunregisterfamily isn't called. This issue exist since comm...

7CVSS0.00655EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/06/12 12:28 a.m.19 views

CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS7AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/07 10:51 p.m.19 views

USN-6821-1 linux-gke, linux-ibm, linux-intel-iotg, linux-oracle vulnerabilities

It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service or possibly execute arbitrary code. CVE-2023-6270 It was discovered that the Atheros 802.11ac...

9.8CVSS6.7AI score0.01635EPSS
SaveExploits0References152
Oracle linux
Oracle linux
added 2024/06/06 12:00 a.m.42 views

kernel security and bug fix update

5.14.0-427.20.14.OL9 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug:...

5.5CVSS7.4AI score0.00272EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/06/06 12:00 a.m.27 views

Oracle Linux 9 : kernel (ELSA-2024-3619)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-3619 advisory. - ipv6: sr: fix possible use-after-free and null-ptr-deref Hangbin Liu RHEL-33968 RHEL-31732 CVE-2024-26735 Tenable has extracted the preceding...

5.5CVSS6.9AI score0.00272EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/06/05 12:00 a.m.34 views

RHEL 9 : kernel (RHSA-2024:3619)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3619 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ipv6: sr: fix possible...

5.5CVSS6.8AI score0.00272EPSS
SaveExploits0References7
AlmaLinux
AlmaLinux
added 2024/06/05 12:00 a.m.27 views

Moderate: kernel security and bug fix update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ipv6: sr: fix possible use-after-free and null-ptr-deref CVE-2024-26735 kernel: fs: sysfs: Fix reference leak in sysfsbreakactiveprotection CVE-2024-26993 For more details about the...

5.5CVSS7.2AI score0.00272EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/28 3:34 a.m.8 views

SUSE CVE-2021-47407

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of initsrcustruct, which can fail due to OOM, when initializing the page track mechanism. Lack of checking leads to a NULL pointer deref found b...

4.7CVSS6.5AI score0.0025EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/05/27 8:29 a.m.20 views

CVE-2021-47440

In the Linux kernel, the following vulnerability has been resolved: net: encx24j600: check error in devmregmapinitencx24j600 devmregmapinit may return error which caused by like out of memory, this will results in null pointer dereference later when reading or writing register: general protection...

4.4CVSS6.3AI score0.00215EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.19 views

CVE-2021-47556

In the Linux kernel, the following vulnerability has been resolved: ethtool: ioctl: fix potential NULL deref in ethtoolsetcoalesce ethtoolsetcoalesce now uses both the .getcoalesce and .setcoalesce callbacks. But the check for their availability is buggy, so changing the coalesce settings on a...

5.5CVSS6.2AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 1:30 p.m.30 views

CVE-2021-47279

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

4.4CVSS6.6AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:11 a.m.25 views

CVE-2023-52806

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix possible null-ptr-deref when assigning a stream While AudioDSP drivers assign streams exclusively of HOST or LINK type, nothing blocks a user to attempt to assign a COUPLED stream. As supplied substream instance ma...

4.4CVSS5.3AI score0.00257EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:11 a.m.21 views

CVE-2023-52802

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.4CVSS6.6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.25 views

CVE-2023-52788

In the Linux kernel, the following vulnerability has been resolved: i915/perf: Fix NULL deref bugs with drmdbg calls When i915 perf interface is not available dereferencing it will lead to NULL dereferences. As returning -ENOTSUPP is pretty clear return when perf interface is not available...

4.4CVSS6.7AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.23 views

CVE-2023-52782

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

4.4CVSS6.3AI score0.00235EPSS
SaveExploits0References4
Rows per page
Query Builder