Lucene search
K

1588 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50144

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to...

5.5CVSS6.3AI score0.00065EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50024

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axichandumplli is passed a NULL LLI pointer which ends u...

5.5CVSS6.4AI score0.00042EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38312

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: core: fbcvt: avoid division by 0 in fbcvthperiod In fbfindmodecvt, iff mode-refresh somehow happens to be 0x80000000, cvt.frefresh will become 0 when...

5.5CVSS6.6AI score0.00078EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/07/26 12:0 a.m.1 views

PT-2025-33774

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains race conditions between the PCIe hotplug driver and the EEH driver. These race conditions can lead to kernel oopses during PCIe device unplug events, EEH driv...

5.5CVSS6AI score0.00025EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.1 views

SUSE CVE-2025-38325

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

5.5CVSS6.5AI score0.00065EPSS
Exploits0References3
OSV
OSV
added 2025/07/10 9:15 a.m.1 views

UBUNTU-CVE-2025-38325

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

5.5CVSS5.7AI score0.00065EPSS
Exploits0References12
CVE
CVE
added 2025/07/10 7:42 a.m.76 views

CVE-2025-38312

CVE-2025-38312 concerns the Linux kernel fbdev path: fbcvt. In fb_find_mode_cvt(), if mode->refresh equals 0x80000000, cvt.f_refresh overflows when doubled, and is subsequently used as a divider in fb_cvt_hperiod(), causing a division by zero and potential kernel oops. The vulnerability is res...

5.5CVSS6.4AI score0.00078EPSS
Exploits0References11Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/10 12:0 a.m.0 views

PT-2025-29047 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the kernel's ksmbd module where the free transport function for TCP connections can be invoked from smbdirect, potentially leading to a kernel oops. This issue has bee...

5.7AI score0.00065EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2025/07/06 2:14 p.m.4 views

CVE-2025-38232

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

7CVSS6.3AI score0.00022EPSS
Exploits0References4
OSV
OSV
added 2025/07/04 2:15 p.m.4 views

AZL-70427 CVE-2025-38232 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

4.7CVSS5.8AI score0.00022EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2025/07/04 2:15 p.m.1 views

CVE-2025-38232

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

4.7CVSS5.8AI score0.00022EPSS
Exploits0References7Affected Software1
NVD
NVD
added 2025/07/04 2:15 p.m.4 views

CVE-2025-38232

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

4.7CVSS0.00022EPSS
Exploits0References6
OSV
OSV
added 2025/07/04 2:15 p.m.1 views

DEBIAN-CVE-2025-38189

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Avoid NULL pointer dereference in v3djobupdatestats The following kernel Oops was recently reported by Mesa CI: 800.139824 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000588 800.148619 M...

5.5CVSS5.5AI score0.00049EPSS
Exploits0References1
CVE
CVE
added 2025/07/04 1:37 p.m.44 views

CVE-2025-38232

CVE-2025-38232 : A race between NFSD registration and exports_proc causes kernel oopses when exportfs -r and mounting nfsd happen concurrently. The description specifies that the bug arises because nfsd creates the proc entry at init and cleans up at exit, leading to a race with exports_proc. The...

4.7CVSS6.3AI score0.00022EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.3 views

CVE-2025-38232 NFSD: fix race between nfsd registration and exports_proc

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

4.7CVSS5.9AI score0.00022EPSS
Exploits0References9
CVE
CVE
added 2025/07/04 1:37 p.m.76 views

CVE-2025-38189

CVE-2025-38189: In the Linux kernel, the drm/v3d driver was updated to avoid a NULL pointer dereference in v3d_job_update_stats(). The issue manifested as an oops and a kernel panic when a file descriptor associated with GPU jobs was closed before submitted jobs finished, leading to an attempt to...

5.5CVSS6.3AI score0.00049EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38130 drm/connector: only call HDMI audio helper plugged cb if non-null

In the Linux kernel, the following vulnerability has been resolved: drm/connector: only call HDMI audio helper plugged cb if non-null On driver remove, sound/soc/codecs/hdmi-codec.c calls the pluggedcb with NULL as the callback function and codecdev, as seen in its hdmiremove function. The HDMI...

0.00074EPSS
Exploits0References2
CVE
CVE
added 2025/07/03 8:35 a.m.40 views

CVE-2025-38130

Technical details for CVE-2025-38130 are not publicly provided in the connected documents. The materials only reiterate a kernel HDMI audio callback fix; monitor official advisories and patches for affected kernels and platforms.

5.5CVSS7.1AI score0.00074EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/20 5:18 p.m.4 views

CVE-2025-38069

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

5.5CVSS7.1AI score0.00042EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 1:43 a.m.3 views

CVE-2022-50024

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axichandumplli is passed a NULL LLI pointer which ends up causing an OOPS due to trying to get fields from it. Simply print...

7CVSS7.2AI score0.00042EPSS
Exploits0References4
Rows per page
Query Builder