Show filters
113 Total Results
Displaying 11-20 of 113
Sort by:
Attacker Value
Unknown
CVE-2023-52439
Disclosure Date: February 20, 2024 (last updated March 16, 2024)
In the Linux kernel, the following vulnerability has been resolved:
uio: Fix use-after-free in uio_open
core-1 core-2
-------------------------------------------------------
uio_unregister_device uio_open
idev = idr_find()
device_unregister(&idev->dev)
put_device(&idev->dev)
uio_device_release
get_device(&idev->dev)
kfree(idev)
uio_free_minor(minor)
uio_release
put_device(&idev->dev)
kfree(idev)
-------------------------------------------------------
In the core-1 uio_unregister_device(), the device_unregister will kfree
idev when the idev->dev kobject ref is 1. But after core-1
device_unregister, put_device and before doing kfree, the core-2 may
get_device. Then:
1. After core-1 kfree idev, the core-2 will do use-after-free for idev.
2. When core-2 do uio_release and put_device, the idev will be double
freed.
To address this issue, we can get idev atomic & inc idev reference with
minor_lock.
0
Attacker Value
Unknown
CVE-2023-32820
Disclosure Date: October 02, 2023 (last updated October 08, 2023)
In wlan firmware, there is a possible firmware assertion due to improper input handling. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07932637; Issue ID: ALPS07932637.
0
Attacker Value
Unknown
CVE-2023-32810
Disclosure Date: September 04, 2023 (last updated October 08, 2023)
In bluetooth driver, there is a possible out of bounds read due to improper input validation. This could lead to local information leak with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07867212; Issue ID: ALPS07867212.
0
Attacker Value
Unknown
CVE-2023-20838
Disclosure Date: September 04, 2023 (last updated October 08, 2023)
In imgsys, there is a possible out of bounds read due to a race condition. This could lead to local information disclosure with System execution privileges needed. User interaction is needed for exploitation. Patch ID: ALPS07326455; Issue ID: ALPS07326418.
0
Attacker Value
Unknown
CVE-2023-20811
Disclosure Date: August 07, 2023 (last updated October 08, 2023)
In IOMMU, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: DTV03692061; Issue ID: DTV03692061.
0
Attacker Value
Unknown
CVE-2023-20810
Disclosure Date: August 07, 2023 (last updated October 08, 2023)
In IOMMU, there is a possible information disclosure due to improper input validation. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: DTV03692061; Issue ID: DTV03692061.
0
Attacker Value
Unknown
CVE-2023-20716
Disclosure Date: June 06, 2023 (last updated October 08, 2023)
In wlan, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07796883; Issue ID: ALPS07796883.
0
Attacker Value
Unknown
CVE-2023-20715
Disclosure Date: June 06, 2023 (last updated October 08, 2023)
In wlan, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07796900; Issue ID: ALPS07796900.
0
Attacker Value
Unknown
CVE-2023-20712
Disclosure Date: June 06, 2023 (last updated October 08, 2023)
In wlan, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07796914; Issue ID: ALPS07796914.
0
Attacker Value
Unknown
CVE-2023-20682
Disclosure Date: April 06, 2023 (last updated October 08, 2023)
In wlan, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07441605; Issue ID: ALPS07441605.
0