Lucene search
K
SusecveMost viewed

59854 matches found

SUSE CVE
SUSE CVE
•added 2025/09/18 11:40 p.m.•11 views

SUSE CVE-2023-53230

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

5.5CVSS6.5AI score0.00145EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/09/18 11:38 p.m.•11 views

SUSE CVE-2023-53401

In the Linux kernel, the following vulnerability has been resolved: mm: kmem: fix a NULL pointer dereference in objstockflushrequired KCSAN found an issue in objstockflushrequired: stock-cachedobjcg can be reset between the check and dereference:...

5.5CVSS6.4AI score0.00126EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/09/17 11:29 p.m.•11 views

SUSE CVE-2023-53151

In the Linux kernel, the following vulnerability has been resolved: md/raid10: prevent soft lockup while flush writes Currently, there is no limit for raid1/raid10 plugged bio. While flushing writes, raid1 has condresched while raid10 doesn't, and too many writes can cause soft lockup. Follow up...

5.5CVSS6.4AI score0.00112EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/09/16 11:23 p.m.•11 views

SUSE CVE-2025-39835

In the Linux kernel, the following vulnerability has been resolved: xfs: do not propagate ENODATA disk errors into xattr code ENODATA aka ENOATTR has a very specific meaning in the xfs xattr code; namely, that the requested attribute name could not be found. However, a medium error from disk may...

5.5CVSS6.5AI score0.00157EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/15 11:27 p.m.•11 views

SUSE CVE-2023-53245

In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix handling of virtual Fibre Channel timeouts Hyper-V provides the ability to connect Fibre Channel LUNs to the host system and present them in a guest VM as a SCSI device. I/O to the vFC device is handled by the...

5.5CVSS6.2AI score0.00137EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/09/12 11:24 p.m.•11 views

SUSE CVE-2025-39746

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: shutdown driver when hardware is unreliable In rare cases, ath10k may lose connection with the PCIe bus due to some unknown reasons, which could further lead to system crashes during resuming due to watchdog timeout...

5.3CVSS6.7AI score0.00145EPSS
Exploits0References27
SUSE CVE
SUSE CVE
•added 2025/09/11 11:24 p.m.•11 views

SUSE CVE-2025-39742

In the Linux kernel, the following vulnerability has been resolved: RDMA: hfi1: fix possible divide-by-zero in findhwthreadmask The function divides number of online CPUs by numcoresiblings, and later checks the divider by zero. This implies a possibility to get and divide-by-zero runtime error...

5.5CVSS6.5AI score0.0016EPSS
Exploits0References79
SUSE CVE
SUSE CVE
•added 2025/09/11 11:24 p.m.•11 views

SUSE CVE-2025-39758

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix the sendmsg byte count in siwtcpsendpages Ever since commit c2ff29e99a76 "siw: Inline dotcpsendpages", we have been doing this: static int siwtcpsendpagesstruct socket s, struct page page, int offset, sizet size ......

5.5CVSS6.5AI score0.00145EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/05 11:22 p.m.•11 views

SUSE CVE-2025-39713

In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in raininterrupt In the interrupt handler raininterrupt, the buffer full check on rain-buflen is performed before acquiring rain-buflock. This creates a Time-of-Check to Time-of-Us...

5.5CVSS6.8AI score0.00125EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/04 11:23 p.m.•11 views

SUSE CVE-2025-38729

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by malicious firmware, too...

5.5CVSS6.5AI score0.00175EPSS
Exploits0References23
SUSE CVE
SUSE CVE
•added 2025/08/22 11:29 p.m.•11 views

SUSE CVE-2025-38616

In the Linux kernel, the following vulnerability has been resolved: tls: handle data disappearing from under the TLS ULP TLS expects that it owns the receive queue of the TCP socket. This cannot be guaranteed in case the reader of the TCP socket entered before the TLS ULP was installed, or uses...

7.4CVSS6.2AI score0.00178EPSS
Exploits0References81
SUSE CVE
SUSE CVE
•added 2025/08/22 11:28 p.m.•11 views

SUSE CVE-2025-38660

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

5.5CVSS6.5AI score0.00145EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/08/22 11:28 p.m.•11 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.00159EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/08/16 11:22 p.m.•11 views

SUSE CVE-2025-38515

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Increment job count before swapping tail spsc queue A small race exists between spscqueuepush and the run-job worker, in which spscqueuepush may return not-first while the run-job worker has already idled due to the jo...

4.7CVSS7AI score0.00141EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/07/25 11:23 p.m.•11 views

SUSE CVE-2025-38365

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a race between renames and directory logging We have a race between a rename and directory inode logging that if it happens and we crash/power fail before the rename completes, the next time the filesystem is mounted,...

6.3CVSS6.6AI score0.00114EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•11 views

SUSE CVE-2025-38456

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmicreateuser The "intf" list iterator is an invalid pointer if the correct "intf-intfnum" is not found. Calling atomicdec&intf-nrusers on and invalid pointer will lead to memo...

6.1CVSS6.7AI score0.00155EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/11 11:21 p.m.•11 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.04409EPSS
Exploits1References14
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•11 views

SUSE CVE-2025-38307

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Verify content returned by parseintarray The first element of the returned array stores its length. If it is 0, any manipulation beyond the element at index 0 ends with null-ptr-deref...

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

SUSE CVE-2025-38312

In the Linux kernel, the following vulnerability has been resolved: fbdev: core: fbcvt: avoid division by 0 in fbcvthperiod In fbfindmodecvt, iff mode-refresh somehow happens to be 0x80000000, cvt.frefresh will become 0 when multiplying it by 2 due to overflow. It's then passed to fbcvthperiod,...

4.4CVSS6.4AI score0.0015EPSS
Exploits0References23
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•11 views

SUSE CVE-2025-38348

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: prevent buffer-overflow in p54rxeepromreadback Robert Morris reported: |If a malicious USB device pretends to be an Intersil p54 wifi |interface and generates an eepromreadback message with a large |eeprom-v1.len,...

4.6CVSS6.5AI score0.00167EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/04 11:21 p.m.•11 views

SUSE CVE-2025-38220

In the Linux kernel, the following vulnerability has been resolved: ext4: only dirty folios when data journaling regular files fstest generic/388 occasionally reproduces a crash that looks as follows: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace:...

5.3CVSS6.6AI score0.00136EPSS
Exploits0References23
SUSE CVE
SUSE CVE
•added 2025/06/19 3:45 a.m.•11 views

SUSE CVE-2022-49950

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session count also when there were no more available sessions so that memory beyond the fixed-size slab-allocated session...

5.5CVSS6.6AI score0.00206EPSS
Exploits0References11
SUSE CVE
SUSE CVE
•added 2025/06/19 3:43 a.m.•11 views

SUSE CVE-2022-50054

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix NULL pointer dereference in iavfgetlinkksettings Fix possible NULL pointer dereference, due to freeing of adapter-vfres in iavfinitgetresources. Previous commit introduced a regression, where receiving...

5.5CVSS6AI score0.0014EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/06/19 3:42 a.m.•11 views

SUSE CVE-2022-50092

In the Linux kernel, the following vulnerability has been resolved: dm thin: fix use-after-free crash in dmsmregisterthresholdcallback Fault inject on pool metadata device reports: BUG: KASAN: use-after-free in dmpoolregistermetadatathreshold+0x40/0x80 Read of size 8 at addr ffff8881b9d50068 by...

5.5CVSS6.3AI score0.00204EPSS
Exploits0References12
SUSE CVE
SUSE CVE
•added 2025/06/19 3:40 a.m.•11 views

SUSE CVE-2022-50135

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxeqpdocleanup The function rxecreateqp calls rxeqpfrominit. If some error occurs, the error handler of function rxeqpfrominit will set both scq and rcq to NULL. Then rxecreateqp calls...

5.5CVSS6.3AI score0.00179EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/06/19 3:40 a.m.•11 views

SUSE CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath 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.00159EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:39 a.m.•11 views

SUSE CVE-2022-50198

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix refcount leak in omap3xxxprmlateinit 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.00203EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:14 a.m.•11 views

SUSE CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS7.7AI score0.00157EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/06/05 3:23 a.m.•11 views

SUSE CVE-2025-4330

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.00767EPSS
Exploits2References23
SUSE CVE
SUSE CVE
•added 2025/05/21 12:46 a.m.•11 views

SUSE CVE-2025-37957

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception Previously, commit ed129ec9057f "KVM: x86: forcibly leave nested mode on vCPU reset" addressed an issue where a triple fault occurring in nested mode could lead to...

5.5CVSS7.5AI score0.00153EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/09 4:54 a.m.•11 views

SUSE CVE-2022-49902

In the Linux kernel, the following vulnerability has been resolved: block: Fix possible memory leak for rqwb on adddisk failure kmemleak reported memory leaks in deviceadddisk: kmemleak: 3 new suspected memory leaks unreferenced object 0xffff88800f420800 size 512: comm "modprobe", pid 4275, jiffi...

5.5CVSS6.3AI score0.00163EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/05/09 3:23 a.m.•11 views

SUSE CVE-2025-37820

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: handle NULL returned by xdpconvertbufftoframe The function xdpconvertbufftoframe may return NULL if it fails to correctly convert the XDP buffer into an XDP frame due to memory constraints, internal errors, or inval...

5.5CVSS7.8AI score0.00156EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/03 2:51 a.m.•11 views

SUSE CVE-2023-53073

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/core: Always clear status for idx The variable 'status' which contains the unhandled overflow bits is not being properly masked in some cases, displaying the following warning: WARNING: CPU: 156 PID: 475601 at...

5.5CVSS6.5AI score0.00164EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/05/03 2:51 a.m.•11 views

SUSE CVE-2023-53079

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix steering rules cleanup vport's mc, uc and multicast rules are not deleted in teardown path when EEH happens. Since the vport's promisc settingsuc, mc and all in firmware are reset after EEH, mlx5 driver will try to...

5.5CVSS6.2AI score0.00183EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•11 views

SUSE CVE-2025-23159

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add a check to handle OOB in sfr region sfr-bufsize is in shared memory and can be modified by malicious user. OOB write is possible when the size is made higher than actual sfr data buffer. Cap the size to...

5.5CVSS7.7AI score0.00176EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•11 views

SUSE CVE-2025-37740

In the Linux kernel, the following vulnerability has been resolved: jfs: add sanity check for agwidth in dbMount The width in dmapctl of the AG is zero, it trigger a divide error when calculating the control page level in dbAllocAG. To avoid this issue, add a check for agwidth in dbAllocAG...

4.4CVSS7.7AI score0.00164EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•11 views

SUSE CVE-2025-37747

In the Linux kernel, the following vulnerability has been resolved: perf: Fix hang while freeing sigtrap event Perf can hang while freeing a sigtrap event if a related deferred signal hadn't managed to be sent before the file got closed: perfeventoverflow taskworkaddperfpendingtask fput...

5.5CVSS7.5AI score0.00154EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/04/23 2:38 a.m.•11 views

SUSE CVE-2025-22093

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

5.5CVSS7.6AI score0.00176EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/05 2:25 a.m.•11 views

SUSE CVE-2025-21966

In the Linux kernel, the following vulnerability has been resolved: dm-flakey: Fix memory corruption in optional corruptbiobyte feature Fix memory corruption due to incorrect parameter being passed to bioinit...

5.5CVSS7.8AI score0.00184EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/04 2:59 a.m.•11 views

SUSE CVE-2025-21930

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't try to talk to a dead firmware This fixes: bad state = 0 WARNING: CPU: 10 PID: 702 at drivers/net/wireless/inel/iwlwifi/iwl-trans.c:178 iwltranssendcmd+0xba/0xe0 iwlwifi Call Trace: ? warn+0xca/0x1c0 ?...

5.5CVSS7.7AI score0.00187EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/04/04 2:58 a.m.•11 views

SUSE CVE-2025-21941

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipectx-planestate in resourcebuildscalingparams Null pointer dereference issue could occur when pipectx-planestate is null. The fix adds a check to ensure 'pipectx-planestate' is not null befo...

5.5CVSS7.6AI score0.00195EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/02 1:29 p.m.•11 views

SUSE CVE-2025-21895

In the Linux kernel, the following vulnerability has been resolved: perf/core: Order the PMU list to fix warning about unordered pmuctxlist Syskaller triggers a warning due to prevepc-pmu != nextepc-pmu in perfeventswaptaskctxdata. vmcore shows that two lists have the same perfeventpmucontext, bu...

5.5CVSS7.7AI score0.00135EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/04/02 8:57 a.m.•11 views

SUSE CVE-2025-21894

In the Linux kernel, the following vulnerability has been resolved: net: enetc: VFs do not support HWTSTAMPTXONESTEPSYNC Actually ENETC VFs do not support HWTSTAMPTXONESTEPSYNC because only ENETC PF can access PMaSINGLESTEP registers. And there will be a crash if VFs are used to test one-step...

5.5CVSS7.6AI score0.00189EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/03/28 3:37 a.m.•11 views

SUSE CVE-2023-53015

In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopffinit only checks the total sum of the report counts for each report field to be at least 4, but hidbetopffplay expects 4 report fields. A device advertising an output report with o...

5.5CVSS6.2AI score0.00191EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/03/28 3:0 a.m.•11 views

SUSE CVE-2025-21877

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix endpoint checking in genelinkbind Syzbot reports 1 a warning in usbsubmiturb triggered by inconsistencies between expected and actually present endpoints in gl620a driver. Since genelinkbind does not properly...

5.5CVSS6.6AI score0.002EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/03/07 2:38 a.m.•11 views

SUSE CVE-2024-58072

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: remove unused checkbuddypriv Commit 2461c7d60f9f "rtlwifi: Update header file" introduced a global list of private data structures. Later on, commit 26634c4b1868 "rtlwifi Modify existing bits to match vendor versio...

5.5CVSS6.7AI score0.00184EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/03/07 2:37 a.m.•11 views

SUSE CVE-2025-21829

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the warning "rxecleanup+0x12c/0x170 rdmarxe" The Call Trace is as below: " ? showregs.cold+0x1a/0x1f ? rxecleanup+0x12c/0x170 rdmarxe ? warn+0x84/0xd0 ? rxecleanup+0x12c/0x170 rdmarxe ? reportbug+0x105/0x180 ?...

5.5CVSS7.7AI score0.00168EPSS
Exploits0References14
SUSE CVE
SUSE CVE
•added 2025/02/28 2:20 a.m.•11 views

SUSE CVE-2025-21781

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix panic during interface removal Reference counting is used to ensure that batadvhardifneighnode and batadvhardiface are not freed before/during batadvvelpthroughputmetricupdate work is finished. But there isn't a...

5.5CVSS7.6AI score0.00205EPSS
Exploits0References13
SUSE CVE
SUSE CVE
•added 2025/02/27 3:12 a.m.•11 views

SUSE CVE-2022-49116

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2capecredconnect...

5.5CVSS6.5AI score0.00242EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/02/27 3:9 a.m.•11 views

SUSE CVE-2022-49253

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe Call i2cunregisterdeviceaudio on this error path...

5.5CVSS7.5AI score0.00259EPSS
Exploits0References10
Total number of security vulnerabilities5000