Lucene search
+L

5322 matches found

OSV
OSV
added 2025/10/04 4:15 p.m.0 views

DEBIAN-CVE-2023-53556

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix use-after-free in freenetdev We do netifnapiadd for all allocated qvectors, but potentially do netifnapidel for part of them, then kfree qvectors and leave invalid pointers at dev-napilist. Reproducer: root@host cat...

7.8CVSS5.7AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.3 views

DEBIAN-CVE-2023-53550

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix global sysfs attribute type In commit 3666062b87ec "cpufreq: amd-pstate: move to use busgetdevroot" the "amdpstate" attributes where moved from a dedicated kobject to the cpu root kobject. While the...

5.5CVSS5.5AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

DEBIAN-CVE-2023-53553

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: avoid struct memcpy overrun warning A previous patch addressed the fortified memcpy warning for most builds, but I still see this one with gcc-9: In file included from include/linux/string.h:254, from...

5.5CVSS5.6AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.2 views

DEBIAN-CVE-2023-53546

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, fix memory leak in mlx5drcmdcreatereformatctx when mlx5cmdexec failed in mlx5drcmdcreatereformatctx, the memory pointed by 'in' is not released, which will cause memory leak. Move memory release after mlx5cmdexec...

5.5CVSS5.4AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.6 views

DEBIAN-CVE-2023-53542

In the Linux kernel, the following vulnerability has been resolved: ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy For some reason, the driver adding support for Exynos5420 MIPI phy back in 2016 wasn't used on Exynos5420, which caused a kernel panic. Add the proper compatible...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.10 views

DEBIAN-CVE-2023-53537

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free for cached IPU bio xfstest generic/019 reports a bug: kernel BUG at mm/filemap.c:1619! RIP: 0010:folioendwriteback+0x8a/0x90 Call Trace: endpagewriteback+0x1c/0x60 f2fswriteendio+0x199/0x420...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.11 views

DEBIAN-CVE-2023-53534

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtkdrmcrtc: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS5.2AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.3 views

DEBIAN-CVE-2022-50499

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvbregisterdevice In function dvbregisterdevice - dvbregistermediadevice - dvbcreatemediaentity, dvb-entity is allocated and initialized. If the initialization fails, it frees the dvb-entity, a...

7.8CVSS5.7AI score0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2022-50503

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeaddrange invoked, if platformgetresource returns NULL...

5.5CVSS5.3AI score0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2022-50500

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimdrvprobe when nsimdevresourcesregister failed If some items in nsimdevresourcesregister fail, memory leak will occur. The following is the memory leak information. unreferenced object...

5.5CVSS5.1AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.10 views

DEBIAN-CVE-2022-50506

In the Linux kernel, the following vulnerability has been resolved: drbd: only clone bio if we have a backing device Commit c347a787e34cb drbd: set -bibdev in drbdreqnew moved a biosetdev call which has since been removed to "earlier", from drbdrequestprepare to drbdreqnew. The problem is that th...

5.5CVSS5.3AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

DEBIAN-CVE-2022-50502

In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smapsrollup: fix no vma's null-deref Commit 258f669e7e88 "mm: /proc/pid/smapsrollup: convert to single value seqfile" introduced a null-deref if there are no vma's in the task in showsmapsrollup...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.2 views

DEBIAN-CVE-2022-50504

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtasosterm It's unsafe to use rtasbusydelay to handle a busy status from the ibm,os-term RTAS function in rtasosterm: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b BUG:...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.7 views

DEBIAN-CVE-2022-50495

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xensmpintrinitpv These local variables @resched|pmu|callfunc...name saves the new string allocated by kasprintf, and when bindvipitoirqhandler fails, it goes to the @fail tag, and calls xensmpintrfreep...

5.6AI score
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2022-50497

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: fix shift-out-of-bounds in checkspecialflags UBSAN reported a shift-out-of-bounds warning: left shift of 1 by 31 places cannot be represented in type 'int' Call Trace: dumpstack lib/dumpstack.c:88 inline...

7.1CVSS5.6AI score0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.9 views

DEBIAN-CVE-2022-50484

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

5.5CVSS5.2AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.16 views

DEBIAN-CVE-2022-50486

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcpndostartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call...

5.5CVSS5.5AI score0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.9 views

DEBIAN-CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

5.5CVSS5.4AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2022-50474

In the Linux kernel, the following vulnerability has been resolved: macintosh: fix possible memory leak in macioaddonedevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically. It needs to be freed when ofdeviceregist...

5.5CVSS5.3AI score0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.2 views

DEBIAN-CVE-2022-50470

In the Linux kernel, the following vulnerability has been resolved: xhci: Remove device endpoints from bandwidth list when freeing the device Endpoints are normally deleted from the bandwidth list when they are dropped, before the virt device is freed. If xHC host is dying or being removed then t...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0References1
Rows per page
Query Builder