Lucene search
+L

5765 matches found

Cvelist
Cvelist
added 2024/08/22 1:31 a.m.34 views

CVE-2022-48912 netfilter: fix use-after-free in __nf_register_net_hook()

In the Linux kernel, the following vulnerability has been resolved: netfilter: fix use-after-free in nfregisternethook We must not dereference @newhooks after nfhookmutex has been released, because other threads might have freed our allocated hooks already. BUG: KASAN: use-after-free in...

7.8CVSS0.00227EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.30 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-36901)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-36901 advisory. - In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in...

5.5CVSS5.9AI score0.0026EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/21 6:10 a.m.102 views

CVE-2023-52912

CVE-2023-52912 relates to the Linux kernel’s DRM amdgpu subsystem. The issue arises during unloading of amdgpu where a bug in drm_buddy_free_block can trigger a kernel BUG and invalid opcode, as shown in the stack trace and kernel log snippet. The impact is a potentially local disruption of a sys...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.21 views

CVE-2023-52906 net/sched: act_mpls: Fix warning during failed attribute validation

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmpls: Fix warning during failed attribute validation The 'TCAMPLSLABEL' attribute is of 'NLAU32' type, but has a validation type of 'NLAVALIDATEFUNCTION'. This is an invalid combination according to the comment abov...

6.7AI score0.00248EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/21 6:09 a.m.83 views

CVE-2022-48869

CVE-2022-48869 concerns the Linux kernel gadgetfs USB driver. The issue arises from a race between gadgetfs_fill_super() (mount path) and gadgetfs_kill_sb() (unmount path), where the_device could be deallocated while gadgetfs_fill_super() still uses it, resulting in a use-after-free. The provided...

4.7CVSS6.5AI score0.00232EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2024/08/21 1:15 a.m.58 views

CVE-2024-43878

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix input error path memory access When there is a misconfiguration of input state slow path KASAN report error. Fix this error. west login: 52.987278 eth1: renamed from veth11 53.078814 eth1: renamed from veth21 53.181355...

8.1CVSS0.00412EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/08/19 12:00 a.m.12 views

The vulnerability of AMI BIOS in Hewlett-Packard Development Company L.P.’s personal computers allows a perpetrator to execute arbitrary code.

The vulnerability of AMI BIOS in Hewlett-Packard Development Company L.P.’s personal computers is related to the copying of buffers without checking the size of the input data. Exploiting this vulnerability allows an attacker operating remotely to execute arbitrary code...

10CVSS5.8AI score0.00576EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.34 views

CVE-2024-43817

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.36 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References18
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.56 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00247EPSS
SaveExploits0
CVE
CVE
added 2024/08/17 9:21 a.m.189 views

CVE-2024-43817

The CVE CVE-2024-43817 describes a Linux kernel vulnerability in the virtio_net path: two missing checks in virtio_net_hdr_to_skb() can trigger a crash. The issues arise when after skb_segment the buffer remains non-linear (nr_frags != 0) and SKBTX_SHARED_FRAG is not set, preventing __skb_lineari...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/08/17 9:15 a.m.27 views

CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS0.00172EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.22 views

CVE-2024-42317 mm/huge_memory: avoid PMD-size page cache if needed

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

6.9AI score0.00184EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.29 views

CVE-2023-52889 apparmor: Fix null pointer deref when receiving skb during sock creation

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix null pointer deref when receiving skb during sock creation The panic below is observed when receiving ICMP packets with secmark set while an ICMP raw socket is being created. SKCTXsk-label is updated in...

6.5AI score0.00231EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/08/16 12:00 a.m.32 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-36897)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-36897 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Atom Integrated System...

5.5CVSS5.9AI score0.00227EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/15 11:53 p.m.39 views

CVE-2024-43378 calamares-nixos-extensions LUKS keyfile exposure regression on legacy BIOS systems

calamares-nixos-extensions provides Calamares branding and modules for NixOS, a distribution of GNU/Linux. Users who installed NixOS through the graphical installer who used manual disk partitioning to create a setup where the system was booted via legacy BIOS rather than UEFI; some disk partitio...

7.8CVSS0.00131EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/15 11:53 p.m.16 views

CVE-2024-43378 calamares-nixos-extensions LUKS keyfile exposure regression on legacy BIOS systems

calamares-nixos-extensions provides Calamares branding and modules for NixOS, a distribution of GNU/Linux. Users who installed NixOS through the graphical installer who used manual disk partitioning to create a setup where the system was booted via legacy BIOS rather than UEFI; some disk partitio...

7.8CVSS6.8AI score0.00131EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/15 11:53 p.m.57 views

CVE-2024-43378

CVE-2024-43378 concerns calamares-nixos-extensions prior to version 0.3.17, where the installer’s legacy BIOS flow could leave the LUKS keyfile in plaintext in /crypto_keyfile.bin or in a CPIO archive attached to the NixOS initrd for partitions containing / or /boot. Red Hat and CVE records summa...

7.8CVSS7.3AI score0.00131EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/15 11:53 p.m.8 views

CVE-2024-43378 calamares-nixos-extensions LUKS keyfile exposure regression on legacy BIOS systems

calamares-nixos-extensions provides Calamares branding and modules for NixOS, a distribution of GNU/Linux. Users who installed NixOS through the graphical installer who used manual disk partitioning to create a setup where the system was booted via legacy BIOS rather than UEFI; some disk partitio...

7.8CVSS6.6AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/08/15 12:00 a.m.18 views

PT-2024-30540 · Unknown · Calamares-Nixos-Extensions

Name of the Vulnerable Software and Affected Versions: calamares-nixos-extensions versions prior to 0.3.17 Description: The issue affects users who installed NixOS through the graphical installer using manual disk partitioning, where the system boots via legacy BIOS, some disk partitions are...

7.8CVSS6.9AI score0.00131EPSS
SaveExploits0References11
Rows per page
Query Builder