CVE-2023-52860
Hisi HNS3 Linux Kernel NULL Pointer Dereference Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_pmu uninit process When tearing down a 'hisi_hns3' PMU, we mistakenly run the CPU hotplug callbacks after the device has been unregistered, leading to fireworks when we try to execute empty function callbacks within the driver: | Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 | CPU: 0 PID: 15 Comm: cpuhp/0 Tainted: G W O 5.12.0-rc4+ #1 | Hardware name: , BIOS KpxxxFPGA 1P B600 V143 04/22/2021 | pstate: 80400009 (Nzcv daif +PAN -UAO -TCO BTYPE=--) | pc : perf_pmu_migrate_context+0x98/0x38c | lr : perf_pmu_migrate_context+0x94/0x38c | | Call trace: | perf_pmu_migrate_context+0x98/0x38c | hisi_hns3_pmu_offline_cpu+0x104/0x12c [hisi_hns3_pmu] Use cpuhp_state_remove_instance_nocalls() instead of cpuhp_state_remove_instance() so that the notifiers don't execute after the PMU device has been unregistered. [will: Rewrote commit message]
INFO
Published Date :
May 21, 2024, 4:15 p.m.
Last Modified :
Feb. 3, 2025, 3:45 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
---|---|---|---|---|---|---|
CVSS 3.1 | MEDIUM | [email protected] |
Solution
- Update the Linux kernel to a patched version.
- Reboot the system after the update.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-52860
.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-52860
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-52860
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-52860
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-52860
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Feb. 03, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE NIST CWE-476 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.0 up to (excluding) 6.1.63 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.5.12 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.6 up to (excluding) 6.6.2 Changed Reference Type https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 No Types Assigned https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 Patch Changed Reference Type https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 No Types Assigned https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 Patch Changed Reference Type https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a No Types Assigned https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a Patch Changed Reference Type https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a No Types Assigned https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a Patch Changed Reference Type https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 No Types Assigned https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 Patch Changed Reference Type https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 No Types Assigned https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 Patch Changed Reference Type https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f No Types Assigned https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f Patch Changed Reference Type https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f No Types Assigned https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f Patch -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 Added Reference https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a Added Reference https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 Added Reference https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 29, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 21, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_pmu uninit process When tearing down a 'hisi_hns3' PMU, we mistakenly run the CPU hotplug callbacks after the device has been unregistered, leading to fireworks when we try to execute empty function callbacks within the driver: | Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 | CPU: 0 PID: 15 Comm: cpuhp/0 Tainted: G W O 5.12.0-rc4+ #1 | Hardware name: , BIOS KpxxxFPGA 1P B600 V143 04/22/2021 | pstate: 80400009 (Nzcv daif +PAN -UAO -TCO BTYPE=--) | pc : perf_pmu_migrate_context+0x98/0x38c | lr : perf_pmu_migrate_context+0x94/0x38c | | Call trace: | perf_pmu_migrate_context+0x98/0x38c | hisi_hns3_pmu_offline_cpu+0x104/0x12c [hisi_hns3_pmu] Use cpuhp_state_remove_instance_nocalls() instead of cpuhp_state_remove_instance() so that the notifiers don't execute after the PMU device has been unregistered. [will: Rewrote commit message] Added Reference kernel.org https://git.kernel.org/stable/c/4589403a343bb0c72a6faf5898386ff964d4e01a [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/3f5827371763f2d9c70719c270055a81d030f3d0 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/d04ff5437a45f275db5530efb49b68d0ec851f6f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/50b560783f7f71790bcf70e9e9855155fb0af8c1 [No types assigned]