Lucene search
+L

9625 matches found

Debian CVE
Debian CVE
added 2025/04/01 3:40 p.m.25 views

CVE-2025-21922

In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning 1, which is caused by the ppp driver not initializing a 2-byte header when using socket filter. The following code can generate a PPP...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2025/04/01 3:40 p.m.14 views

CVE-2025-21922 ppp: Fix KMSAN uninit-value warning with bpf

In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning 1, which is caused by the ppp driver not initializing a 2-byte header when using socket filter. The following code can generate a PPP...

5.5CVSS6AI score
SaveExploits0References13
CVE
CVE
added 2025/04/01 3:40 p.m.181 views

CVE-2025-21922

CVE-2025-21922 concerns a Linux kernel PPP driver issue where a 2-byte header used by socket filter/BPF is not fully initialized, triggering a KMSAN “uninit-value” warning. The root cause, as described, is that only the first byte of the direction indicator is initialized while the second byte re...

5.5CVSS7.2AI score0.00217EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/04/01 3:40 p.m.25 views

CVE-2025-21922 ppp: Fix KMSAN uninit-value warning with bpf

In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning 1, which is caused by the ppp driver not initializing a 2-byte header when using socket filter. The following code can generate a PPP...

0.00217EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/01 3:26 p.m.23 views

CVE-2025-21895 perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list

In the Linux kernel, the following vulnerability has been resolved: perf/core: Order the PMU list to fix warning about unordered pmuctxlist Syskaller triggers a warning due to prevepc-pmu != nextepc-pmu in perfeventswaptaskctxdata. vmcore shows that two lists have the same perfeventpmucontext, bu...

0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/01 3:26 p.m.11 views

CVE-2025-21895 perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list

In the Linux kernel, the following vulnerability has been resolved: perf/core: Order the PMU list to fix warning about unordered pmuctxlist Syskaller triggers a warning due to prevepc-pmu != nextepc-pmu in perfeventswaptaskctxdata. vmcore shows that two lists have the same perfeventpmucontext, bu...

6.2AI score
SaveExploits0References7
CVE
CVE
added 2025/04/01 3:26 p.m.119 views

CVE-2025-21895

CVE-2025-21895 pertains to the Linux kernel perf subsystem. The issue arises in perf/core where the order of perf_event_pmu_context entries in parent/child contexts can become inconsistent due to the timing of PMU/event additions, triggering a warning about an unordered pmu_ctx_list in perf_event...

4.7CVSS7AI score0.00138EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.10 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 the Linux kernel that stems from ovsctsetlabels triggering a warning on a confirmed connection...

4.7CVSS5.9AI score0.00145EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.9 views

PT-2025-14339 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the openvswitch in the Linux kernel. Specifically, it involves the ovs ct set labels function, which is called for confirmed conntrack entries within ovs ct...

5.8AI score0.00145EPSS
SaveExploits0References12
OSV
OSV
added 2025/03/30 4:15 p.m.12 views

PYSEC-2025-191

A vulnerability, which was classified as problematic, has been found in PyTorch 2.6.0+cu124. Affected by this issue is the function torch.mkldnnmaxpool2d. The manipulation leads to denial of service. An attack has to be approached locally. The exploit has been disclosed to the public and may be...

5.5CVSS4.7AI score0.00254EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/03/29 5:48 p.m.20 views

CVE-2023-53031

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled, while running a threadimc event. Command to trigger the warning: perf...

5.5CVSS7.4AI score0.00147EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:38 p.m.19 views

CVE-2022-49751

In the Linux kernel, the following vulnerability has been resolved: w1: fix WARNING after calling w1process I got the following WARNING message while removing driverds2482: ------------ cut here ------------ do not call blocking ops when !TASKRUNNING; state=1 set at w1process+0x9e/0x1d0 wire...

3.3CVSS7.2AI score0.00191EPSS
SaveExploits0References4
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/03/28 8:12 a.m.6 views

Malicious code in kaddex-ui (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware f347f71f4aaa1d161eda3bdcb1494331068aff9d830f7c93dcdc17c82462b7bd Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/28 3:41 a.m.9 views

SUSE CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS6.5AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/28 3:40 a.m.7 views

SUSE CVE-2022-49747

In the Linux kernel, the following vulnerability has been resolved: erofs/zmap.c: Fix incorrect offset calculation Effective offset to add to length was being incorrectly calculated, which resulted in iomap-length being set to 0, triggering a WARNON in iomapiterdone. Fix that, and describe it in...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/28 3:40 a.m.7 views

SUSE CVE-2022-49751

In the Linux kernel, the following vulnerability has been resolved: w1: fix WARNING after calling w1process I got the following WARNING message while removing driverds2482: ------------ cut here ------------ do not call blocking ops when !TASKRUNNING; state=1 set at w1process+0x9e/0x1d0 wire...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/03/28 3:39 a.m.8 views

SUSE CVE-2023-52928

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc call in checkkfunccall, which would be captured in fixupkfunccall if such insn is not eliminated by dead code elimination. However, this can lead to t...

5.5CVSS7.9AI score0.00245EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.7 views

SUSE CVE-2023-52935

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix -anonvma race If an -anonvma is attached to the VMA, collapseandfreepmd requires it to be locked. Page table traversal is allowed under any one of the mmap lock, the anonvma lock if the VMA is associated with a...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.7 views

SUSE CVE-2023-53022

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid deadlock in enetctxonesteptstamp This lockdep splat says it better than I could: ================================ WARNING: inconsistent lock state 6.2.0-rc2-07010-ga9b9500ffaac-dirty 967 Not tainted...

5.5CVSS6.4AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.10 views

SUSE CVE-2023-53031

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled, while running a threadimc event. Command to trigger the warning: perf...

5.5CVSS6.7AI score0.00147EPSS
SaveExploits0References6
Rows per page
Query Builder