Lucene search
K
SusecveRecent

58478 matches found

SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•3 views

SUSE CVE-2022-50565

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in lfxusbenablerx urbs does not be freed in exception paths in lfxusbenablerx. That will trigger memory leak. To fix it, add kfree for urbs within "error" label. Compile tested only...

6.5AI score0.00176EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50566

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

4.7CVSS6.4AI score0.00207EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•2 views

SUSE CVE-2022-50567

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbAllocAG Syzbot found a crash : UBSAN: shift-out-of-bounds in dbAllocAG. The underlying bug is the missing check of bmp-dbagl2size. The field can be greater than 64 and trigger the...

6.1CVSS6.7AI score0.00207EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50570

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: fix memory corruption in ioctl If "smem.bytes" is larger than the buffer size it leads to memory corruption...

6.3CVSS6.8AI score0.00183EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50571

In the Linux kernel, the following vulnerability has been resolved: btrfs: call btrfsremovefreespacecachelocked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------ cut here ------------ WARNING: CPU:...

4.7CVSS6.3AI score0.00165EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•2 views

SUSE CVE-2022-50572

In the Linux kernel, the following vulnerability has been resolved: ASoC: audio-graph-card: fix refcount leak of cpuep in graphforeachlink The ofgetnextchild returns a node with refcount incremented, and decrements the refcount of prev. So in the error path of the while loop, ofnodeput needs be...

5.5CVSS6.5AI score0.00183EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•3 views

SUSE CVE-2022-50573

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix mt7915ratetxpowerget resource leaks Coverity message: variable "buf" going out of scope leaks the storage. Addresses-Coverity-ID: 1527799 "Resource leaks"...

6.6AI score0.00165EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•3 views

SUSE CVE-2022-50575

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: Fix a possible warning in privcmdioctlmmapresource As 'kdata.num' is user-controlled data, if user tries to allocate memory larger than= MAXORDER, then kcalloc will fail, it creates a stack trace and messes up dmesg...

6.4AI score0.00183EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•2 views

SUSE CVE-2022-50576

In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pchrequestdma As comment of pcigetslot says, it returns a pcidevice with its refcount increased. The caller must decrement the reference count by calling pcidevput. Since 'dmadev' is...

5.3CVSS6.4AI score0.00207EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•2 views

SUSE CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

4.7CVSS6.5AI score0.00176EPSS
Exploits0References5
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50578

In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in classregister If classaddgroups returns error, the 'cp-subsys' need be unregister, and the 'cp' need be freed. We can not call ksetunregister here, because the 'cls' will be freed in callback...

4.7CVSS6.9AI score0.00202EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50579

In the Linux kernel, the following vulnerability has been resolved: arm64: ftrace: fix module PLTs with mcount Li Huafei reports that mcount-based ftrace with module PLTs was broken by commit: a6253579977e4c6f "arm64: ftrace: consistently handle PLTs." When a module PLTs are used and a module is...

4.1CVSS6.6AI score0.00178EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50580

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit that 'bpslimit jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64divu64 instead...

6.1CVSS7AI score0.00178EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•3 views

SUSE CVE-2022-50581

In the Linux kernel, the following vulnerability has been resolved: hfs: fix OOB Read in hfsbrecfind Syzbot reported a OOB read bug: ================================================================== BUG: KASAN: slab-out-of-bounds in hfsstrcmp+0x117/0x190 fs/hfs/string.c:84 Read of size 1 at addr...

6.6CVSS6.4AI score0.00216EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/10/23 12:10 a.m.•1 views

SUSE CVE-2022-50582

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Prevent integer underflow By using a ratio of delay to pollenabledtime that is not integer timeremaining underflows and does not exit the loop as expected. As delay could be derived from DT and pollenabledtime is...

3.3CVSS6.4AI score0.00178EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/23 12:9 a.m.•1 views

SUSE CVE-2023-47113

BleachBit cleans files to free disk space and to maintain privacy. BleachBit for Windows up to version 4.4.2 is vulnerable to a DLL Hijacking vulnerability. By placing a DLL in the Folder c:\DLLs, an attacker can run arbitrary code on every execution of BleachBit for Windows. This issue has been...

7.3CVSS7.7AI score0.00247EPSS
Exploits0References2
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53692

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free read in ext4findextent for bigalloc + inline Syzbot found the following issue: loop0: detected capacity change from 0 to 2048 EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without...

5.5CVSS6.4AI score0.00188EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53693

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix the memory leak in rawgadget driver Currently, increasing rawdev-count happens before invoke the rawqueueevent, if the rawqueueevent return error, invoke rawrelease will not trigger the devfree to be called...

5.5CVSS6.5AI score0.00178EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•1 views

SUSE CVE-2023-53694

In the Linux kernel, the following vulnerability has been resolved: riscv: ftrace: Fixup panic by disabling preemption In RISCV, we must use an AUIPC + JALR pair to encode an immediate, forming a jump that jumps to an address over 4K. This may cause errors if we want to enable kernel preemption a...

6.6AI score0.00176EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•3 views

SUSE CVE-2023-53698

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

2.5CVSS6.7AI score0.00178EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•1 views

SUSE CVE-2023-53700

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Fix memleak in max9286v4l2register There is a kmemleak when testing the media/i2c/max9286.c with bpf mock device: kmemleak: 5 new suspected memory leaks see /sys/kernel/debug/kmemleak unreferenced object...

5.5CVSS6.5AI score0.00178EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•3 views

SUSE CVE-2023-53701

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53704

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mp: improve error handling in imx8mpclocksprobe Replace ofiomap and kzalloc with devmofiomap and devmkzalloc which can automatically release the related memory when the device or driver is removed or unloaded to...

3.3CVSS6.7AI score0.00183EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53706

In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 "mm/sparse-vmemmap: improve memory savings for compound devmaps" added support for using optimized vmmemap for devdax devices. But how vmemmap...

5.5CVSS6.7AI score0.00165EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53709

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Handle race between rbmovetail and rbcheckpages It seems a data race between ringbuffer writing and integrity check. That is, RBFLAG of headpage is been updating, while at same time RBFLAG was cleared when doing...

5.5CVSS6.4AI score0.00166EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•1 views

SUSE CVE-2023-53710

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix error code of return in mt7921acpiread Kernel NULL pointer dereference when ACPI SAR table isn't implemented well. Fix the error code of return to mark the ACPI SAR table as invalid. 5.077128 mt7921e...

5.5CVSS6.5AI score0.00164EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•0 views

SUSE CVE-2023-53714

In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...

5.5CVSS6.4AI score0.00172EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•1 views

SUSE CVE-2023-53716

In the Linux kernel, the following vulnerability has been resolved: net: fix skb leak in skbtstamptx Commit 50749f2dd685 "tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp." added a call to skborphanfragsrx to fix leaks with zerocopy skbs. But it ended up adding a leak of its own...

3.3CVSS6.5AI score0.00175EPSS
Exploits0References5
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•1 views

SUSE CVE-2023-53720

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Release the label when replacing existing ct entry Cited commit doesn't release the label mapping when replacing existing ct entry which leads to following memleak report: unreferenced object 0xffff8881854cf280 size 96...

6.5AI score0.00154EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•3 views

SUSE CVE-2023-53722

In the Linux kernel, the following vulnerability has been resolved: md: raid1: fix potential OOB in raid1removedisk If rddev-raiddisk is greater than mddev-raiddisks, there will be an out-of-bounds in raid1removedisk. We have already found similar reports as follows: 1 commit d17f744e883b...

7.8CVSS6.5AI score0.00175EPSS
Exploits0References24
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•4 views

SUSE CVE-2023-53724

In the Linux kernel, the following vulnerability has been resolved: mfd: pcf50633-adc: Fix potential memleak in pcf50633adcasyncread req is allocated in pcf50633adcasyncread, but adcenqueuerequest could fail to insert the req into queue. We need to check the return value and free it in the case o...

3.3CVSS6.4AI score0.00175EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•3 views

SUSE CVE-2023-53725

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/cadence-ttc: Fix memory leak in ttctimerprobe Smatch reports: drivers/clocksource/timer-cadence-ttc.c:529 ttctimerprobe warn: 'timerbaseaddr' from ofiomap not released on lines: 498,508,516. timerbaseaddr may...

3.3CVSS6.5AI score0.00175EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/22 11:59 p.m.•2 views

SUSE CVE-2023-53729

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: qmiencdec: Restrict string length in decode The QMI TLV value for strings in a lot of qmi element info structures account for null terminated strings with MAXLEN + 1. If a string is actually MAXLEN + 1 length, this wil...

6.5CVSS6.5AI score0.00171EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/22 11:58 p.m.•3 views

SUSE CVE-2023-53730

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: use spinlockirqsave in adjustinuseandcalccost adjustinuseandcalccost use spinlockirq and IRQ will be enabled when unlock. DEADLOCK might happen if we have held other locks and disabled IRQ before invoking it. Fix it b...

4.7CVSS6.5AI score0.00171EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/22 11:58 p.m.•2 views

SUSE CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

4.7CVSS6.7AI score0.00193EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/22 11:34 p.m.•4 views

SUSE CVE-2025-12036

Out of bounds memory access in V8 in Google Chrome prior to 141.0.7390.122 allowed a remote attacker to perform out of bounds memory access via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.6AI score0.03544EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:24 p.m.•3 views

SUSE CVE-2025-40780

In specific circumstances, due to a weakness in the Pseudo Random Number Generator PRNG that is used, it is possible for an attacker to predict the source port and query ID that BIND will use. This issue affects BIND 9 versions 9.16.0 through 9.16.50, 9.18.0 through 9.18.39, 9.20.0 through 9.20.1...

8.6CVSS6.8AI score0.00367EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/10/22 11:24 p.m.•1 views

SUSE CVE-2025-53057

unknown...

5.9CVSS7AI score0.00487EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/10/22 11:24 p.m.•2 views

SUSE CVE-2025-53066

unknown...

7.5CVSS7AI score0.00633EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/10/22 11:24 p.m.•2 views

SUSE CVE-2025-54469

A vulnerability was identified in NeuVector, where the enforcer used environment variables CLUSTERRPCPORT and CLUSTERLANPORT to generate a command to be executed via popen, without first sanitising their values. The entry process of the enforcer container is the monitor process. When the enforcer...

9.9CVSS7.5AI score0.0039EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/22 11:24 p.m.•2 views

SUSE CVE-2025-54470

This vulnerability affects NeuVector deployments only when the Report anonymous cluster data option is enabled. When this option is enabled, NeuVector sends anonymous telemetry data to the telemetry server. In affected versions, NeuVector does not enforce TLS certificate verification when...

8.6CVSS6.6AI score0.00167EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•4 views

SUSE CVE-2025-54471

NeuVector used a hard-coded cryptographic key embedded in the source code. At compilation time, the key value was replaced with the secret key value and used to encrypt sensitive configurations when NeuVector stores the data...

6.5CVSS6.8AI score0.00221EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•3 views

SUSE CVE-2025-59438

Mbed TLS through 3.6.4 has an Observable Timing Discrepancy...

5.5CVSS7AI score0.0024EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•1 views

SUSE CVE-2025-61748

unknown...

3.7CVSS7AI score0.00355EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•0 views

SUSE CVE-2025-61755

unknown...

3.7CVSS7AI score0.00241EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•1 views

SUSE CVE-2025-61759

unknown...

6.5CVSS7AI score0.00176EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•1 views

SUSE CVE-2025-61760

unknown...

7.5CVSS7AI score0.00141EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•4 views

SUSE CVE-2025-62370

Alloy Core libraries at the root of the Rust Ethereum ecosystem. Prior to 0.8.26 and 1.4.1, an uncaught panic triggered by malformed input to alloydynabi::TypedData could lead to a denial-of-service DoS via eip712signinghash. Software with high availability requirements such as network services m...

7.5CVSS6.9AI score0.00407EPSS
Exploits0References2
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•2 views

SUSE CVE-2025-62409

Envoy is a cloud-native, open source edge and service proxy. Prior to 1.36.1, 1.35.5, 1.34.9, and 1.33.10, large requests and responses can potentially trigger TCP connection pool crashes due to flow control management in Envoy. It will happen when the connection is closing but upstream data is...

7.5CVSS7AI score0.00415EPSS
Exploits0References2
SUSE CVE
SUSE CVE
•added 2025/10/22 11:23 p.m.•1 views

SUSE CVE-2025-62504

Envoy is an open source edge and service proxy. Envoy versions earlier than 1.36.2, 1.35.6, 1.34.10, and 1.33.12 contain a use-after-free vulnerability in the Lua filter. When a Lua script executing in the response phase rewrites a response body so that its size exceeds the configured...

7.5CVSS6.8AI score0.00383EPSS
Exploits0References2
Total number of security vulnerabilities58478