Lucene search
K

8965 matches found

Cvelist
Cvelist
added 2025/10/01 11:42 a.m.6 views

CVE-2023-53452 wifi: rtw89: fix potential race condition between napi_init and napi_enable

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

0.00014EPSS
Exploits0References4
CVE
CVE
added 2025/10/01 11:42 a.m.14 views

CVE-2023-53452

Observation: CVE-2023-53452 concerns a race condition in the Linux kernel affecting the wifi driver path for rtW89. When a netdev is registered but NAPI isn’t initialized yet, a race can occur if user space opens the netdev and enables NAPI, causing a kernel BUG at net/core/dev.c:6423 and an inva...

4.7CVSS5.9AI score0.00014EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.4 views

CVE-2023-53449 s390/dasd: Fix potential memleak in dasd_eckd_init()

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential memleak in dasdeckdinit dasdreservereq is allocated before dasdvolinforeq, and it also needs to be freed before the error returns, just like the other cases in this function...

5.5CVSS6.5AI score0.00017EPSS
Exploits0References9
NVD
NVD
added 2025/10/01 8:15 a.m.4 views

CVE-2025-39903

In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...

5.5CVSS0.00013EPSS
Exploits0References3
OSV
OSV
added 2025/10/01 8:15 a.m.2 views

AZL-68007 CVE-2025-39891 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS5.6AI score0.00018EPSS
Exploits0References1
NVD
NVD
added 2025/10/01 8:15 a.m.2 views

CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS0.00018EPSS
Exploits0References10
OSV
OSV
added 2025/10/01 8:15 a.m.2 views

AZL-75122 CVE-2025-39891 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS6.8AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.0 views

UBUNTU-CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS5.7AI score0.00018EPSS
Exploits0References30
OSV
OSV
added 2025/10/01 8:15 a.m.0 views

UBUNTU-CVE-2025-39904

In the Linux kernel, the following vulnerability has been resolved: arm64: kexec: initialize kexecbuf struct in loadothersegments Patch series "kexec: Fix invalid field access". The kexecbuf structure was previously declared without initialization. commit bf454ec31add "kexecfile: allow to place...

5.5CVSS5.8AI score0.00019EPSS
Exploits0References5
Snyk
Snyk
added 2025/10/01 7:46 a.m.4 views

External Initialization of Trusted Variables or Data Stores

Overview ch.qos.logback:logback-core is a logback-core module. Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are...

6.4CVSS7.6AI score0.00067EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/10/01 7:44 a.m.2 views

CVE-2025-39904 arm64: kexec: initialize kexec_buf struct in load_other_segments()

In the Linux kernel, the following vulnerability has been resolved: arm64: kexec: initialize kexecbuf struct in loadothersegments Patch series "kexec: Fix invalid field access". The kexecbuf structure was previously declared without initialization. commit bf454ec31add "kexecfile: allow to place...

6.2AI score0.00019EPSS
Exploits0References2
CVE
CVE
added 2025/10/01 7:44 a.m.10 views

CVE-2025-39904

Summary: The CVE-2025-39904 issue affects the Linux kernel’s kexec path for arm64 (and riscv per the patch set). A kexec_buf structure was previously declared without full initialization, and a field added by a prior patch could be read uninitialized on some architectures, triggering UBSAN invali...

5.5CVSS6.2AI score0.00019EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/10/01 7:44 a.m.1 views

CVE-2025-39904 arm64: kexec: initialize kexec_buf struct in load_other_segments()

In the Linux kernel, the following vulnerability has been resolved: arm64: kexec: initialize kexecbuf struct in loadothersegments Patch series "kexec: Fix invalid field access". The kexecbuf structure was previously declared without initialization. commit bf454ec31add "kexecfile: allow to place...

5.5CVSS6.5AI score0.00019EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2025/10/01 7:42 a.m.2 views

CVE-2025-39903 of_numa: fix uninitialized memory nodes causing kernel panic

In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...

5.8AI score0.00013EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/10/01 7:42 a.m.8 views

CVE-2025-39903 of_numa: fix uninitialized memory nodes causing kernel panic

In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...

0.00013EPSS
Exploits0References3
CVE
CVE
added 2025/10/01 7:42 a.m.14 views

CVE-2025-39903

The CVE-2025-39903 issue affects the Linux kernel and relates to NUMA memory initialization. The root cause was that memory-only NUMA nodes (nodes without CPUs) were not properly initialized, causing a NULL pointer dereference in free_area_init when NODE_DATA() is accessed for these uninitialized...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/10/01 7:42 a.m.3 views

CVE-2025-39891 wifi: mwifiex: Initialize the chan_stats array to zero

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS6.1AI score0.00018EPSS
Exploits0References13
Debian CVE
Debian CVE
added 2025/10/01 7:42 a.m.7 views

CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS6AI score0.00018EPSS
Exploits0
Cvelist
Cvelist
added 2025/10/01 7:42 a.m.7 views

CVE-2025-39891 wifi: mwifiex: Initialize the chan_stats array to zero

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

0.00018EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.1 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, which stems from a failure to properly handle null pointers when qdisc initialization fails, which could lead to null pointer...

5.7AI score0.00017EPSS
Exploits0References7
Rows per page
Query Builder