Lucene search
+L

1163 matches found

OSV
OSV
added 2024/06/28 11:8 a.m.6 views

OESA-2024-1766 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: tpmtisspi: Account for SPI header when allocating TPM SPI xfer buffer The TPM SPI transfer mechanism uses MAXSPIFRAMESIZE for computing the maximum transfer leng...

9.8CVSS6.6AI score0.01483EPSS
SaveExploits0References22
Positive Technologies
Positive Technologies
added 2024/06/21 12:0 a.m.7 views

PT-2024-6942

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a race condition in the Linux kernel's gpio: pca953x module. Specifically, the problem occurs when a request races against irq bus sync unlock approximately once...

4.7CVSS5.6AI score0.00164EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/20 1:27 p.m.24 views

CVE-2022-48754

In the Linux kernel, the following vulnerability has been resolved: phylib: fix potential use-after-free Commit bafbdd527d56 "phylib: Add device reset GPIO support" added call to phydeviceresetphydev after the putdevice call in phydetach. The comment before the putdevice call says that the phydev...

5.6CVSS7AI score0.00233EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.23 views

CVE-2022-48754

In the Linux kernel, the following vulnerability has been resolved: phylib: fix potential use-after-free Commit bafbdd527d56 "phylib: Add device reset GPIO support" added call to phydeviceresetphydev after the putdevice call in phydetach. The comment before the putdevice call says that the phydev...

8.4CVSS6.3AI score0.00233EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/06/14 12:0 a.m.13 views

The vulnerability of the gpio_chrdev_release() function in the Linux kernel driver for GPIO operations allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the gpiochrdevrelease function in the drivers/gpio/gpiolib-cdev.c file of the Linux kernel’s GPIO driver is related to the reutilization of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allow an attacker to compromise the...

7CVSS6.8AI score0.00178EPSS
SaveExploits0References19Affected Software5
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.3 views

SUSE CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.5 views

SUSE CVE-2024-36899

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6.2AI score0.00178EPSS
SaveExploits0References101
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

DEBIAN-CVE-2024-36899

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.3 views

DEBIAN-CVE-2024-36898

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge detection then the allocation of the kfifo to conta...

7.8CVSS5.5AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.7 views

AZL-55548 CVE-2024-36899 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6.5AI score0.00178EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.25 views

CVE-2024-36899

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6.2AI score0.00178EPSS
SaveExploits0References22
OSV
OSV
added 2024/05/30 4:15 p.m.7 views

UBUNTU-CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.30 views

CVE-2024-36899 gpiolib: cdev: Fix use after free in lineinfo_changed_notify

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7AI score0.00178EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.36 views

CVE-2024-36899 gpiolib: cdev: Fix use after free in lineinfo_changed_notify

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

6.6AI score0.00178EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/28 3:1 p.m.5 views

SUSE CVE-2023-52706

In the Linux kernel, the following vulnerability has been resolved: gpio: sim: fix a memory leak Fix an inverted logic bug in gpiosimremovehogs that leads to GPIO hog structures never being freed...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:56 p.m.4 views

SUSE CVE-2021-47331

In the Linux kernel, the following vulnerability has been resolved: usb: common: usb-conn-gpio: fix NULL pointer dereference of charger When power on system with OTG cable, IDDIG's interrupt arises before the charger registration, it will cause a NULL pointer dereference, fix the issue by...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/23 1:29 p.m.22 views

CVE-2021-47263

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT0 to BIT4 however we ended up with BITn - 1 which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in...

5.6CVSS6.5AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:9 a.m.26 views

CVE-2023-52706

In the Linux kernel, the following vulnerability has been resolved: gpio: sim: fix a memory leak Fix an inverted logic bug in gpiosimremovehogs that leads to GPIO hog structures never being freed...

4.4CVSS6.4AI score0.00205EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.5 views

SUSE CVE-2021-47233

In the Linux kernel, the following vulnerability has been resolved: regulator: rt4801: Fix NULL pointer dereference if priv-enablegpios is NULL devmgpiodgetarrayoptional may return NULL if no GPIO was assigned...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.4 views

SUSE CVE-2021-47263

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT0 to BIT4 however we ended up with BITn - 1 which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References5
Rows per page
Query Builder