Lucene search
K

1181 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50454

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix a use-after-free in nouveaugemprimeimportsgtable nouveauboinit is backed by ttmboinit and ferries its return code back to the caller. On failures, ttm will call nouveaubodelttm and free the memory.Thus, when...

7.8CVSS5.7AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50456

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix resolving backrefs for inline extent followed by prealloc If a file consists of an inline extent followed by a regular or prealloc extent, then a legitimate attempt to resolve a logical address in the non-inline region...

5.5CVSS5.3AI score0.00021EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.2 views

DEBIAN-CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.3 views

DEBIAN-CVE-2022-50446

In the Linux kernel, the following vulnerability has been resolved: ARC: mm: fix leakage of memory allocated for PTE Since commit d9820ff "ARC: mm: switch pgtablet back to struct page " a memory leakage problem occurs. Memory allocated for page table entries not released during process terminatio...

5.5CVSS5.4AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.3 views

DEBIAN-CVE-2022-50450

In the Linux kernel, the following vulnerability has been resolved: libbpf: Use elfgetshdrnum instead of eshnum This commit replace eshnum with the elfgetshdrnum helper to fix two oss-fuzz-reported heap-buffer overflow in bpfobjectopen. Both reports are incorrectly marked as fixed and while still...

6.2AI score
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.2 views

DEBIAN-CVE-2022-50445

In the Linux kernel, the following vulnerability has been resolved: xfrm: Reinject transport-mode packets through workqueue The following warning is displayed when the tcp6-multi-diffip11 stress test case of the LTP test suite is tested: watchdog: BUG: soft lockup - CPU0 stuck for 22s!...

5.5CVSS5.4AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50443

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: lvds: fix PM usage counter unbalance in poweron pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with the...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50440

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate the box size for the snooped cursor Invalid userspace dma surface copies could potentially overflow the memcpy from the surface to the snooped image leading to crashes. To fix it the dimensions of the copybox...

5.5CVSS5.4AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50435

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid crash when inline data creation follows DIO write When inode is created and written to using direct IO, there is nothing to clear the EXT4STATEMAYINLINEDATA flag. Thus when inode gets truncated later to say 1 byte and...

5.5CVSS5.4AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50426

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxdsprproc: Add mutex protection for workqueue The workqueue may execute late even after remoteproc is stopped or stopping, some resources rpmsg device and endpoint have been released in rprocstopsubdevices, then...

5.5CVSS5.5AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50431

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.2 views

DEBIAN-CVE-2022-50429

In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in oflpddr3getddrtimings We should add the ofnodeput when breaking out of foreachchildofnode as it will automatically increase and decrease the refcount...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50428

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several ve...

5.5CVSS5.5AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50430

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix warning - do not call blocking ops when !TASKRUNNING vub300enablesdioirq works with mutex and need TASKRUNNING here. Ensure that we mark current as TASKRUNNING for sleepable context. 77.554641 do not call blockin...

5.5CVSS5.3AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50432

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix use-after-free in kernfsremove Syzkaller managed to trigger concurrent calls to kernfsremovebynamens for the same file resulting in a KASAN detected use-after-free. The race occurs when the root node is freed during...

7.8CVSS5.7AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50427

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in sndac97devregister If deviceregister fails in sndac97devregister, it should call putdevice to give up reference, or the name allocated in devsetname is leaked...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50423

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpiutcopyipackagetoipackage There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpiutremovereference+0x3b/0x82 Read of size 1 at addr ffff888112afc460 by task modprobe/2111...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 10:13 a.m.4 views

RHSA-2025:17088 Red Hat Security Advisory: ipa security update

Bulletin has no description...

9.1CVSS7AI score0.00122EPSS
Exploits1References8
OSV
OSV
added 2025/10/01 8:15 a.m.1 views

DEBIAN-CVE-2025-39927

In the Linux kernel, the following vulnerability has been resolved: ceph: fix race condition validating rparent before applying state Add validation to ensure the cached parent directory inode matches the directory info in MDS replies. This prevents client-side race conditions where concurrent...

4.7CVSS4.9AI score0.0001EPSS
Exploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.3 views

DEBIAN-CVE-2025-39928

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300i2cconfigxfer' to ensure the data length isn't within the supported range. In particular a data length of 0 is not...

5.5CVSS5.5AI score0.0002EPSS
Exploits0References1
Rows per page
Query Builder