Skip to main content

CWE archive

CWE-908 CVEs

Programmatic archive

810 CVEs tagged with CWE-90880 Critical, 216 High, 484 Medium, 30 Low, 0 Unrated.

CVE-2024-42128

Published Jul 30, 2024

In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devm_mutex_init() for mutex initialization In this driver LEDs are registered using devm_…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42113

Published Jul 30, 2024

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: initialize num_q_vectors for MSI/INTx interrupts When using MSI/INTx interrupts, wx->num_q_vector…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42106

Published Jul 30, 2024

In the Linux kernel, the following vulnerability has been resolved: inet_diag: Initialize pad field in struct inet_diag_req_v2 KMSAN reported uninit-value access in raw_lookup()…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42096

Published Jul 29, 2024

In the Linux kernel, the following vulnerability has been resolved: x86: stop playing stack games in profile_pc() The 'profile_pc()' function is used for timer-based profiling,…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42076

Published Jul 29, 2024

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: Initialize unused data in j1939_send_one() syzbot reported kernel-infoleak in raw_recvmsg()…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-42063

Published Jul 29, 2024

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode syzbot reported uninit memory usages…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-41059

Published Jul 29, 2024

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix uninit-value in copy_name [syzbot reported] BUG: KMSAN: uninit-value in sized_strscpy+0xc4/0x160…

CVSS 7.1 · High
Vendor/product tagsBeta · best-effort

CVE-2024-41052

Published Jul 29, 2024

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Init the count variable in collecting hot-reset devices The count variable is used without initiali…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-48864

Published Jul 16, 2024

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command When control vq receives a VIRTIO_NET_C…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-48807

Published Jul 16, 2024

In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler Currently, the same handler is called for both a NETDEV…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-40998

Published Jul 12, 2024

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() In the following concurrency we w…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-40931

Published Jul 12, 2024

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snd_una is properly initialized on connect This is strictly related to commit fb7a0d334894 ("mp…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-40926

Published Jul 12, 2024

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: don't attempt to schedule hpd_work on headless cards If the card doesn't have display hardware,…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-39507

Published Jul 12, 2024

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash problem in concurrent scenario When link status change, the nic driver need to no…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-39491

Published Jul 10, 2024

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance The cs_dsp instance is initialized in the driver probe()…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-23159

Published Jun 25, 2024

A maliciously crafted STP file, when parsed in stp_aim_x64_vc15d.dll through Autodesk applications, can be used to uninitialized variables. This vulnerability, along with other vu…

CVSS 7.8 · High

CVE-2024-37002

Published Jun 25, 2024

A maliciously crafted MODEL file, when parsed in ASMkern229A.dllthrough Autodesk applications, can be used to uninitialized variables. This vulnerability, along with other vulnera…

CVSS 7.8 · High

CVE-2024-38381

Published Jun 21, 2024

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_rx_work syzbot reported the following uninit-value access issue [1] nci_rx…

CVSS 7.1 · High
Vendor/product tagsBeta · best-effort

CVE-2024-33619

Published Jun 21, 2024

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtime_map when allocated priv.runtime_map is only allocated when efi_novamap i…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-48747

Published Jun 20, 2024

In the Linux kernel, the following vulnerability has been resolved: block: Fix wrong offset in bio_truncate() bio_truncate() clears the buffer outside of last block of bdev, how…

CVSS 7.5 · High
Vendor/product tagsBeta · best-effort

CVE-2024-38619

Published Jun 20, 2024

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47597

Published Jun 19, 2024

In the Linux kernel, the following vulnerability has been resolved: inet_diag: fix kernel-infoleak for UDP sockets KMSAN reported a kernel-infoleak [1], that can exploited by un…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2021-47583

Published Jun 19, 2024

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutex_init() location Syzbot reported, that mxl111sf_ctrl_msg() uses uninitialized mu…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2024-38593

Published Jun 19, 2024

In the Linux kernel, the following vulnerability has been resolved: net: micrel: Fix receiving the timestamp in the frame for lan8841 The blamed commit started to use the ptp wo…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort
Showing 351-375 of 810 CVEsPage 15 of 33