Lucene search
+L
SusecveMost viewed

62981 matches found

SUSE CVE
SUSE CVE
•added 2025/10/29 12:24 a.m.•15 views

SUSE CVE-2025-40078

In the Linux kernel, the following vulnerability has been resolved: bpf: Explicitly check accesses to bpfsockaddr Syzkaller found a kernel warning on the following sockaddr program: 0: r0 = 0 1: r2 = u32 r1 +60 2: exit which triggers: verifier bug: error during ctx access conversion 0 This is...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/10/16 11:24 p.m.•15 views

SUSE CVE-2025-39978

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential use after free in otx2tcaddflow This code calls kfreercunewnode, rcu and then dereferences "newnode" and then dereferences it on the next line. Two lines later, we take a mutex so I don't think this is...

7.8CVSS6.8AI score0.0014EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
•added 2025/10/09 11:23 p.m.•15 views

SUSE CVE-2025-39955

In the Linux kernel, the following vulnerability has been resolved: tcp: Clear tcpsksk-fastopenrsk in tcpdisconnect. syzbot reported the splat below where a socket had tcpsksk-fastopenrsk in the TCPESTABLISHED state. 0 syzbot reused the server-side TCP Fast Open socket as a new client before the...

6.1CVSS6.4AI score0.00147EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/10/08 11:22 p.m.•15 views

SUSE CVE-2025-58183

tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a...

3.3CVSS6.8AI score0.00413EPSS
SaveExploits0References32
SUSE CVE
SUSE CVE
•added 2025/10/05 2:57 a.m.•15 views

SUSE CVE-2023-6378

A serialization vulnerability in logback receiver component part of logback version 1.4.11 allows an attacker to mount a Denial-Of-Service attack by sending poisoned data...

7.5CVSS7.2AI score0.009EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2025/10/01 11:30 p.m.•15 views

SUSE CVE-2023-53460

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtwusbprobe drivers/net/wireless/realtek/rtw88/usb.c:876 rtwusbprobe warn: 'hw' from ieee80211allochw not released on lines: 811 Fix this by modifying return to a goto statement...

5.5CVSS6.4AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/18 11:40 p.m.•15 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
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2025/09/17 11:29 p.m.•15 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.00111EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/09/16 11:23 p.m.•15 views

SUSE CVE-2025-39832

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix lockdep assertion on sync reset unload event Fix lockdep assertion triggered during sync reset unload event. When the sync reset flow is initiated using the devlink reload fwactivate option, the PF already holds the...

5.5CVSS6.5AI score0.00107EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/16 11:23 p.m.•15 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
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/12 11:23 p.m.•15 views

SUSE CVE-2025-39787

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: mdtloader: Ensure we don't read past the ELF header When the MDT loader is used in remoteproc, the ELF header is sanitized beforehand, but that's not necessary the case for other clients. Validate the size of the...

4.4CVSS6.6AI score0.00167EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/09/11 11:24 p.m.•15 views

SUSE CVE-2025-39764

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: remove refcounting in expectation dumpers Same pattern as previous patch: do not keep the expectation object alive via refcount, only store a cookie value and then use that as the skip hint for dump...

5.5CVSS6.5AI score0.00165EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/09/05 11:22 p.m.•15 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.00134EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2025/09/04 11:23 p.m.•15 views

SUSE CVE-2025-38697

In the Linux kernel, the following vulnerability has been resolved: jfs: upper bound check of tree index in dbAllocAG When computing the tree index in dbAllocAG, we never check if we are out of bounds realative to the size of the stree. This could happen in a scenario where the filesystem metadat...

7CVSS6.5AI score0.00179EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/09/04 11:23 p.m.•15 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.00187EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
•added 2025/08/22 11:29 p.m.•15 views

SUSE CVE-2025-38618

In the Linux kernel, the following vulnerability has been resolved: vsock: Do not allow binding to VMADDRPORTANY It is possible for a vsock to autobind to VMADDRPORTANY. This can cause a use-after-free when a connection is made to the bound socket. The socket returned by accept also has port...

7CVSS7.7AI score0.00163EPSS
SaveExploits0References101
SUSE CVE
SUSE CVE
•added 2025/08/22 11:28 p.m.•15 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.0038EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/08/19 11:23 p.m.•15 views

SUSE CVE-2025-38565

In the Linux kernel, the following vulnerability has been resolved: perf/core: Exit early on perfmmap fail When perfmmap fails to allocate a buffer, it still invokes the eventmapped callback of the related event. On X86 this might increase the perfrdpmcallowed reference counter. But nothing undoe...

3.3CVSS6.5AI score0.0018EPSS
SaveExploits0References29
SUSE CVE
SUSE CVE
•added 2025/08/19 11:23 p.m.•15 views

SUSE CVE-2025-38582

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix double destruction of rsvqp rsvqp may be double destroyed in error flow, first in freemrinit, and then in hnsroceexit. Fix it by moving the freemrinit call into hnsrocev2init. listdel corruption, ffff589732eb9b50-ne...

6.1CVSS6.6AI score0.00165EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/08/16 11:22 p.m.•15 views

SUSE CVE-2025-38516

In the Linux kernel, the following vulnerability has been resolved: pinctrl: qcom: msm: mark certain pins as invalid for interrupts On some platforms, the UFS-reset pin has no interrupt logic in TLMM but is nevertheless registered as a GPIO in the kernel. This enables the user-space to trigger a...

5.5CVSS6.4AI score0.0016EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/08/16 11:22 p.m.•15 views

SUSE CVE-2025-38520

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Don't call mmput from MMU notifier callback If the process is exiting, the mmput inside mmu notifier callback from compactd or fork or numa balancing could release the last reference of mm struct to call exitmmap and...

4.7CVSS6.4AI score0.00114EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/07/25 11:23 p.m.•15 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.00297EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/10 11:22 p.m.•15 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.0017EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/07 11:24 p.m.•15 views

SUSE CVE-2025-38177

In the Linux kernel, the following vulnerability has been resolved: schhfsc: make hfscqlennotify idempotent hfscqlennotify is not idempotent either and not friendly to its callers, like fqcodeldequeue. Let's make it idempotent to ease qdisctreereducebacklog callers' life: 1. updatevf decreases...

7CVSS6.5AI score0.00162EPSS
SaveExploits0References88
SUSE CVE
SUSE CVE
•added 2025/07/04 11:21 p.m.•15 views

SUSE CVE-2025-38234

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call findlocklowestrq method which would take a double lock on both CPUs'...

4.7CVSS6.3AI score0.00142EPSS
SaveExploits0References30
SUSE CVE
SUSE CVE
•added 2025/07/03 11:23 p.m.•15 views

SUSE CVE-2025-38136

In the Linux kernel, the following vulnerability has been resolved: usb: renesasusbhs: Reorder clock handling and power management in probe Reorder the initialization sequence in usbhsprobe to enable runtime PM before accessing registers, preventing potential crashes due to uninitialized clocks...

5.5CVSS6.2AI score0.00176EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/06/19 3:45 a.m.•15 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
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2025/06/19 3:43 a.m.•15 views

SUSE CVE-2022-50026

In the Linux kernel, the following vulnerability has been resolved: habanalabs/gaudi: fix shift out of bounds When validating NIC queues, queue offset calculation must be performed only for NIC queues...

5.5CVSS6.4AI score0.00161EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/06/19 3:42 a.m.•15 views

SUSE CVE-2022-50066

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aqvec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self-aqveci is not checked and then leads to the index out of range error. Also fixed this...

5.5CVSS6.4AI score0.00169EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2025/06/19 3:42 a.m.•15 views

SUSE CVE-2022-50079

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check correct bounds for stream encoder instances for DCN303 Why & How engid for DCN303 cannot be more than 1, since we have only two instances of stream encoders. Check the correct boundary condition for engine ...

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

SUSE CVE-2022-50151

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: 4.141392 Unexpected gfp: 0x4 GFPDMA32. Fixing up to gfp: 0xa20 GFPATOMIC. Fix your code! 4.150340 CPU: 1 PID: 175 Comm: 1-0050 Not tainted...

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

SUSE CVE-2022-50172

In the Linux kernel, the following vulnerability has been resolved: mt76: mt76x02u: fix possible memory leak in mt76x02umcusendmsg Free the skb if mt76ubulkmsg fails in mt76x02umcusendmsg routine...

5.5CVSS6.2AI score0.00202EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2025/06/19 3:38 a.m.•15 views

SUSE CVE-2022-50229

In the Linux kernel, the following vulnerability has been resolved: ALSA: bcd2000: Fix a UAF bug on the error path of probing When the driver fails in sndcardregister at probe time, it will free the 'bcd2k-midiouturb' before killing it, which may cause a UAF bug. The following log can reveal it:...

5.5CVSS6.3AI score0.00204EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2025/06/19 3:16 a.m.•15 views

SUSE CVE-2025-38022

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix "KASAN: slab-use-after-free Read in ibregisterdevice" problem Call Trace: dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x116/0x1f0 lib/dumpstack.c:120 printaddressdescription mm/kasan/report.c:408 inline...

5.3CVSS7.9AI score0.00165EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/06/19 3:14 a.m.•15 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
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/06/12 3:31 a.m.•15 views

SUSE CVE-2025-40915

Mojolicious::Plugin::CSRF 1.03 for Perl uses a weak random number source for generating CSRF tokens. That version of the module generates tokens as an MD5 of the process id, the current time, and a single call to the built-in rand function...

7CVSS7AI score0.00242EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/05/21 12:47 a.m.•15 views

SUSE CVE-2025-37912

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/21 12:46 a.m.•15 views

SUSE CVE-2025-37970

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix possible lockup in stlsm6dsxreadfifo Prevent stlsm6dsxreadfifo from falling in an infinite loop in case patternlen is equal to zero and the device FIFO is not empty...

5.5CVSS7.7AI score0.00142EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/10 2:53 a.m.•15 views

SUSE CVE-2025-37840

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: fix PM resume warning Fixed warning on PM resume as shown below caused due to uninitialized struct nandoperation that checks chip select field : WARNONop-cs = nanddevntargets&chip-base 14.588522 ----------...

5.5CVSS7.7AI score0.00312EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/10 2:52 a.m.•15 views

SUSE CVE-2025-37885

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Reset IRTE to host control if new route isn't postable Restore an IRTE back to host control remapped or posted MSI mode if the new GSI route prevents posting the IRQ directly to a vCPU, regardless of the GSI routing typ...

5.5CVSS6.4AI score0.00295EPSS
SaveExploits0References28
SUSE CVE
SUSE CVE
•added 2025/05/10 2:52 a.m.•15 views

SUSE CVE-2025-37887

In the Linux kernel, the following vulnerability has been resolved: pdscore: handle unsupported PDSCORECMDFWCONTROL result If the FW doesn't support the PDSCORECMDFWCONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink...

5.5CVSS7.7AI score0.00267EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/09 4:54 a.m.•15 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.00186EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2025/05/09 3:23 a.m.•15 views

SUSE CVE-2025-37805

In the Linux kernel, the following vulnerability has been resolved: sound/virtio: Fix cancelsync warnings on uninitialized workstructs Betty reported hitting the following warning: 8.709131 T221 WARNING: CPU: 2 PID: 221 at kernel/workqueue.c:4182 ... 8.713282 T221 Call trace: 8.713365 T221...

2.5CVSS7.6AI score0.00191EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/07 2:20 a.m.•15 views

SUSE CVE-2022-49818

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

5.3CVSS6.5AI score0.00189EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•15 views

SUSE CVE-2025-23149

In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPMCHIPFLAGSUSPENDED after the call to tpmfindgetops can lead to a spurious tpmchipstart call: 35985.503771 i2c i2c-1: Transfer while suspended 35985.503796 WARNING: CPU: 0 PID: 74 ...

5.5CVSS7.6AI score0.00189EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•15 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.00185EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/05/02 2:3 a.m.•15 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.00176EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2025/05/02 2:2 a.m.•15 views

SUSE CVE-2025-37752

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: move the limit validation It is not sufficient to directly validate the limit on the data that the user passes as it can be updated based on how the other parameters are changed. Move the check at the end of the...

7CVSS6.5AI score0.00252EPSS
SaveExploits0References88
SUSE CVE
SUSE CVE
•added 2025/05/02 2:2 a.m.•15 views

SUSE CVE-2025-37787

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered Russell King reports that a system with mv88e6xxx dereferences a NULL pointer when unbinding this driver:...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2025/04/23 2:38 a.m.•15 views

SUSE CVE-2025-22060

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: Prevent parser TCAM memory corruption Protect the parser TCAM/SRAM memory, and the cached shadow SRAM information, from concurrent modifications. Both the TCAM and SRAM tables are indirectly accessed by configuring an...

5.5CVSS7.7AI score0.00139EPSS
SaveExploits0References20
Total number of security vulnerabilities5000