CVE-2023-53013

Source
https://cve.org/CVERecord?id=CVE-2023-53013
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53013.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53013
Downstream
Published
2025-03-27T16:43:42.437Z
Modified
2026-03-12T03:27:54.702955Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
ptdma: pt_core_execute_cmd() should use spinlock
Details

In the Linux kernel, the following vulnerability has been resolved:

ptdma: ptcoreexecute_cmd() should use spinlock

The interrupt handler (ptcoreirqhandler()) of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd() which will attempt to grab a mutex, which is not appropriate in interrupt context and ultimately leads to a kernel panic. The fix here changes this mutex to a spinlock, which has been verified to resolve the issue.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53013.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
fa5d823b16a9442d609617abeec31da8b6afa224
Fixed
ed0d8f731e0bf1bb12a7a37698ac613db20e2794
Fixed
13ba563c2c8055ba8a637c9f70bb833b43cb4207
Fixed
95e5fda3b5f9ed8239b145da3fa01e641cf5d53c

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53013.json"