Lucene search
+L

9746 matches found

Cvelist
Cvelist
added 2025/12/16 1:57 p.m.45 views

CVE-2025-68225 lib/test_kho: check if KHO is enabled

In the Linux kernel, the following vulnerability has been resolved: lib/testkho: check if KHO is enabled We must check whether KHO is enabled prior to issuing KHO commands, otherwise KHO internal data structures are not initialized...

0.00172EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.37 views

CVE-2025-68224

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:57 p.m.26 views

CVE-2025-68224

CVE-2025-68224 is rejected/not used as stated in the Initial Description.

6.1AI score0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:57 p.m.10 views

CVE-2025-68224 scsi: core: Fix a regression triggered by scsi_host_busy()

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a regression triggered by scsihostbusy Commit 995412e23bb2 "blk-mq: Replace tags-lock with SRCU for tag iterators" introduced the following regression: Call trace: srcureadlock+0x30/0x80 P...

6.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.41 views

CVE-2025-68222 pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: s32cc: fix uninitialized memory in s32pinctrldesc s32pinctrldesc is allocated with devmkmalloc, but not all of its fields are initialized. Notably, numcustomparams is used in pinconfgenericparsedtconfig, resulting in...

0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.33 views

CVE-2025-68213 idpf: fix possible vport_config NULL pointer deref in remove

In the Linux kernel, the following vulnerability has been resolved: idpf: fix possible vportconfig NULL pointer deref in remove Attempting to remove the driver will cause a crash in cases where the vport failed to initialize. Following trace is from an instance where the driver failed during an...

0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:57 p.m.21 views

CVE-2025-68213

CVE-2025-68213: Linux kernel idpf driver vulnerability where remove() may dereference a NULL vport_config if vport initialization failed, causing a kernel crash during device removal. Mitigation implemented by adding a NULL pointer check for vport_config[i] before freeing user_config.q_coalesce. ...

6AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:57 p.m.7 views

CVE-2025-68213 idpf: fix possible vport_config NULL pointer deref in remove

In the Linux kernel, the following vulnerability has been resolved: idpf: fix possible vportconfig NULL pointer deref in remove Attempting to remove the driver will cause a crash in cases where the vport failed to initialize. Following trace is from an instance where the driver failed during an...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:57 p.m.16 views

CVE-2025-68212

The CVE-2025-68212 entry describes a Linux kernel issue in fs/namespace.c: statmount_string() uses an offp pointer for several flags, but STATMOUNT_MNT_UIDMAP and STATMOUNT_MNT_GIDMAP set struct fields directly, leaving offp uninitialized. This can cause an uninitialized dereference when *offp is...

7.8CVSS6AI score0.00128EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.36 views

CVE-2025-68204 pmdomain: arm: scmi: Fix genpd leak on provider registration failure

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: scmi: Fix genpd leak on provider registration failure If ofgenpdaddprovideronecell fails during probe, the previously created generic power domains are not removed, leading to a memory leak and potential kernel cra...

0.00188EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:43 p.m.28 views

CVE-2025-68187

The CVE-2025-68187 issue affects the Linux kernel: in the airoha_mdio_probe path, device_node_to_regmap() may return an ERR_PTR() if regmap initialization fails, but the driver previously stored that pointer without validation, risking a crash on dereference. The vulnerability is mitigated by add...

6.2AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.37 views

CVE-2025-68168 jfs: fix uninitialized waitqueue in transaction manager

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit was not properly initializing TxBlock0.waitor waitqueue, causing a crash when txEnd0 is called on read-only filesystems. Whe...

7.8CVSS0.00137EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 1:42 p.m.5 views

CVE-2025-68168 jfs: fix uninitialized waitqueue in transaction manager

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit was not properly initializing TxBlock0.waitor waitqueue, causing a crash when txEnd0 is called on read-only filesystems. Whe...

7.8CVSS6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/16 1:42 p.m.25 views

CVE-2025-68168

The CVE-2025-68168 issue is in the Linux kernel JFS transaction manager. The root cause was that txInit() did not initialize TxBlock[0].waitor, so when reading from a read-only filesystem txEnd(0) accessed an uninitialized waitqueue via tid_to_tblock(0). This could trigger a non-static key lockde...

7.8CVSS6AI score0.00137EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.34 views

CVE-2025-68167 gpiolib: fix invalid pointer access in debugfs

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

7.8CVSS0.00135EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:42 p.m.22 views

CVE-2025-68167

Summary (CVE-2025-68167) : In the Linux kernel gpiolib, a path in debugfs allows a local attacker to trigger a pointer dereference. The root cause is that if memory allocation in gpiolib_seq_start() fails, s->private remains uninitialized and is later dereferenced in gpiolib_seq_stop(). The fi...

7.8CVSS6.1AI score0.00135EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 12:33 a.m.39 views

CVE-2025-14758 Initialization of a Resource with an Insecure Default in YAOOK

Incorrect configuration of replication security in the MariaDB component of the infra-operator in YAOOK Operator allows an on-path attacker to read database contents, potentially including credentials...

6.5CVSS0.00189EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68224

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: core: Fix a regression triggered by scsihostbusy Commit 995412e23bb2 blk-mq: Replace tags-lock with SRCU for tag iterators introduced the following...

6.8AI score0.00032EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.10 views

PT-2025-51638

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue in lib/test kho where a check for Kernel Hardware Observability KHO enablement is missing. Without verifying KHO is enabled before issuing KHO commands...

9.8CVSS6.4AI score0.00601EPSS
SaveExploits7References210
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.7 views

PT-2025-51637

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A regression was introduced in the Linux kernel due to a commit 995412e23bb2 related to SCSI core functionality and tag iterators. This regression is triggered by the scsi host busy...

5.3AI score0.00032EPSS
SaveExploits0References25
Rows per page
Query Builder