CVE-2023-52941

Source
https://cve.org/CVERecord?id=CVE-2023-52941
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52941.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52941
Downstream
Related
Published
2025-03-27T16:37:19.469Z
Modified
2026-03-20T12:32:53.366209Z
Summary
can: isotp: split tx timer into transmission and timeout
Details

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

can: isotp: split tx timer into transmission and timeout

The timer for the transmission of isotp PDUs formerly had two functions: 1. send two consecutive frames with a given time gap 2. monitor the timeouts for flow control frames and the echo frames

This led to larger txstate checks and potentially to a problem discovered by syzbot which enabled the paniconwarn feature while testing.

The former 'txtimer' function is split into 'txfrtimer' and 'txtimer' to handle the two above functionalities with separate timer callbacks.

The two simplified timers now run in one-shot mode and make the state transitions (especially with isotprcvecho) better understandable.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52941.json",
    "cna_assigner": "Linux"
}
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
866337865f3747c68a3e7bb837611e39cec1ecd6
Fixed
cae4c9bc35f72af5d4a079bb9d9fd62c4088a411
Fixed
4f027cba8216f42a18b544842efab134f8b1f9f4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
3cb476cf834edca47f4470c276feb0f519401fb7

Database specific

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