Lucene search
+L
SusecveRecent

62939 matches found

SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•21 views

SUSE CVE-2026-46173

In the Linux kernel, the following vulnerability has been resolved: exit: prevent preemption of oopsing TASKDEAD task When an already-exiting task oopses, maketaskdead currently calls dotaskdead with preemption enabled. That is forbidden: dotaskdead calls schedule, which has a comment saying...

7CVSS5.7AI score0.00126EPSS
SaveExploits0References169
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•12 views

SUSE CVE-2026-46174

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Make sure resources are not improperly shared in the op cache and cause instruction corruption this way...

6.5CVSS5.8AI score0.00135EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•14 views

SUSE CVE-2026-46175

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by FGGC of node block During FGGC node block migration, fsck may incorrectly treat the migrated node block as fsync-written data. The reproduction scenario: root@vm:/mnt/f2fs seq 1 2048 | xargs...

5.5CVSS5.8AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•34 views

SUSE CVE-2026-46176

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch destroys s0 but falls through and unconditionally assigns the freed ...

5.5CVSS5.8AI score0.00142EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•36 views

SUSE CVE-2026-46177

In the Linux kernel, the following vulnerability has been resolved: ipmi: Add limits to event and receive message requests The driver would just fetch events and receive messages until the BMC said it was done. To avoid issues with BMCs that never say they are done, add a limit of 10 fetches at a...

5.5CVSS5.8AI score0.00501EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•60 views

SUSE CVE-2026-46178

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46179

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report the current I/O frame position by dividing the position by the number of channels multiplied by the...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•13 views

SUSE CVE-2026-46180

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task Watchdog task might end between sendsig and kthreadstop calls, what results in the use-after-free issue. Fix this by increasing watchdog task referenc...

5.5CVSS5.7AI score0.00135EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46181

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4srqevent Sashiko points out the radixtree itself is RCU safe, but nothing ever frees the mlx4srq struct with RCU, and it isn't even accessed within the RCU critical section. It also will crash...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•18 views

SUSE CVE-2026-46182

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace The hdr variable is allocated on the stack and only hdr.version and hdr.flags are initialized explicitly. Because the struct paprhvpipehdr contains reserved paddi...

3.3CVSS5.8AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46183

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: protect path kfree with damonsysfslock damonsysfsquotgoal-path can be read and written by users, via DAMON sysfs 'path' file. It can also be indirectly read, for the parameters on,offline committing to...

5.5CVSS5.9AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46184

In the Linux kernel, the following vulnerability has been resolved: sound: ua101: fix division by zero at probe Add a missing sanity check for bNrChannels in detectusbformat to prevent a division by zero in playbackurbcomplete and captureurbcomplete. USB core does not validate class-specific...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•19 views

SUSE CVE-2026-46185

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlinkdata Since smb2checkmessage returns success without length validation for the symlink error response, in symlinkdata it is possible for iov-iovlen to be smaller than sizeofstruct...

5.5CVSS5.7AI score0.00513EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46186

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: validate rx pkttype header length virtbtrxhandle reads the leading pkttype byte from the RX skb and forwards the remainder to hcirecvframe for every event/ACL/SCO/ISO type, without checking that the remaining...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•22 views

SUSE CVE-2026-46187

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: fix kthread lifetime race between self-exit and external-stop RSI driver use both self-exitkthreadcompleteandexit and external-stop kthreadstop when killing a kthread. Generally, kthreadstop is called first, and in thi...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•22 views

SUSE CVE-2026-46188

In the Linux kernel, the following vulnerability has been resolved: octeonepvf: add NULL check for napibuildskb napibuildskb can return NULL on allocation failure. In octepvfoqprocessrx, the result is used directly without a NULL check in both the single-buffer and multi-fragment paths, leading t...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46189

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmwpvrdma: Fix double free on pvrdmaallocucontext error path Sashiko points out that pvrdmauarfree is already called within pvrdmadeallocucontext, so calling it before triggers a double free...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46190

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spinorparamsshow Sashiko noticed an out-of-bounds read 1. In spinorparamsshow, the snorfnames array is passed to spinorprintflags using sizeofsnorfnames. Since snorfnames is an arr...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•18 views

SUSE CVE-2026-46191

In the Linux kernel, the following vulnerability has been resolved: fbcon: Avoid OOB font access if console rotation fails Clear the font buffer if the reallocation during console rotation fails in fbconrotatefont. The putcs implementations for the rotated buffer will return early in this case. S...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•12 views

SUSE CVE-2026-46192

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations The core will deal with reads by creating clock cycles itself, there's no need to generate clock cycles by transmitting garbage da...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•13 views

SUSE CVE-2026-46193

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah: account for ESN high bits in async callbacks AH allocates its temporary auth/ICV layout differently when ESN is enabled: the async ahash setup appends a 4-byte seqhi slot before the ICV or authdata area, but the async...

4.7CVSS5.8AI score0.00128EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•12 views

SUSE CVE-2026-46194

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix nodecnt race between extent node destroy and writeback f2fsdestroyextentnode does not set FINOEXTENT before clearing extent nodes. When called from f2fsdropinode with ISYNC set, concurrent kworker writeback can insert n...

4.7CVSS5.8AI score0.00093EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•27 views

SUSE CVE-2026-46195

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parsesecdesc, buildsecdesc, and the chown path in idmodetocifsacl all add the server-supplied dacloffset to pntsd before proving a DACL header fits inside the returne...

5.5CVSS5.8AI score0.00675EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46196

In the Linux kernel, the following vulnerability has been resolved: tracepoint: balance regfunc on funcadd failure in tracepointaddfunc When a tracepoint goes through the 0 - 1 transition, tracepointaddfunc invokes the subsystem's ext-regfunc before attempting to install the new probe via funcadd...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46197

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: validate SVM ioctl nattr against buffer size Validate nattr field against the buffer size, preventing out-of-bounds buffer access via user-controlled attribute count. cherry picked from commit...

7.8CVSS5.9AI score0.00139EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46198

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buffpos Fixing an integer overflow present in batadvivogmsendtoif. The size check is done using the int type in batadvivogmaggrpacket whereas the buffpos variable uses the s16 type. This could...

5.5CVSS5.8AI score0.00281EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•14 views

SUSE CVE-2026-46199

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46200

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix controller deregistration Make sure to deregister the controller before disabling and releasing underlying resources like interrupts and gpios during driver unbind...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46201

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xegemprimeimport When xedmabufinitobj fails, the attachment from dmabufdynamicattach is not detached. Add dmabufdetach before returning the error. Note: we cannot use goto outerr here becaus...

5.5CVSS5.8AI score0.00138EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•14 views

SUSE CVE-2026-46202

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: run inactivity autodim from workqueues The autodim code in hid-appletb-kbd takes backlightdevice-opslock via backlightdevicesetbrightness - mutexlock from two different atomic contexts: appletbinactivitytimer is...

5.5CVSS6AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46203

In the Linux kernel, the following vulnerability has been resolved: spi: cadence-quadspi: fix unclocked access on unbind Make sure that the controller is runtime resumed before disabling it during driver unbind to avoid an unclocked register access. This issue was flagged by Sashiko when reviewin...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•16 views

SUSE CVE-2026-46204

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpuibgetvalue which handles the bounds checks...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46205

In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume of IOCTL handlers; disable them for now. Instead of removing the code, return in the beginning of th...

5.5CVSS5.8AI score0.00141EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•14 views

SUSE CVE-2026-46206

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject new tpmeter sessions during teardown Prevent tpmeter from starting new sender or receiver sessions after meshstate has left BATADVMESHACTIVE...

5.5CVSS5.8AI score0.00139EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46207

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix empty payload in tap skb for non-linear buffers For non-linear skbs, virtiotransportbuildskb goes through virtiotransportcopynonlinearskb to copy the original payload in the new skb to be delivered to the vsockm...

3.3CVSS5.8AI score0.00127EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46208

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop tpmeter sessions during mesh teardown TP meter sessions remain linked on batpriv-tplist after the netlink request has already finished. When the mesh interface is removed, batadvmeshfree currently tears down the...

5.5CVSS5.8AI score0.00139EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46209

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drmgemfbinitwithfuncs drmgemfbinitwithfuncs computes sub-sampled plane dimensions using plain integer division: unsigned int width = modecmd-width / i ? info-hsub : 1;...

7CVSS5.8AI score0.00139EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•10 views

SUSE CVE-2026-46210

In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmtsrc during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst-lock while the core-lock protects the list of active instances. T...

7CVSS5.7AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•21 views

SUSE CVE-2026-46211

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: fix error handling in msmioctlgeminfogetmetadata msmioctlgeminfogetmetadata always returns 0 regardless of errors. When copytouser fails or the user buffer is too small, the error code stored in ret is ignored becaus...

6.6CVSS5.9AI score0.00127EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•17 views

SUSE CVE-2026-46212

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadvbladelbackboneclaims removes all claims for a backbone, it does this by dropping the link entry in the hash list. This list entry itself was one of the...

7.5CVSS5.7AI score0.00274EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2026/05/29 1:15 a.m.•15 views

SUSE CVE-2026-46213

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix UAF in inactivity-timer cleanup path Commit 38224c472a03 "HID: appletb-kbd: fix slab use-after-free bug in appletbkbdprobe" added timerdeletesync&kbd-inactivitytimer to both the probe closehw error path and...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•12 views

SUSE CVE-2026-46214

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtiotransportrecvlisten calls skacceptqadded before vsockassigntransport. If vsockassigntransport fails or selects a different transport, the error path returns...

4.7CVSS5.8AI score0.00128EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•18 views

SUSE CVE-2026-46215

In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in changehandle There was a potential race condition in changehandle. The ioctl briefly had a single object with two idr entries; a concurrent gemclose could delete the object and...

7CVSS5.8AI score0.00227EPSS
SaveExploits2References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•11 views

SUSE CVE-2026-46216

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Add NULL check for mediagt in intelhdcpgsccheckstatus When media GT is disabled via configfs, there is no allocation for mediagt, which is kept as NULL. In such scenario, intelhdcpgsccheckstatus results in a kernel...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•13 views

SUSE CVE-2026-46217

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS5.2AI score0.00013EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•14 views

SUSE CVE-2026-46218

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ibget,setvalue The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•14 views

SUSE CVE-2026-46219

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on unbind The state machine work is scheduled by the interrupt handler and therefore needs to be cancelled after disabling interrupts to avoid a potential use-after-free...

7CVSS5.7AI score0.00135EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•13 views

SUSE CVE-2026-46220

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma4: replace BUGON with WARNON in fence emission sdmav40ringemitfence contains two BUGONaddr & 0x3 assertions that verify fence writeback addresses are dword-aligned. These assertions can be reached from unprivileged...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•20 views

SUSE CVE-2026-46221

In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix device name memory leak The device name allocated via kzalloc in initonemc is assigned to dev-initname but never freed on the normal removal path. deviceregister copies initname and then sets dev-initname to...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/29 1:14 a.m.•15 views

SUSE CVE-2026-46222

In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rkcif: Add missing MUSTCONNECT flag to pads The pads missed checks for connected devices which may a null dereference when the stream is enabled. Unable to handle kernel NULL pointer dereference at virtual addres...

5.5CVSS5.8AI score0.00105EPSS
SaveExploits0References3
Total number of security vulnerabilities62939