Lucene search
+L

9642 matches found

SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.9 views

SUSE CVE-2025-38278

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: QOS: Refactor TCHTBLEAFDELLAST callback This patch addresses below issues, 1. Active traffic on the leaf node must be stopped before its send queue is reassigned to the parent. This patch resolves the issue by marki...

5.5CVSS6.5AI score0.00168EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.7 views

SUSE CVE-2025-38294

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL access in assign channel context handler Currently, when ath12kmacassignviftovdev fails, the radio handle ar gets accessed from the link VIF handle arvif for debug logging, This is incorrect. In the fail...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.6 views

SUSE CVE-2025-38339

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

7.2AI score0.00137EPSS
SaveExploits0References9
Wired Threat Level
Wired Threat Level
added 2025/07/10 9:58 p.m.9 views

DHS Tells Police That Common Protest Activities Are ‘Violent Tactics’

DHS is urging law enforcement to treat even skateboarding and livestreaming as signs of violent intent during a protest, turning everyday behavior into a pretext for police action...

7.3AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/07/10 5:18 p.m.7 views

CVE-2025-33054

Insufficient UI warning of dangerous operations in Remote Desktop Client allows an unauthorized attacker to perform spoofing over a network...

8.1CVSS6.2AI score0.00858EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/10 9:15 a.m.8 views

CVE-2025-38327

In the Linux kernel, the following vulnerability has been resolved: fgraph: Do not enable functiongraph tracer when setting funcgraph-args When setting the funcgraph-args option when function graph tracer is net enabled, it incorrectly enables it. Worse, it unregisters itself when it was never...

5.5CVSS0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/10 8:15 a.m.11 views

CVE-2025-38296

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

5.5CVSS0.0013EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/10 8:15 a.m.14 views

CVE-2025-38285

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix WARN in getbpfrawtpregs syzkaller reported an issue: WARNING: CPU: 3 PID: 5971 at kernel/trace/bpftrace.c:1861 getbpfrawtpregs+0xa4/0x100 kernel/trace/bpftrace.c:1861 Modules linked in: CPU: 3 UID: 0 PID: 5971 Comm:...

5.5CVSS0.00176EPSS
SaveExploits0References11
OSV
OSV
added 2025/07/10 8:15 a.m.3 views

DEBIAN-CVE-2025-38278

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: QOS: Refactor TCHTBLEAFDELLAST callback This patch addresses below issues, 1. Active traffic on the leaf node must be stopped before its send queue is reassigned to the parent. This patch resolves the issue by marki...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/10 8:15 a.m.9 views

CVE-2025-38280

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid bpfprogret0warn when jit fails syzkaller reported an issue: WARNING: CPU: 3 PID: 217 at kernel/bpf/core.c:2357 bpfprogret0warn+0xa/0x20 kernel/bpf/core.c:2357 Modules linked in: CPU: 3 UID: 0 PID: 217 Comm: kworker/u32...

7.8CVSS0.00181EPSS
SaveExploits0References8
NVD
NVD
added 2025/07/10 8:15 a.m.10 views

CVE-2025-38282

In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers don't use it afterwards but it's important for...

5.5CVSS0.0016EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

DEBIAN-CVE-2025-38282

In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers don't use it afterwards but it's important for...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.7 views

DEBIAN-CVE-2025-38273

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipcaeadencrypt syzbot reported a refcount warning 1 caused by calling getnet on a network namespace that is being destroyed refcount=0. This happens when a TIPC discovery timer fires during...

5.5CVSS5.6AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/10 8:15 a.m.9 views

CVE-2025-38273

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipcaeadencrypt syzbot reported a refcount warning 1 caused by calling getnet on a network namespace that is being destroyed refcount=0. This happens when a TIPC discovery timer fires during...

7.8CVSS0.00175EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/10 8:15 a.m.1 views

DEBIAN-CVE-2025-38270

In the Linux kernel, the following vulnerability has been resolved: net: drv: netdevsim: don't napicomplete from netpoll netdevsim supports netpoll. Make sure we don't call napicomplete from it, since it may not be scheduled. Breno reports hitting a warning in napicompletedone: WARNING: CPU: 14...

7.8CVSS6.1AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

DEBIAN-CVE-2025-38267

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not trigger WARNON due to a commitoverrun When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer...

7.8CVSS6.3AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38339 powerpc/bpf: fix JIT code size calculation of bpf trampoline

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline archbpftrampolinesize provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The total number of instructions emitted for BPF trampoline...

7.8CVSS7.1AI score
SaveExploits0References5
OSV
OSV
added 2025/07/10 8:15 a.m.11 views

UBUNTU-CVE-2025-38282

In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers don't use it afterwards but it's important for...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References31
OSV
OSV
added 2025/07/10 8:15 a.m.11 views

UBUNTU-CVE-2025-38295

In the Linux kernel, the following vulnerability has been resolved: perf/amlogic: Replace smpprocessorid with rawsmpprocessorid in mesonddrpmucreate The Amlogic DDR PMU driver mesonddrpmucreate function incorrectly uses smpprocessorid, which assumes disabled preemption. This leads to kernel...

7.8CVSS6.5AI score0.00156EPSS
SaveExploits0References30
OSV
OSV
added 2025/07/10 8:15 a.m.9 views

UBUNTU-CVE-2025-38280

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid bpfprogret0warn when jit fails syzkaller reported an issue: WARNING: CPU: 3 PID: 217 at kernel/bpf/core.c:2357 bpfprogret0warn+0xa/0x20 kernel/bpf/core.c:2357 Modules linked in: CPU: 3 UID: 0 PID: 217 Comm: kworker/u32...

7.8CVSS6.5AI score0.00181EPSS
SaveExploits0References41
Rows per page
Query Builder