Lucene search
+L

409174 matches found

NVD
NVD
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22095

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulatorbulkget If the regulatorbulkget returns an error and no regulators are created, we need to set their number to zero. If we don't do this and the PCIe link up fails, a call to...

5.5CVSS0.00195EPSS
SaveExploits0References8
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22087

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

7.8CVSS0.00231EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22072

In the Linux kernel, the following vulnerability has been resolved: spufs: fix gang directory lifetimes prior to "POWERPC spufs: Fix gang destroy leaks" we used to have a problem with gang lifetimes - creation of a gang returns opened gang directory, which normally gets removed when that gets...

7.8CVSS0.00204EPSS
SaveExploits0References7
OSV
OSV
added 2025/04/16 3:16 p.m.11 views

UBUNTU-CVE-2025-22118

In the Linux kernel, the following vulnerability has been resolved: ice: validate queue quanta parameters to prevent OOB access Add queue wraparound prevention in quanta configuration. Ensure endqid does not overflow by validating startqid and numqueues...

8.9CVSS6.2AI score0.00171EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.12 views

UBUNTU-CVE-2025-22094

In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix ref-counting on the PMU 'vpapmu' Commit 176cda0619b6 "powerpc/perf: Add perf interface to expose vpa counters" introduced 'vpapmu' to expose Book3s-HV nested APIv2 provided L1L2 context switch latency counters t...

7.3CVSS5.9AI score0.00198EPSS
SaveExploits0References9
OSV
OSV
added 2025/04/16 3:16 p.m.26 views

UBUNTU-CVE-2025-22078

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqarm: Fix possible NPR of keep-alive thread In case vchiqplatformconnstatechanged is never called or fails before driver removal, kathread won't be a valid pointer to a taskstruct. So do the necessary checks before...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References14
OSV
OSV
added 2025/04/16 3:15 p.m.11 views

AZL-61677 CVE-2025-22062 affecting package kernel for versions less than 5.15.184.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in procsctpdoudpport We must serialize calls to sctpudpsockstop and sctpudpsockstart or risk a crash as syzbot reported: Oops: general protection fault, probably for non-canonical address...

5.5CVSS6.3AI score0.00265EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:15 p.m.11 views

CVE-2025-22038

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate zero numsubauth before subauth is accessed Access psid-subauthpsid-numsubauth - 1 without checking if numsubauth is non-zero leads to an out-of-bounds read. This patch adds a validation step to ensure numsubauth !...

8.3CVSS0.00559EPSS
SaveExploits0References7
NVD
NVD
added 2025/04/16 3:15 p.m.17 views

CVE-2025-22039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS0.0068EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:15 p.m.13 views

CVE-2024-58095

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before txBeginAnon call Added a read-only check before calling txBeginAnon in extAlloc and extRecord. This prevents modification attempts on a read-only mounted filesystem, avoiding potential errors or...

5.5CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

UBUNTU-CVE-2025-22039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing bounds check in both smbcheckpermdacl and...

8.8CVSS6.2AI score0.0068EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.23 views

CVE-2025-23131 dlm: prevent NPD when writing a positive value to event_done

In the Linux kernel, the following vulnerability has been resolved: dlm: prevent NPD when writing a positive value to eventdone douevent returns the value written to eventdone. In case it is a positive value, newlockspace would undo all the work, and lockspace would not be set. dlmnewlockspace,...

0.00183EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:13 p.m.166 views

CVE-2025-23131

CVE-2025-23131 affects the Linux kernel in the DLM subsystem. The issue occurs when do_uevent returns a positive value written to event_done; this value previously caused new_lockspace to consider it a success, leaving lockspace uninitialized and leading to a NULL pointer dereference in dlm_find_...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/04/16 2:13 p.m.129 views

CVE-2025-23132

CVE-2025-23132 concerns the Linux kernel’s File System F2FS quota handling. The provided connected documents describe a race condition in the quota writeback path: checkpoint/remount/freeze/quotactl can race with f2fs_remount and core quota synchronization, triggering a warning in dquot_writeback...

7CVSS6.6AI score0.00162EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.32 views

CVE-2025-22123 f2fs: fix to avoid accessing uninitialized curseg

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid accessing uninitialized curseg syzbot reports a f2fs bug as below: F2FS-fs loop3: Stopped filesystem due to reason: 7 kworker/u8:7: attempt to access beyond end of device BUG: unable to handle page fault for...

0.00178EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.34 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

0.00178EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.42 views

CVE-2025-22118 ice: validate queue quanta parameters to prevent OOB access

In the Linux kernel, the following vulnerability has been resolved: ice: validate queue quanta parameters to prevent OOB access Add queue wraparound prevention in quanta configuration. Ensure endqid does not overflow by validating startqid and numqueues...

8.8CVSS0.00171EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/16 2:12 p.m.149 views

CVE-2025-22095

CVE-2025-22095 pertains to the Linux kernel PCI subsystem (brcmstb) and fixes an error path in regulator_bulk_get() handling. If regulator_bulk_get() returns an error and no regulators are created, the kernel previously did not set the regulator count to zero, which could cause a kernel panic whe...

5.5CVSS6.3AI score0.00195EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.12 views

CVE-2025-22095 PCI: brcmstb: Fix error path after a call to regulator_bulk_get()

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulatorbulkget If the regulatorbulkget returns an error and no regulators are created, we need to set their number to zero. If we don't do this and the PCIe link up fails, a call to...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.43 views

CVE-2025-22095 PCI: brcmstb: Fix error path after a call to regulator_bulk_get()

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulatorbulkget If the regulatorbulkget returns an error and no regulators are created, we need to set their number to zero. If we don't do this and the PCIe link up fails, a call to...

0.00195EPSS
SaveExploits0References6
Rows per page
Query Builder