Lucene search
K

55 matches found

Tenable Nessus
Tenable Nessus
added 2026/06/12 12:0 a.m.10 views

EulerOS Virtualization 2.13.0 : expat (EulerOS-SA-2026-2398)

According to the versions of the expat packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : libexpat before 2.7.5 allows a NULL pointer dereference in the function setContext on retry after an earlier ouf-of-memory...

5.5CVSS7.2AI score0.00216EPSS
Exploits1References4
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: comedi: niusb6501: fixed NULL dereferencing in command paths. The driver uses USB transfer buffers of the endpoint size, but there were no sanity checks on their sizes. This can lead to dereferencing of zero-size pointers or...

4.6CVSS5AI score0.00388EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fixed a null pointer access when the smcrreg pointer is NULL. In certain types of chips, such as VEGA20, reading the amdgpu regssmc file can lead to a null pointer access when the smcrreg pointer is NULL. Here are the...

5.5CVSS6AI score0.0024EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.5 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Net: Ethernet: nixge: fixed NULL dereference issue. In the function nixgehwdmabdrelease, dereferencing a NULL pointer priv-rxbdv could occur in the case of an allocation failure in nixgehwdmabdinit. The for loop that dereferences...

5.5CVSS5.5AI score0.00233EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/26 12:0 a.m.3 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2026-014350)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-014350 advisory. In the Linux kernel, the following vulnerability has been resolved: fpga: manager: add owner module and take its refcount The current implementation of the fpga...

5.5CVSS5.2AI score0.00211EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.2 views

SUSE CVE-2026-23439

In the Linux kernel, the following vulnerability has been resolved: udptunnel: fix NULL deref caused by udpsockcreate6 when CONFIGIPV6=n When CONFIGIPV6 is disabled, the udpsockcreate6 function returns 0 success without actually creating a socket. Callers such as foucreate then proceed to...

5.7AI score0.00123EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.15 views

CVE-2026-23320

...

0.00022EPSS
Exploits0
Amazon
Amazon
added 2026/02/18 12:0 a.m.6 views

Important: openssl

Issue Overview: If an application using the SSLCIPHERfind function in a QUIC protocol client or server receives an unknown cipher suite from the peer, a NULL dereference occurs. CVE-2025-15468 A TLS 1.3 connection using certificate compression can be forced to allocate a large buffer before...

7.5CVSS5.8AI score0.00844EPSS
Exploits1
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.2 views

SUSE CVE-2026-23159

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.5CVSS5.4AI score0.00114EPSS
Exploits0References3
CVE
CVE
added 2026/02/04 4:8 p.m.19 views

CVE-2026-23084

CVE-2026-23084 affects the Linux kernel be2net driver. The vulnerability arises when be_cmd_get_mac_from_list() is called with pmac_id_valid == false and pmac_id == NULL, which can cause a NULL pointer dereference. The fix, per the description, is to pass the address of a stub variable to the fun...

5.5CVSS5.2AI score0.00123EPSS
Exploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:0 a.m.2 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005122)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005122 advisory. In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible null-ptr-deref in ocfs2setbufferuptodate When doing cleanup, if flags without...

5.5CVSS6.7AI score0.00249EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/01/26 3:32 a.m.4 views

CVE-2026-1417 GPAC filedump.c dump_isom_rtp null pointer dereference

A weakness has been identified in GPAC up to 2.4.0. Affected by this issue is the function dumpisomrtp of the file applications/mp4box/filedump.c. This manipulation causes null pointer dereference. The attack needs to be launched locally. The exploit has been made available to the public and coul...

4.8CVSS5.5AI score0.00196EPSS
Exploits1References7
OSV
OSV
added 2026/01/14 3:6 p.m.2 views

CVE-2025-71124 drm/msm/a6xx: move preempt_prepare_postamble after error check

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: move preemptpreparepostamble after error check Move the call to preemptpreparepostamble after verifying that preemptpostambleptr is valid. If preemptpostambleptr is NULL, dereferencing it in preemptpreparepostamble...

5.5CVSS5.2AI score0.00137EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.1 views

SUSE CVE-2023-54204

In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, 1. the memory allocated in mmcallochost will be leaked 2. null-ptr-deref will happen when calling mmcremovehost in...

5.5CVSS6.5AI score0.00155EPSS
Exploits0References17
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.20 views

CVE-2022-50879 objtool: Fix SEGFAULT

In the Linux kernel, the following vulnerability has been resolved: objtool: Fix SEGFAULT findinsn will return NULL in case of failure. Check insn in order to avoid a kernel Oops for NULL pointer dereference...

0.00173EPSS
Exploits0References6
CVE
CVE
added 2025/12/24 12:23 p.m.11 views

CVE-2023-54058

Technical details for CVE-2023-54058 are not publicly provided in the connected documents. Monitor for official patches/advisories; no product/version specifics or remediation details are included in the supplied materials.

5.9AI score0.00206EPSS
Exploits0References4
OSV
OSV
added 2025/12/16 1:57 p.m.7 views

CVE-2025-68229 scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

6AI score0.00172EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.2 views

SUSE CVE-2023-53832

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref in raid10syncrequest initresync inits mempool and sets conf-havereplacemnt at the beginning of sync, closesync frees the mempool when sync is completed. After 1 recovery might be skipped and initresy...

5.5CVSS6.5AI score0.00216EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:0 a.m.4 views

Oracle Linux 10 / 9 : Unbreakable Enterprise kernel (ELSA-2025-28040)

The remote Oracle Linux 10 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-28040 advisory. - netfilter: nftables: reject duplicate device on updates Pablo Neira Ayuso Orabug: 38712798 CVE-2025-38678 - ice: fix using untrusted value of...

5.5CVSS6.9AI score0.00338EPSS
Exploits2References42
EUVD
EUVD
added 2025/12/07 12:30 a.m.2 views

EUVD-2025-201567

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devices Previously, APU platforms and other scenarios with uninitialized VRAM managers triggered a NULL pointer dereference in ttmresourcemanagerusage. The root cause...

5.7AI score0.00156EPSS
Exploits0References6
Rows per page
Query Builder