Lucene search
K
SusecveRecent

58478 matches found

SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40151

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: No support of struct argument in trampoline programs The current implementation does not support struct argument. This causes a oops when running bpf selftest: $ ./testprogs -a tracingstruct Oops1: CPU -1 Unable t...

6.4AI score0.00162EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40152

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix bootup splat with separategpudrm modparam The drmgemforeachgpuvmbo call from lookupvma accesses drmgemobj.gpuva.list, which is not initialized when the drm driver does not support DRIVERGEMGPUVA feature. Enable it fo...

6.5AI score0.00162EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40153

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: avoid soft lockup when mprotect to large memory area When calling mprotect to a large hugetlb memory area in our customer's workload 300GB hugetlb memory, soft lockup was observed: watchdog: BUG: soft lockup - CPU98...

3.3CVSS6.1AI score0.00171EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40154

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: bytcrrt5640: Fix invalid quirk input mapping When an invalid value is passed via quirk option, currently bytcrrt5640 driver only shows an error message but leaves as is. This may lead to unepxected results like OOB...

6.4CVSS6.5AI score0.00171EPSS
Exploits0References30
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40155

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: debugfs: Fix legacy mode page table dump logic In legacy mode, SSPTPTR is ignored if TT is not 00b or 01b. SSPTPTR maybe uninitialized or zero in that case and may cause oops like: Oops: general protection fault,...

6.5AI score0.00192EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.5CVSS6.4AI score0.00162EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40157

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: Skip DIMM enumeration on a disabled memory controller When loading the i10nmedac driver on some Intel Granite Rapids servers, a call trace may appear as follows: UBSAN: shift-out-of-bounds in...

5.2CVSS6.5AI score0.00199EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•5 views

SUSE CVE-2025-40158

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6output Use RCU in ip6output in order to use dstdevrcu to prevent possible UAF. We can remove rcureadlock/rcureadunlock pairs from ip6finishoutput2...

6.3CVSS6.5AI score0.00188EPSS
Exploits0References25
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•4 views

SUSE CVE-2025-40159

In the Linux kernel, the following vulnerability has been resolved: xsk: Harden userspace-supplied xdpdesc validation Turned out certain clearly invalid values passed in xdpdesc from userspace can pass xp,unalignedvalidatedesc and then lead to UBs or just invalid frames to be queued for xmit...

7CVSS7AI score0.00161EPSS
Exploits0References80
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40160

In the Linux kernel, the following vulnerability has been resolved: xen/events: Return -EEXIST for bound VIRQs Change findvirq to return -EEXIST when a VIRQ is bound to a different CPU than the one passed in. With that, remove the BUGON from bindvirqtoirq to propogate the error upwards. Some VIRQ...

3.3CVSS6.5AI score0.00162EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40161

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number 16, which fails with dynamic IRQ allocation. During unbind, this causes improper SGI cleanup leading to...

6.1CVSS6.4AI score0.00161EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40162

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdwutils: avoid NULL deref when devmkasprintf fails devmkasprintf may return NULL on memory allocation failure, but the debug message prints cpus-dainame before checking it. Move the devdbg call after the NULL check to...

5.5CVSS6.5AI score0.00161EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40163

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Stop dlserver before CPU goes offline IBM CI tool reported kernel warning1 when running a CPU removal operation through drmgr2. i.e "drmgr -c cpu -r -q 1" WARNING: CPU: 0 PID: 0 at kernel/sched/cpudeadline.c:219...

6.4AI score0.00161EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•7 views

SUSE CVE-2025-40164

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix using smpprocessorid in preemptible code warnings Syzbot reported the following warning: BUG: using smpprocessorid in preemptible 00000000 code: dhcpcd/2879 caller is usbnetskbreturn+0x74/0x490...

4.7CVSS6.7AI score0.00168EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40165

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: m2m: Fix streaming cleanup on release If streamon/streamoff calls are imbalanced, such as when exiting an application with Ctrl+C when streaming, the m2m usagecount will never reach zero and the ISI channel...

4.7CVSS6.5AI score0.00162EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40166

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Check GuC running state before deregistering exec queue In normal operation, a registered exec queue is disabled and deregistered through the GuC, and freed only after the GuC confirms completion. However, if the driv...

5.5CVSS6.4AI score0.00161EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40167

In the Linux kernel, the following vulnerability has been resolved: ext4: detect invalid INLINEDATA + EXTENTS flag combination syzbot reported a BUGON in ext4escacheextent when opening a verity file on a corrupted ext4 filesystem mounted without a journal. The issue is that the filesystem has an...

5.5CVSS6.4AI score0.00171EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40168

In the Linux kernel, the following vulnerability has been resolved: smc: Use skdstget and dstdevrcu in smcclcprfxmatch. smcclcprfxmatch is called from smclistenwork and not under RCU nor RTNL. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and dstdevrcu. Note that the returned value o...

6.3CVSS6.5AI score0.0015EPSS
Exploits0References24
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40169

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative offsets for ALU ops When verifying BPF programs, the checkaluop function validates instructions with ALU operations. The 'offset' field in these instructions is a signed 16-bit integer. The existing check...

5.8CVSS6.4AI score0.00162EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40170

In the Linux kernel, the following vulnerability has been resolved: net: use dstdevrcu in sksetupcaps Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. Also use dstdevrcu in ip6dstmtumaybeforward, and ipdstmtumaybeforward. ip4dsthoplimit can use dstdevnetrcu...

6.3CVSS6.5AI score0.00167EPSS
Exploits0References25
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40171

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: move lsop put work to nvmetfclsreqop It's possible for more than one async command to be in flight from nvmetfcsendlsreq. For each command, a tgtport reference is taken. In the current code, only one put work item is...

5.3CVSS6.1AI score0.00167EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40172

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Treat remaining == 0 as error in findandmapuserpages Currently, if findandmapuserpages takes a DMA xfer request from the user with a length field set to 0, or in a rare case, the host receives QAICTRANSDMAXFERCONT fro...

5.5CVSS6.5AI score0.00162EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40173

In the Linux kernel, the following vulnerability has been resolved: net/ip6tunnel: Prevent perpetual tunnel growth Similarly to ipv4 tunnel, ipv6 version updates dev-neededheadroom, too. While ipv4 tunnel headroom adjustment growth was limited in commit 5ae1e9922bbd "net: iptunnel: prevent...

4.7CVSS6.2AI score0.00171EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40174

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix SMP ordering in switchmmirqsoff Stephen noted that it is possible to not have an smpmb between the loadedmm store and the tlbgen load in switchmm, meaning the ordering against flushtlbmmrange goes out the window, and ...

6.4AI score0.0015EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40175

In the Linux kernel, the following vulnerability has been resolved: idpf: cleanup remaining SKBs in PTP flows When the driver requests Tx timestamp value, one of the first steps is to clone SKB using skbget. It increases the reference counter for that SKB to prevent unexpected freeing by another...

4.7CVSS6.5AI score0.0015EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•3 views

SUSE CVE-2025-40176

In the Linux kernel, the following vulnerability has been resolved: tls: wait for pending async decryptions if tlsstrpmsghold fails Async decryption calls tlsstrpmsghold to create a clone of the input skb to hold references to the memory it uses. If we fail to allocate that clone, proceeding with...

7CVSS6.5AI score0.00162EPSS
Exploits0References23
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40177

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix bootlog initialization ordering As soon as we queue MHI buffers to receive the bootlog from the device, we could be receiving data. Therefore all the resources needed to process that data need to be setup prior to...

6.3CVSS6.2AI score0.00161EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40178

In the Linux kernel, the following vulnerability has been resolved: pid: Add a judgment for ns null in pidnrns taskpidnrns ns = taskactivepidnscurrent; pidnrnsrcudereferencetaskpidptrtask, type, ns; if pid && ns-level level Sometimes null is returned for taskactivepidns. Then it will trigger kern...

4.4CVSS6.4AI score0.00184EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40179

In the Linux kernel, the following vulnerability has been resolved: ext4: verify orphan file size is not too big In principle orphan file can be arbitrarily large. However orphan replay needs to traverse it all and we also pin all its buffers in memory. Thus filesystems with absurdly large orphan...

4.7CVSS6.4AI score0.00179EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40180

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loop The cleanup loop was starting at the wrong array index, causing out-of-bounds access. Start the loop at the correct index for zero-indexed arrays to prevent...

6.3CVSS6.5AI score0.00172EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40181

In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP When running as an SNP or TDX guest under KVM, force the legacy PCI hole, i.e. memory between Top of Lower Usable DRAM and 4GiB, to be mapped as UC via a forc...

5.5CVSS6.6AI score0.00172EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•0 views

SUSE CVE-2025-40182

In the Linux kernel, the following vulnerability has been resolved: crypto: skcipher - Fix reqsize handling Commit afddce13ce81d "crypto: api - Add reqsize to cryptoalg" introduced crareqsize field in cryptoalg struct to replace type specific reqsize fields. It looks like this was introduced...

6.6AI score0.00162EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•2 views

SUSE CVE-2025-40183

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix metadatadst leak bpfredirectneighv4,6 Cilium has a BPF egress gateway feature which forces outgoing K8s Pod traffic to pass through dedicated egress gateways which then SNAT the traffic in order to interact with stable I...

5.3CVSS6.4AI score0.00179EPSS
Exploits1References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•5 views

SUSE CVE-2025-40184

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix debug checking for np-guests using huge mappings When running with transparent huge pages and CONFIGNVHEEL2DEBUG then the debug checking in asserthostsharedguest fails on the launch of an np-guest. This WARNON...

6.5AI score0.00162EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•5 views

SUSE CVE-2025-40185

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

5.5CVSS6.5AI score0.00172EPSS
Exploits0References12
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40186

In the Linux kernel, the following vulnerability has been resolved: tcp: Don't call reqskfastopenremove in tcpconnrequest. syzbot reported the splat below in tcpconnrequest. 0 If a listener is closed while a TFO socket is being processed in tcpconnrequest, inetcskreqskqueueadd does not set reqsk-...

7CVSS6.5AI score0.00184EPSS
Exploits0References84
SUSE CVE
SUSE CVE
•added 2025/11/14 12:24 a.m.•1 views

SUSE CVE-2025-40188

In the Linux kernel, the following vulnerability has been resolved: pwm: berlin: Fix wrong register in suspend/resume The 'enable' register should be BERLINPWMEN rather than BERLINPWMENABLE, otherwise, the driver accesses wrong address, there will be cpu exception then kernel panic during...

5.5CVSS6.5AI score0.00184EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40189

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix lost EEPROM read timeout error-ETIMEDOUT in lan78xxreadraweeprom Syzbot reported read of uninitialized variable BUG with following call stack. lan78xx 8-1:1.0 unnamed netdevice uninitialized: EEPROM read...

6.5AI score0.00162EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•2 views

SUSE CVE-2025-40191

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

6.5AI score0.0015EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•7 views

SUSE CVE-2025-40194

In the Linux kernel, the following vulnerability has been resolved: cpufreq: intelpstate: Fix object lifecycle issue in updateqosrequest The cpufreqcpuput call in updateqosrequest takes place too early because the latter subsequently calls freqqosupdaterequest that indirectly accesses the policy...

4.7CVSS6.5AI score0.00171EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40197

In the Linux kernel, the following vulnerability has been resolved: media: mc: Clear minor number before put device The device minor should not be cleared after the device is released...

5.5CVSS6.5AI score0.00171EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•3 views

SUSE CVE-2025-40198

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid potential buffer over-read in parseapplysbmountoptions Unlike other strings in the ext4 superblock, we rely on tune2fs to make sure smountopts is NUL terminated. Harden parseapplysbmountoptions by treating smountopts ...

5.5CVSS6.8AI score0.00167EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•2 views

SUSE CVE-2025-40199

In the Linux kernel, the following vulnerability has been resolved: pagepool: Fix PPMAGICMASK to avoid crashing on some 32-bit arches Helge reported that the introduction of PPMAGICMASK let to crashes on boot on his 32-bit parisc machine. The cause of this is the mask is set too wide, so the...

6.3AI score0.00161EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40200

In the Linux kernel, the following vulnerability has been resolved: Squashfs: reject negative file sizes in squashfsreadinode Syskaller reports a "WARNING in ovlcopyupfile" in overlayfs. This warning is ultimately caused because the underlying Squashfs file system returns a file with a negative...

5.5CVSS6.5AI score0.00171EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•3 views

SUSE CVE-2025-40201

In the Linux kernel, the following vulnerability has been resolved: kernel/sys.c: fix the racy usage of tasklocktsk-groupleader in sysprlimit64 paths The usage of tasklocktsk-groupleader in sysprlimit64-doprlimit path is very broken. sysprlimit64 does gettaskstructtsk but this only protects...

5.5CVSS6.4AI score0.00162EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40202

In the Linux kernel, the following vulnerability has been resolved: ipmi: Rework user message limit handling The limit on the number of user messages had a number of issues, improper counting in some cases and a use after free. Restructure how this is all done to handle more in the receive messag...

5.5CVSS6.4AI score0.00162EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40203

In the Linux kernel, the following vulnerability has been resolved: listmount: don't call pathput under namespace semaphore Massage listmount and make sure we don't call pathput under the namespace semaphore. If we put the last reference we're fscked...

5.5CVSS6.6AI score0.00161EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•2 views

SUSE CVE-2025-40204

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this...

7.5CVSS6.5AI score0.00171EPSS
Exploits0References108
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•1 views

SUSE CVE-2025-40205

In the Linux kernel, the following vulnerability has been resolved: btrfs: avoid potential out-of-bounds in btrfsencodefh The function btrfsencodefh does not properly account for the three cases it handles. Before writing to the file handle fh, the function only returns to the user...

5.5CVSS6.8AI score0.00171EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/11/14 12:23 a.m.•2 views

SUSE CVE-2025-40206

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftobjref: validate objref and objrefmap expressions Referencing a synproxy stateful object from OUTPUT hook causes kernel crash due to infinite recursive calls: BUG: TASK stack guard page was hit at 000000008bda5b8c...

5.1CVSS6.5AI score0.00162EPSS
Exploits0References20
Total number of security vulnerabilities58478