Lucene search
+L
SusecveMost viewed

63077 matches found

SUSE CVE
SUSE CVE
•added 2025/01/12 12:17 a.m.•14 views

SUSE CVE-2024-48881

In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing ISERRORNULL with ISERR again Commit 028ddcac477b "bcache: Remove unnecessary NULL point check in node allocations" leads a NULL pointer deference in cachesetflush. 1721 if !ISERRORNULLc-root 1722...

5.5CVSS7.6AI score0.00251EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
•added 2025/01/07 3:49 a.m.•14 views

SUSE CVE-2024-56587

In the Linux kernel, the following vulnerability has been resolved: leds: class: Protect brightnessshow with ledcdev-ledaccess mutex There is NULL pointer issue observed if from Process A where hid device being added which results in adding a ledcdev addition and later a another call to access of...

4.7CVSS7.7AI score0.00254EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
•added 2024/12/30 3:48 a.m.•14 views

SUSE CVE-2024-56745

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix resetmethodstore memory leak In resetmethodstore, a string is allocated via kstrndup and assigned to the local "options". options is then used in with strsep to find spaces: while name = strsep&options, " " != NULL If...

5.5CVSS7.5AI score0.00212EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/12/29 3:47 a.m.•14 views

SUSE CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

4.7CVSS7.7AI score0.00267EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
•added 2024/12/28 3:50 a.m.•14 views

SUSE CVE-2024-53179

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free of signing key Customers have reported use-after-free in @ses-authkey.response with SMB2.1 + sign mounts which occurs due to following race: task A task B cifsmount dfsmountshare getsession...

7CVSS7.7AI score0.00603EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2024/12/28 3:49 a.m.•14 views

SUSE CVE-2024-53224

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Move events notifier registration to be after device registration Move pkey change work initialization and cleanup from device resources stage to notifier stage, since this is the stage which handles this work events...

4.7CVSS7.3AI score0.00322EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2024/12/28 3:48 a.m.•14 views

SUSE CVE-2024-56573

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdlineptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline refers to the pool allocation that should be freed whe...

5.5CVSS7.6AI score0.00235EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/11/08 3:49 a.m.•14 views

SUSE CVE-2024-50142

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate new SA's prefixlen using SA family when sel.family is unset This expands the validation introduced in commit 07bf7908950a "xfrm: Validate address prefix lengths in the xfrm selector." syzbot created an SA with...

6.3CVSS7.7AI score0.00259EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2024/11/08 3:48 a.m.•14 views

SUSE CVE-2024-50171

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcmsysportxmit The bcmsysportxmit returns NETDEVTXOK without freeing skb in case of dmamapsingle fails, add devkfreeskb to fix it...

4CVSS7.7AI score0.0024EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2024/10/24 3:19 a.m.•14 views

SUSE CVE-2024-49881

In the Linux kernel, the following vulnerability has been resolved: ext4: update origpath in ext4findextent In ext4findextent, if the path is not big enough, we free it and set origpath to NULL. But after reallocating and successfully initializing the path, we don't update origpath, in which case...

5.5CVSS6.4AI score0.0025EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2024/10/24 3:18 a.m.•14 views

SUSE CVE-2024-49996

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract InodeType's size from ReparseDataLength. Function...

5.5CVSS6.8AI score0.00789EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
•added 2024/10/22 2:23 p.m.•14 views

SUSE CVE-2022-48973

In the Linux kernel, the following vulnerability has been resolved: gpio: amd8111: Fix PCI device reference count leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference...

6.6CVSS6.5AI score0.00236EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2024/10/22 2:22 p.m.•14 views

SUSE CVE-2022-49021

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix null-ptr-deref while probe failed I got a null-ptr-deref report as following when doing fault injection test: BUG: kernel NULL pointer dereference, address: 0000000000000058 Oops: 0000 1 PREEMPT SMP KASAN PTI CPU: 1...

5.5CVSS7.7AI score0.00281EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2024/10/22 2:22 p.m.•14 views

SUSE CVE-2022-49025

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free when reverting termination table When having multiple dests with termination tables and second one or afterwards fails the driver reverts usage of term tables but doesn't reset the assignment in...

7.8CVSS6.5AI score0.00248EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2024/10/21 3:47 p.m.•14 views

SUSE CVE-2024-47696

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

5.5CVSS6.4AI score0.00727EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2024/10/21 3:46 p.m.•14 views

SUSE CVE-2024-47728

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero former ARGPTRTOLONG,INT args in case of error For all non-tracing helpers which formerly had ARGPTRTOLONG,INT as input arguments, zero the value for the case of an error as otherwise it could leak memory. For tracing, i...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2024/10/21 3:46 p.m.•14 views

SUSE CVE-2024-47742

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Block path traversal Most firmware names are hardcoded strings, or are constructed from fairly constrained format strings where the dynamic parts are just some hex numbers or such. However, there are a couple...

6CVSS6.3AI score0.00289EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2024/09/28 2:51 a.m.•14 views

SUSE CVE-2024-46857

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix bridge mode operations when there are no VFs Currently, trying to set the bridge mode attribute when numvfs=0 leads to a crash: bridge link set dev eth2 hwmode vepa 168.967392 BUG: kernel NULL pointer dereference,...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/09/25 3:11 a.m.•14 views

SUSE CVE-2024-9014

pgAdmin versions 8.11 and earlier are vulnerable to a security flaw in OAuth2 authentication. This vulnerability allows an attacker to potentially obtain the client ID and secret, leading to unauthorized access to user data...

8CVSS6.8AI score0.09685EPSS
SaveExploits2References5
SUSE CVE
SUSE CVE
•added 2024/09/19 3:10 a.m.•14 views

SUSE CVE-2024-46777

In the Linux kernel, the following vulnerability has been resolved: udf: Avoid excessive partition lengths Avoid mounting filesystems where the partition would overflow the 32-bits used for block number. Also refuse to mount filesystems where the partition length is so large we cannot safely inde...

5.5CVSS6.6AI score0.00248EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2024/08/30 10:4 a.m.•14 views

SUSE CVE-2024-44944

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use helper function to calculate expect ID Delete expectation path is missing a call to the nfexpectgetid helper function to calculate the expectation ID, otherwise LSB of the expectation object address is...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/08/22 2:58 a.m.•14 views

SUSE CVE-2024-43880

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumaclerp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM A-TCAM or in the ordinary circuit TCAM C-TCAM. The former can contain more ACLs i.e., tc filters, but the...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
•added 2024/08/18 2:1 a.m.•14 views

SUSE CVE-2024-43841

In the Linux kernel, the following vulnerability has been resolved: wifi: virtwifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virtwifi has advertised, the cfg80211connectresult will trigger the warning: WARNONbssnotfound. T...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/08/06 2:0 a.m.•14 views

SUSE CVE-2024-41098

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error If the ataportalloc call in atahostalloc fails, atahostrelease will get called. However, the code in atahostrelease tries to free ataport struct members unconditionally, whi...

5.5CVSS6.6AI score0.00263EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/08/06 2:0 a.m.•14 views

SUSE CVE-2024-42070

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fully validate NFTDATAVALUE on store to data registers register store validation for NFTDATAVALUE is conditional, however, the datatype is always either NFTDATAVALUE or NFTDATAVERDICT. This only requires a ne...

3.3CVSS6.3AI score0.00282EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2024/07/16 2:34 a.m.•14 views

SUSE CVE-2024-40924

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

5.5CVSS6.5AI score0.00296EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
•added 2024/07/16 2:34 a.m.•14 views

SUSE CVE-2024-40932

In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .getmodes The duplicated EDID is never freed. Fix it...

4.4CVSS6.5AI score0.00261EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/07/16 2:34 a.m.•14 views

SUSE CVE-2024-40990

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Add check for srq maxsge attribute maxsge attribute is passed by the user, and is inserted and used unchecked, so verify that the value doesn't exceed maximum allowed value before using it...

5.5CVSS6.6AI score0.0028EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/07/03 4:55 a.m.•14 views

SUSE CVE-2020-28595

An out-of-bounds write vulnerability exists in the Obj.cpp loadobj functionality of Prusa Research PrusaSlicer 2.2.0 and Master commit 4b040b856. A specially crafted obj file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability...

8.8CVSS7.8AI score0.01467EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2024/06/26 11:18 p.m.•14 views

SUSE CVE-2024-37354

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix crash on racing fsync and size-extending write into prealloc We have been seeing crashes on duplicate keys in btrfssetitemkeysafe: BTRFS critical device vdb: slot 4 key 450 108 8192 new key 450 108 8192 ------------ cu...

6.1CVSS6.2AI score0.00174EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/06/22 3:36 a.m.•14 views

SUSE CVE-2024-36270

In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

5.5CVSS6.5AI score0.00258EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/06/04 12:47 p.m.•14 views

SUSE CVE-2022-3077

A buffer overflow vulnerability was found in the Linux kernel Intel's iSMT SMBus host controller driver in the way it handled the I2CSMBUSBLOCKPROCCALL case via the ioctl I2CSMBUS with malicious input data. This flaw could allow a local user to crash the system...

4CVSS6.7AI score0.00229EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2024/06/04 12:15 p.m.•14 views

SUSE CVE-2024-36949

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6.5AI score0.00223EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2024/05/23 3:23 p.m.•14 views

SUSE CVE-2023-52781

In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usbgetbosdescriptor' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors. Function 'usbgetbosdescriptor' encounters an iterati...

4.3CVSS6.5AI score0.00239EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2024/05/21 2:2 a.m.•14 views

SUSE CVE-2023-52667

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fsanycreategroups When kcalloc for ft-g succeeds but kvzalloc for in fails, fsanycreategroups will free ft-g. However, its caller fsanycreatetable will free ft-g again through calling...

5.5CVSS6.5AI score0.00269EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/21 2:0 a.m.•14 views

SUSE CVE-2024-27417

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/05/21 2:0 a.m.•14 views

SUSE CVE-2024-27432

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix PPE hanging issue A patch to resolve an issue was found in MediaTek's GPL-licensed SDK: In the mtkppestop function, the PPE scan mode is not disabled before disabling the PPE. This can potentially le...

5.5CVSS6.3AI score0.00223EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/21 1:59 a.m.•14 views

SUSE CVE-2024-35888

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

5.5CVSS6.4AI score0.00601EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/21 1:58 a.m.•14 views

SUSE CVE-2024-35958

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/21 1:58 a.m.•14 views

SUSE CVE-2024-35982

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid infinite loop trying to resize local TT If the MTU of one of an attached interface becomes too small to transmit the local translation table then it must be resized to fit inside all fragments when enabled or a...

5.5CVSS6.4AI score0.00259EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/18 2:48 a.m.•14 views

SUSE CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

3.3CVSS6.3AI score0.00223EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/11 2:39 a.m.•14 views

SUSE CVE-2023-52654

In the Linux kernel, the following vulnerability has been resolved: iouring/afunix: disable sending iouring over sockets File reference cycles have caused lots of problems for iouring in the past, and it still doesn't work exactly right and races with unixstreamreadgeneric. The safest fix would b...

5.5CVSS6.6AI score0.00892EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/03 2:9 a.m.•14 views

SUSE CVE-2024-26938

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: Tolerate devdata==NULL in intelbiosencodersupportsdpdualmode If we have no VBT, or the VBT didn't declare the encoder in question, we won't have the 'devdata' for the encoder. Instead of oopsing just bail early. We...

3.3CVSS6.4AI score0.00222EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/03 2:9 a.m.•14 views

SUSE CVE-2024-26958

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------ cut here ------------ refcountt: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28...

5.5CVSS6.6AI score0.00244EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/03 2:9 a.m.•14 views

SUSE CVE-2024-26962

In the Linux kernel, the following vulnerability has been resolved: dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape For raid456, if reshape is still in progress, then IO across reshape position will wait for reshape to make progress. However, for dm-raid, in...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/05/03 2:9 a.m.•14 views

SUSE CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/04/13 2:10 a.m.•14 views

SUSE CVE-2024-26764

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Restrict kiocbsetcancelfn to I/O submitted via libaio If kiocbsetcancelfn is called for I/O submitted via iouring, the following kernel warning appears: WARNING: CPU: 3 PID: 368 at fs/aio.c:598 kiocbsetcancelfn+0x9c/0xa8...

3.3CVSS6.3AI score0.00248EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2024/04/10 2:16 a.m.•14 views

SUSE CVE-2024-26740

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: use the backlog for mirred ingress The test Davide added in commit ca22da2fbd69 "actmirred: use the backlog for nested calls to mirred ingress" hangs our testing VMs every 10 or so runs, with the familiar...

5.5CVSS6.4AI score0.00181EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2024/03/14 4:12 a.m.•14 views

SUSE CVE-2024-2400

Use after free in Performance Manager in Google Chrome prior to 122.0.6261.128 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS9.2AI score0.007EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
•added 2024/03/07 4:25 a.m.•14 views

SUSE CVE-2023-52603

In the Linux kernel, the following vulnerability has been resolved: UBSAN: array-index-out-of-bounds in dtSplitRoot Syzkaller reported the following issue: oop0: detected capacity change from 0 to 32768 UBSAN: array-index-out-of-bounds in fs/jfs/jfsdtree.c:1971:9 index -2 is out of range for type...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References10
Total number of security vulnerabilities5000