Lucene search
+L
SusecveMost viewed

62915 matches found

SUSE CVE
SUSE CVE
•added 2025/09/05 11:22 p.m.•12 views

SUSE CVE-2025-39718

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

5.5CVSS6.7AI score0.00157EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
•added 2025/09/04 11:23 p.m.•12 views

SUSE CVE-2025-38701

In the Linux kernel, the following vulnerability has been resolved: ext4: do not BUG when INLINEDATAFL lacks system.data xattr A syzbot fuzzed image triggered a BUGON in ext4updateinlinedata when an inode had the INLINEDATAFL flag set but was missing the system.data extended attribute. Since this...

4.7CVSS6.4AI score0.00177EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/08/30 11:35 p.m.•12 views

SUSE CVE-2025-9649

A security vulnerability has been detected in appneta tcpreplay 4.5.1. Impacted is the function calcsleeptime of the file sendpackets.c. Such manipulation leads to divide by zero. An attack has to be approached locally. The exploit has been disclosed publicly and may be used. Upgrading to version...

5.5CVSS4.1AI score0.00245EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2025/08/25 11:24 p.m.•12 views

SUSE CVE-2025-38549

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix memory leak of efivarfsfsinfo in fscontext error paths When processing mount options, efivarfs allocates efivarfsfsinfo sfi early in fscontext initialization. However, sfi is associated with the superblock and...

3.3CVSS7.3AI score0.00143EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2025/08/22 11:28 p.m.•12 views

SUSE CVE-2025-38663

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid file types when reading inodes To prevent inodes with invalid file types from tripping through the vfs and causing malfunctions or assertion failures, add a missing sanity check when reading an inode from a...

5.5CVSS6.4AI score0.0017EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/08/19 11:23 p.m.•12 views

SUSE CVE-2025-38590

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Remove skb secpath if xfrm state is not found Hardware returns a unique identifier for a decrypted packet's xfrm state, this state is looked up in an xarray. However, the state might have been freed by the time of this...

5.5CVSS6.4AI score0.00359EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/08/06 2:53 a.m.•12 views

SUSE CVE-2025-43227

This issue was addressed through improved state management. This issue is fixed in Safari 18.6, iOS 18.6 and iPadOS 18.6, macOS Sequoia 15.6, tvOS 18.6, visionOS 2.6, watchOS 11.6. Processing maliciously crafted web content may disclose sensitive user information...

7.5CVSS7.1AI score0.0117EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/08/04 11:24 p.m.•12 views

SUSE CVE-2025-31273

The issue was addressed with improved memory handling. This issue is fixed in Safari 18.6, iOS 18.6 and iPadOS 18.6, macOS Sequoia 15.6, tvOS 18.6, visionOS 2.6, watchOS 11.6. Processing maliciously crafted web content may lead to memory corruption...

8.8CVSS7.1AI score0.01067EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/07/29 11:23 p.m.•12 views

SUSE CVE-2025-38420

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: do not ping device which has failed to load firmware Syzkaller reports 1, 2 crashes caused by an attempts to ping the device which has failed to load firmware. Since such a device doesn't pass 'ieee80211registerhw...

5.5CVSS6.5AI score0.0017EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/07/28 11:24 p.m.•12 views

SUSE CVE-2025-38362

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

5.5CVSS6.5AI score0.00107EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/28 11:22 p.m.•12 views

SUSE CVE-2025-38470

In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime Assuming the "rx-vlan-filter" feature is enabled on a net device, the 8021q module will automatically add or remove VLAN 0 when the net device is put...

5.5CVSS6.3AI score0.0017EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•12 views

SUSE CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS6.7AI score0.00147EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•12 views

SUSE CVE-2025-38461

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport TOCTOU Transport assignment may race with module unload. Protect newtransport from becoming a stale pointer. This also takes care of an insecure call in vsockuselocaltransport; add a lockdep assert. BUG: unab...

4.7CVSS6.4AI score0.00118EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•12 views

SUSE CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

6.1CVSS6.5AI score0.00154EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/11 11:21 p.m.•12 views

SUSE CVE-2025-48924

Uncontrolled Recursion vulnerability in Apache Commons Lang. This issue affects Apache Commons Lang: Starting with commons-lang:commons-lang 2.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before 3.18.0. The methods ClassUtils.getClass... can throw StackOverflowError on very long input...

4.7CVSS6.3AI score0.02164EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2025/07/11 11:21 p.m.•12 views

SUSE CVE-2025-53020

Late Release of Memory after Effective Lifetime vulnerability in Apache HTTP Server. This issue affects Apache HTTP Server: from 2.4.17 up to 2.4.63. Users are recommended to upgrade to version 2.4.64, which fixes the issue...

5.9CVSS7AI score0.04576EPSS
SaveExploits1References14
SUSE CVE
SUSE CVE
•added 2025/07/10 11:34 p.m.•12 views

SUSE CVE-2024-43394

Server-Side Request Forgery SSRF in Apache HTTP Server on Windows allows to potentially leak NTLM hashes to a malicious server via modrewrite or apache expressions that pass unvalidated request input. This issue affects Apache HTTP Server: from 2.4.0 through 2.4.63. Note: The Apache HTTP Server...

5.9CVSS6.6AI score0.01094EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/07/10 11:23 p.m.•12 views

SUSE CVE-2025-38299

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMPDUMMY ETDM2INBE and ETDM1OUTBE are defined as COMPEMPTY, in the case the codec dainame will be null. Avoid a crash if the device tree is not assigning a codec to these links...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•12 views

SUSE CVE-2025-38313

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mcdev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mcdev variable. In case the MC device is a DPRC, a new mcbus is allocat...

5.5CVSS6.5AI score0.00161EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•12 views

SUSE CVE-2025-38319

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrlinitializemcregtable The function atomctrlinitializemcregtable and atomctrlinitializemcregtablev22 does not check the return value of smuatomgetdatatable. If...

5.5CVSS6.5AI score0.00149EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•12 views

SUSE CVE-2025-38328

In the Linux kernel, the following vulnerability has been resolved: jffs2: check jffs2preallocrawnoderefs result in few other places Fuzzing hit another invalid pointer dereference due to the lack of checking whether jffs2preallocrawnoderefs completed successfully. Subsequent logic implies that t...

5.5CVSS8AI score0.00182EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/07/08 11:21 p.m.•12 views

SUSE CVE-2025-38215

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix doregisterframebuffer to prevent null-ptr-deref in fbvideomodetovar If fbaddvideomode in doregisterframebuffer fails to allocate memory for fbvideomode, it will later lead to a null-ptr dereference in fbvideomodetovar,...

4.4CVSS6.3AI score0.0014EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/04 11:22 p.m.•12 views

SUSE CVE-2025-38174

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Do not double dequeue a configuration request Some of our devices crash in tbcfgrequestdequeue: general protection fault, probably for non-canonical address 0xdead000000000122 CPU: 6 PID: 91007 Comm: kworker/6:2...

4.7CVSS6.5AI score0.00227EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/07/04 2:38 p.m.•12 views

SUSE CVE-2025-38145

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: Add NULL check in aspeedlpcenablesnoop devmkasprintf returns NULL when memory allocation fails. Currently, aspeedlpcenablesnoop does not check for this case, which results in a NULL pointer dereference. Add NULL chec...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/04 2:38 p.m.•12 views

SUSE CVE-2025-38151

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix hang when cmaneteventcallback fails to queuework The cited commit fixed a crash when cmaneteventcallback was called for a cmaid while work on that id from a previous call had not yet started. The work item was...

6.1CVSS6.4AI score0.0015EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/06/19 3:45 a.m.•12 views

SUSE CVE-2022-49966

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finimicrocode interface for Sienna Cichlid To avoid any potential memory leak...

4.4CVSS6.3AI score0.00202EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:44 a.m.•12 views

SUSE CVE-2022-50015

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-ipc: Do not process IPC reply before firmware boot It is not yet clear, but it is possible to create a firmware so broken that it will send a reply message before a FWREADY message it is not yet clear if...

5.5CVSS6.1AI score0.00179EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2025/06/19 3:42 a.m.•12 views

SUSE CVE-2022-50086

In the Linux kernel, the following vulnerability has been resolved: block: don't allow the same type rqqos add more than once In our test of iocost, we encountered some list add/del corruptions of innerwalk list in ioctimerfn. The reason can be described as follows: cpu 0 cpu 1 iocqoswrite...

5.5CVSS6.2AI score0.00159EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2025/06/19 3:41 a.m.•12 views

SUSE CVE-2022-50104

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xivegetmaxprio offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.0016EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/06/19 3:41 a.m.•12 views

SUSE CVE-2022-50111

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359parsedt and mt6359accdetparsedt, we should call ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS6.3AI score0.00202EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:40 a.m.•12 views

SUSE CVE-2022-50137

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a window for use-after-free During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdmacqfreersrc. Fix this by moving the call to irdmacqfreersrc after the...

5.5CVSS6.3AI score0.00213EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:40 a.m.•12 views

SUSE CVE-2022-50141

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-esdhc: Fix refcount leak in esdhcsignalvoltageswitch offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS6.3AI score0.0016EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/06/19 3:39 a.m.•12 views

SUSE CVE-2022-50207

In the Linux kernel, the following vulnerability has been resolved: ARM: bcm: Fix refcount leak in bcmkonasmcinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:39 a.m.•12 views

SUSE CVE-2022-50208

In the Linux kernel, the following vulnerability has been resolved: soc: amlogic: Fix refcount leak in meson-secure-pwrc.c In mesonsecurepwrcprobe, there is a refcount leak in one fail path...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:15 a.m.•12 views

SUSE CVE-2025-38031

In the Linux kernel, the following vulnerability has been resolved: padata: do not leak refcount in reorderwork A recent patch that addressed a UAF introduced a reference count leak: the paralleldata refcount is incremented unconditionally, regardless of the return value of queuework. If the work...

6.1CVSS7.8AI score0.0017EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/06/19 3:15 a.m.•12 views

SUSE CVE-2025-38043

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Set dmamask for ffa devices Set dmamask for FFA devices, otherwise DMA allocation using the device pointer lead to following warning: WARNING: CPU: 1 PID: 1 at kernel/dma/mapping.c:597 dmaallocattrs+0xe0/0x124...

7.9AI score0.0016EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/06/19 3:14 a.m.•12 views

SUSE CVE-2025-38060

In the Linux kernel, the following vulnerability has been resolved: bpf: copyverifierstate should copy 'loopentry' field The bpfverifierstate.loopentry state should be copied by copyverifierstate. Otherwise, .loopentry values from unrelated states would poison env-curstate. Additionally, env-stac...

7.8CVSS6.3AI score0.00154EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/06/05 3:23 a.m.•12 views

SUSE CVE-2025-4138

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or...

8.2CVSS7.6AI score0.01196EPSS
SaveExploits7References22
SUSE CVE
SUSE CVE
•added 2025/06/04 3:2 a.m.•12 views

SUSE CVE-2025-4517

Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or TarFile.extract using the filter= parameter with a value of...

8.4CVSS7.7AI score0.01276EPSS
SaveExploits11References22
SUSE CVE
SUSE CVE
•added 2025/05/11 2:6 a.m.•12 views

SUSE CVE-2022-49915

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDNregisterdevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, add putdevice to give up the reference, so...

5.5CVSS6.4AI score0.00193EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/05/10 2:52 a.m.•12 views

SUSE CVE-2025-37865

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported Russell King reports that on the ZII dev rev B, deleting a bridge VLAN from a user port fails with -ENOENT:...

5.5CVSS7.7AI score0.00247EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2025/05/08 11:40 a.m.•12 views

SUSE CVE-2025-37800

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential NULL pointer dereference in devuevent If userspace reads "uevent" device attribute at the same time as another threads unbinds the device from its driver, change to dev-driver from a valid pointer to NU...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2025/05/07 2:19 a.m.•12 views

SUSE CVE-2022-49825

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatportadd In atatportadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...

4.4CVSS6.1AI score0.00204EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/05/03 2:50 a.m.•12 views

SUSE CVE-2023-53097

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•12 views

SUSE CVE-2025-23155

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Fix accessing freed irq affinityhint In stmmacrequestirqmultimsi, a pointer to the stack variable cpumask is passed to irqsetaffinityhint. This value is stored in irqdesc-affinityhint, but once stmmacrequestirqmultim...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
•added 2025/05/02 2:2 a.m.•12 views

SUSE CVE-2025-37768

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/29 2:56 p.m.•12 views

SUSE CVE-2025-31650

Improper Input Validation vulnerability in Apache Tomcat. Incorrect error handling for some invalid HTTP priority headers resulted in incomplete clean-up of the failed request which created a memory leak. A large number of such requests could trigger an OutOfMemoryException resulting in a denial ...

7.5CVSS6.9AI score0.5992EPSS
SaveExploits5References9
SUSE CVE
SUSE CVE
•added 2025/04/23 2:38 a.m.•12 views

SUSE CVE-2025-22090

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Fix VMPAT handling when fork fails in copypagerange If trackpfncopy fails, we already added the dst VMA to the maple tree. As fork fails, we'll cleanup the maple tree, and stumble over the dst VMA for which we neither...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/04/23 2:38 a.m.•12 views

SUSE CVE-2025-22095

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulatorbulkget If the regulatorbulkget returns an error and no regulators are created, we need to set their number to zero. If we don't do this and the PCIe link up fails, a call to...

5.5CVSS7.6AI score0.00189EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/23 2:38 a.m.•12 views

SUSE CVE-2025-22105

In the Linux kernel, the following vulnerability has been resolved: bonding: check xdp prog when set bond mode Following operations can trigger a warning1: ip netns add ns1 ip netns exec ns1 ip link add bond0 type bond mode balance-rr ip netns exec ns1 ip link set dev bond0 xdp obj afxdpkern.o se...

5.5CVSS7.6AI score0.0019EPSS
SaveExploits0References16
Total number of security vulnerabilities5000