Lucene search
+L

6495 matches found

CVE
CVE
added 2024/05/17 2:27 p.m.140 views

CVE-2023-52693

The CVE-2023-52693 issue affects the Linux kernel ACPI video backlight code. Root cause: acpi_get_parent() can fail (e.g., acpi_ut_acquire_mutex() failure) and pass an uninitialized acpi_parent to acpi_get_pci_dev() during acpi_video_dev_register_backlight(). Impact: potential incorrect parent ha...

5.5CVSS6.7AI score0.00247EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 2:27 p.m.21 views

CVE-2023-52693 ACPI: video: check for error while searching for backlight device parent

In the Linux kernel, the following vulnerability has been resolved: ACPI: video: check for error while searching for backlight device parent If acpigetparent called in acpivideodevregisterbacklight fails, for example, because acpiutacquiremutex fails inside acpigetparent, this can lead to incorre...

6.7AI score0.00247EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:27 p.m.41 views

CVE-2023-52692

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing error check to scarlett2usbsetconfig scarlett2usbsetconfig calls scarlett2usbget but was not checking the result. Return the error if it fails rather than continuing with an invalid value...

5.5CVSS7.3AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.45 views

CVE-2023-52690 powerpc/powernv: Add a null pointer check to scom_debug_init_one()

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check to scomdebuginitone kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Add a null pointer check, and release 'ent' to avoid memory leaks...

6.4AI score0.00226EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.15 views

CVE-2023-52686 powerpc/powernv: Add a null pointer check in opal_event_init()

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opaleventinit kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

6.6AI score0.0025EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.33 views

CVE-2023-52683

In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpitupdateresidency there is a possibility of overflow in multiplication, if tsckhz is large enough UINTMAX/1000. Change multiplication to mulu32u32. Found by Linux Verification...

5.5CVSS7.6AI score0.0025EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.208 views

CVE-2023-52683

CVE-2023-52683: Linux kernel ACPI LPIT integer-overflow in lpit_update_residency() (tsc_khz > UINT_MAX/1000) fixed by replacing a u32 multiplication with mul_u32_u32(). The MiracleLinux advisories (AXSA entries) reference this CVE among affected Linux kernel series and note remediation via ker...

5.5CVSS6.6AI score0.0025EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.13 views

CVE-2023-52681 efivarfs: Free s_fs_info on unmount

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Free sfsinfo on unmount Now that we allocate a sfsinfo struct on fs context creation, we should ensure that we free it again when the superblock goes away...

6.8AI score0.00222EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/17 2:24 p.m.156 views

CVE-2023-52680

CVE-2023-52680 concerns the Linux kernel ALSA scarlett2 driver. The vulnerability arises because the ctl_get() functions that call scarlett2_update () did not check the return value, potentially causing unhandled errors to propagate to the caller. The description states this was fixed by adding p...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.33 views

CVE-2023-52681

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Free sfsinfo on unmount Now that we allocate a sfsinfo struct on fs context creation, we should ensure that we free it again when the superblock goes away...

5.5CVSS7.2AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.37 views

CVE-2023-52679 of: Fix double free in of_parse_phandle_with_args_map

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap In ofparsephandlewithargsmap the inner loop that iterates through the map entries calls ofnodeputnew to free the reference acquired by the previous iteration of the inner loop. Thi...

7.8CVSS6.5AI score0.00246EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.23 views

CVE-2023-52679

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap In ofparsephandlewithargsmap the inner loop that iterates through the map entries calls ofnodeputnew to free the reference acquired by the previous iteration of the inner loop. Thi...

7.8CVSS7.4AI score0.00246EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.49 views

CVE-2023-52678

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Confirm list is non-empty before utilizing listfirstentry in kfdtopology.c Before using listfirstentry, make sure to check that list is not empty, if list is empty return -ENODATA. Fixes the below:...

7.8CVSS7.2AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.36 views

CVE-2023-52678 drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Confirm list is non-empty before utilizing listfirstentry in kfdtopology.c Before using listfirstentry, make sure to check that list is not empty, if list is empty return -ENODATA. Fixes the below:...

7.8CVSS6.4AI score0.00231EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.39 views

CVE-2023-52674 ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp in scarlett2mixerctlput Ensure the value passed to scarlett2mixerctlput is between 0 and SCARLETT2MIXERMAXVALUE so we don't attempt to access outside scarlett2mixervalues...

6.4AI score0.00235EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.44 views

CVE-2023-52674

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp in scarlett2mixerctlput Ensure the value passed to scarlett2mixerctlput is between 0 and SCARLETT2MIXERMAXVALUE so we don't attempt to access outside scarlett2mixervalues...

5.5CVSS7.3AI score0.00235EPSS
SaveExploits0
NVD
NVD
added 2024/05/17 2:15 p.m.37 views

CVE-2024-35834

In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xskbufffree call when xskrcvzc failed to produce descriptor to XSK Rx queue...

8.2CVSS6.6AI score0.00408EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/17 2:15 p.m.32 views

CVE-2024-35829

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

5.5CVSS7.4AI score0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/17 2:15 p.m.21 views

CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

7.8CVSS7.5AI score0.00217EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/17 2:15 p.m.24 views

CVE-2024-35813

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

7.8CVSS7.5AI score0.00246EPSS
SaveExploits0References10
Rows per page
Query Builder