Lucene search
+L

2266 matches found

RedHat Linux
RedHat Linux
added 2025/07/29 5:1 p.m.6 views

kernel: media: uvcvideo: Fix double free in error path

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvcstatusinit function fails to allocate the inturb, it will free the dev-status pointer but doesn't reset the pointer to NULL. This results in the kfree call in...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/29 5:1 p.m.7 views

kernel: ext4: avoid journaling sb update on error if journal is destroying

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUGON if trying to start a transaction on a journal marked with JBD2UNMOUNT, since this should never happen. However, while ltp running stress...

5.5CVSS6.8AI score0.00188EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/07/28 11:23 p.m.8 views

SUSE CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.4AI score0.00157EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/07/28 11:22 p.m.5 views

SUSE CVE-2025-38469

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls kvmxenschedoppoll does a kmallocarray when a VM polls the host for more than one event channel potr nrports 1. After the kmallocarray, the error paths ne...

5.5CVSS6.2AI score0.00146EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/07/28 10:31 a.m.5 views

kernel: media: uvcvideo: Fix double free in error path

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvcstatusinit function fails to allocate the inturb, it will free the dev-status pointer but doesn't reset the pointer to NULL. This results in the kfree call in...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.4 views

kernel: ext4: avoid journaling sb update on error if journal is destroying

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUGON if trying to start a transaction on a journal marked with JBD2UNMOUNT, since this should never happen. However, while ltp running stress...

5.5CVSS6.8AI score0.00188EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/07/25 11:22 p.m.6 views

SUSE CVE-2025-38443

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdgenlconnect error path There is a use-after-free issue in nbd: block nbd6: Receive control failed result -104 block nbd6: shutting down sockets ==================================================================...

6.1CVSS6.5AI score0.00151EPSS
SaveExploits0References22
OSV
OSV
added 2025/07/25 4:15 p.m.8 views

DEBIAN-CVE-2025-38443

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdgenlconnect error path There is a use-after-free issue in nbd: block nbd6: Receive control failed result -104 block nbd6: shutting down sockets ==================================================================...

7.8CVSS5.8AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 4:15 p.m.4 views

UBUNTU-CVE-2025-38443

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdgenlconnect error path There is a use-after-free issue in nbd: block nbd6: Receive control failed result -104 block nbd6: shutting down sockets ==================================================================...

7.8CVSS6.2AI score0.00151EPSS
SaveExploits0References40
CVE
CVE
added 2025/07/25 3:27 p.m.93 views

CVE-2025-38443

CVE-2025-38443 affects the Linux kernel (nbd subsystem). A use-after-free occurs in the nbd_genl_connect() error path when nbd_start_device() is called but cleanup continues to use nbd->config, leading to freeing of memory in recv_work. The issue is triggered during certain error paths after d...

7.8CVSS6.2AI score0.00151EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/25 2:15 p.m.18 views

AZL-73031 CVE-2025-38409 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS5.6AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/25 2:15 p.m.14 views

CVE-2025-38409

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS0.00156EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/25 2:15 p.m.10 views

AZL-65810 CVE-2025-38410 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.4AI score0.00157EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/25 2:15 p.m.14 views

CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS0.00157EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/25 2:15 p.m.5 views

DEBIAN-CVE-2025-38409

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS5.4AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 2:15 p.m.4 views

DEBIAN-CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS5.5AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 2:15 p.m.20 views

AZL-65723 CVE-2025-38409 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS6.2AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 2:15 p.m.13 views

UBUNTU-CVE-2025-38409

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References30
OSV
OSV
added 2025/07/25 2:15 p.m.8 views

UBUNTU-CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0References40
Debian CVE
Debian CVE
added 2025/07/25 2:0 p.m.7 views

CVE-2025-38416

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty-discdata only in success path Setting tty-discdata before opening the NCI device means we need to clean it up on error paths. This also opens some short window if device starts sending data, even before...

7.8CVSS5.8AI score0.00184EPSS
SaveExploits0
Rows per page
Query Builder