Lucene search
+L
SusecveRecent

66349 matches found

SUSE CVE
SUSE CVE
•added 2026/08/27 4:52 p.m.•6 views

SUSE CVE-2026-74328

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content unt...

8.8CVSS6.8AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:52 p.m.•6 views

SUSE CVE-2026-74329

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdogregisterdevice registers wdd-pmnb when WDOGNOPINGONSUSPEND is set, but watchdogunregisterdevice does not remove it. This leaves an embedded notifier block on the PM...

5.8AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:52 p.m.•8 views

SUSE CVE-2026-74330

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74331

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix recursive lock in devicecachefwimages A recursive locking deadlock can occur in the firmware loader's power management notification handler. During system suspend or hibernation preparation, fwpmnotify calls...

5.9AI score0.0019EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•5 views

SUSE CVE-2026-74332

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-sof: Bound DAI link iteration createsdwdailinks walks sofdais until it finds an entry with initialised cleared, but sofdais is allocated with exactly numends entries. If all entries are initialised, the loop...

8.4CVSS6.8AI score0.00142EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•5 views

SUSE CVE-2026-74333

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration createsdwdailinks walks socdais until it finds an entry with initialised cleared, but socdais is allocated with exactly numends entries. If all entries are initialised, the loop...

8.4CVSS6.8AI score0.00142EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•7 views

SUSE CVE-2026-74334

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Fix locking when accessing mr-pd Sashiko points out that, due to reregmr, the PD is actually variable and all the touches in nldev are racy. Use mr-device instead of mr-pd-device. Getting the PD restrack ID is more...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74335

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpftaskfromvpid bpftaskfromvpid looks up a task in the pid namespace of the current task, via findtaskbyvpid: findtaskbyvpidvpid findtaskbypidnsvpid, taskactivepidnscurrent findpidnsnr, ns -...

5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•7 views

SUSE CVE-2026-74336

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

5.7AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74337

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74338

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable BPFLSMCGROUP programs at load time The cgroup shim runs under rcureadlockdontmigrate, so we should not attach any sleepable BPF programs there. Add support to the verifier to explicitly reject attempts to lo...

7.8CVSS6.7AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74340

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from firmware count in PRINTREGINFO indication The firmware-controlled rsp-count field is used as the loop bound for indexing into the flexible rsp-regs array without validation against the message...

8.1CVSS5.8AI score0.00274EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•5 views

SUSE CVE-2026-74341

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap overflow from oversized firmware HAL response The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte halbuf without validating the response length. A response exceeding...

8.8CVSS6AI score0.00338EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74342

In the Linux kernel, the following vulnerability has been resolved: kernfs: link kn to its parent before the LSM init hook After commit 12e9e3cd03b5 "simpexattr: use per-sb cache", kernfsxattrset and kernfsxattrget compute the cache via kernfsrootkn before any other check. kernfsrootkn walks...

5.8AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74366

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL deref in changestalinks for unready link ieee80211setactivelinks calls ieee80211linkusechannel for each newly-added link and WARNONONCEs if it fails. The call uses assignonfailure=true, which allows mac8021...

5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•7 views

SUSE CVE-2026-74368

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kwifi7dprxhverifytkipmic In ath12kwifi7dprxhverifytkipmic, the call to ath12kdprxchecknwifihdrlenvalid may return false when the NWIFI header length is invalid, causing the function to abort...

5.7AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74372

In the Linux kernel, the following vulnerability has been resolved: raid1: fix nrpending leak in REQATOMIC bad-block error path In raid1writerequest, each per-mirror loop iteration begins by incrementing rdev-nrpending. If a REQATOMIC write encounters a badblock within the requested range, the co...

5.9AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74386

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmettcpallocqueue, when a connection is closed during the allocation process e.g., nvmettcpsetqueuesock returns -ENOTCONN, the error handling jumps to outdestroysq and the...

5.8AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74387

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: midi: Serialize output teardown with eventinput eventprocessmidi borrows msynth-outputrfile.output and then passes the substream to dumpmidi and sndrawmidikernelwrite without synchronizing with the output open/close...

7.8CVSS6AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•9 views

SUSE CVE-2026-74393

In the Linux kernel, the following vulnerability has been resolved: drm/syncobj: Fix memory leak in drmsyncobjfindfence Commit 18226ba52159 "drm/syncobj: reject invalid flags in drmsyncobjfindfence" forgot to take into account the fact that drmsyncobjfind takes a reference to syncobj and returns...

5.8AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•7 views

SUSE CVE-2026-74395

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference MLX5IBMETHODDEVXSUBSCRIBEEVENT links eventsub into sublist before initializing the fields used by the shared error path. If eventfdctxfdget then fails, the unwind path...

5.8AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74400

In the Linux kernel, the following vulnerability has been resolved: bpf: fix crash in bpfset|removedentryxattr for negative dentries bpfsetdentryxattr and bpfremovedentryxattr BPF kfuncs attempt to lock the inode of the supplied dentry without checking if it is NULL. If a negative dentry is passe...

5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•6 views

SUSE CVE-2026-74454

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Supply the overflow slot size in BPOS, not the whole bin BO size vc4overflowmemwork points BPOA at a 512KB slot inside the 16MB binner BO, but writes the size of the whole BO to BPOS. On every binner out-of-memory event...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS5.8AI score0.00131EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•8 views

SUSE CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:51 p.m.•7 views

SUSE CVE-2026-74625

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: release template ct on non-IP path A bridge nftables ct zone set rule can attach a conntrack template to an skb before nfctbridgepre sees it. For non-IPv4 and non-IPv6 EtherTypes, nfctbridgepre currently...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•10 views

SUSE CVE-2026-74741

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling In non-MSI-X mode such as legacy INTx or single MSI, wx-msixentry is not allocated or initialized. Calling NGBEINTRMISCwx dereferences wx-msixentry-entry,...

7.5CVSS5.8AI score0.00451EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•7 views

SUSE CVE-2026-75593

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to 0.31.2, a custom client can produce such an upload request to the BuildKit daemon that files can escape from the BuildKit-controlled state directory. The client needs to...

7.2CVSS5.9AI score0.0054EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•10 views

SUSE CVE-2026-76844

webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UPPATHREGEXP applied to path.normalize./$pathname, only matches ".." that stands as a whole path...

8.3CVSS5.8AI score0.00371EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•5 views

SUSE CVE-2026-77310

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS5.9AI score0.00187EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•9 views

SUSE CVE-2026-77507

Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.8, Weblate's object-scoped RSS feeds do not apply the permission checks used elsewhere, allowing unauthorized users to read change-history metadata from private projects and...

5.3CVSS5.9AI score0.00237EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•7 views

SUSE CVE-2026-77508

Weblate is a web based localization tool. Prior to 2026.8, an authenticated user can change the account's primary email through PUT or PATCH requests to /api/users/username/ without verifying the new address, allowing a later team invitation for that address to be accepted without access to the...

3.5CVSS5.8AI score0.00152EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•7 views

SUSE CVE-2026-77573

Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.8, a user permitted to manage component repository URLs can perform server-side request forgery against internal services through DNS rebinding during VCS operations. Weblate...

3.5CVSS5.9AI score0.00142EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:50 p.m.•9 views

SUSE CVE-2026-78323

A flaw was found in JSS Java Security Services. The JSSTrustManager class does not verify NSS trust flags when validating CA certificates, allowing certificates present in the NSS database without TRUSTEDCA flags to be accepted as trust anchors for TLS connections. In non-default configurations...

6.5CVSS5.8AI score0.00114EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:48 p.m.•9 views

SUSE CVE-2026-79921

amqp091-go is a Go AMQP 0.9.1 client. Before version 1.13.0, a compromised or malicious AMQP broker can force the client to allocate resources for and process content body frames that exceed the negotiated framemax limit. This can lead to unexpected memory consumption or application-layer denial ...

8.9CVSS5.9AI score0.00316EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:47 p.m.•8 views

SUSE CVE-2026-80524

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

5.8AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 4:47 p.m.•8 views

SUSE CVE-2026-80542

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference in amdgpudmcrtcsetvblank amdgpudmcrtcsetvblank dereferences acrtcstate-stream when vblank is enabled/queried from DRMIOCTLMODECRTCGETSEQUENCE before a stream is attached to it. BUG:...

5.8AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:30 a.m.•9 views

SUSE CVE-2026-16599

GNU wget is vulnerable to denial of service in its FTP OPIE/S-KEY authentication functionality. The server-supplied sequence number from the FTP challenge line is used as an iteration count for an MD5 key-derivation loop without any upper bound validation. A malicious FTP server or a network...

4.3CVSS5.8AI score0.0038EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:30 a.m.•8 views

SUSE CVE-2026-19499

unknown...

5.8AI score0.00376EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:30 a.m.•9 views

SUSE CVE-2026-19542

unknown...

5.8AI score0.00277EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:30 a.m.•8 views

SUSE CVE-2026-19685

NetworkManager did not apply the privateuser restriction to the 802-1x.ca-path and phase2-ca-path directory-valued connection properties. This incomplete fix for CVE-2025-9615 allows an unprivileged local user to point a private WPA-Enterprise 802.1X connection profile's CA path at an...

7.1CVSS5.9AI score0.00136EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:29 a.m.•9 views

SUSE CVE-2026-32637

Velero is an open source tool for backing up, restoring, and migrating Kubernetes cluster resources and persistent volumes. Prior to 1.18.1, an attacker who compromises the backup object-storage backend can upload a malicious backup tarball containing parent-directory paths that escape the...

5.9CVSS5.9AI score0.00514EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:29 a.m.•17 views

SUSE CVE-2026-39113

Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11 and later snapshots/builds allows an attacker to cause a...

4CVSS5.9AI score0.00211EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:27 a.m.•5 views

SUSE CVE-2026-52490

An issue in libtiff 85f2ac8e0b01cb7db2bbecf4a3b891bdbef67938 allows an attacker to execute arbitrary code via the processcommandopts function in tools/tiffcrop.c...

9.8CVSS6.2AI score0.00403EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:27 a.m.•6 views

SUSE CVE-2026-52491

An issue in libtiff 85f2ac8e0b01cb7db2bbecf4a3b891bdbef67938 allows an attacker to execute arbitrary code via the libtiff/tools/thumbnail.c: main component...

8.4CVSS6.2AI score0.0014EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:26 a.m.•8 views

SUSE CVE-2026-59184

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13 allow a crafted EXR with a nonzero dataWindow.min to make TypedFlatImageChannel::row return an...

7.1CVSS5.9AI score0.00218EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:26 a.m.•7 views

SUSE CVE-2026-59186

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions before 3.2.11, 3.3.0 through 3.3.12, and 3.4.0 through 3.4.13, a crafted tiled EXR can trigger a heap out-of-bounds write on 32-bit/ILP32 builds when read...

7.1CVSS6AI score0.00224EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:26 a.m.•6 views

SUSE CVE-2026-59187

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. OpenEXR versions 3.3.0 through 3.3.12 and 3.4.0 through 3.4.13 are vulnerable to a heap out-of-bounds write when exrmetrics reads a crafted deep scanline EXR. This occur...

7.1CVSS5.9AI score0.00217EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:26 a.m.•11 views

SUSE CVE-2026-59189

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In OpenEXRUtil versions 3.3.0 through 3.3.12 and 3.4.0 through 3.4.12, the documented TypedDeepImageChannel::row API can return an out-of-bounds pointer when a deep imag...

7.1CVSS5.9AI score0.00247EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/27 12:26 a.m.•7 views

SUSE CVE-2026-59682

Arbitrary file overwrite via SAVEPROFILE message in OpenRGB. This issue affects OpenRGB through 1.0rc3...

9.1CVSS5.8AI score0.00514EPSS
SaveExploits0References3
Total number of security vulnerabilities66349