DEBIAN-CVE-2024-35977

Source
https://security-tracker.debian.org/tracker/CVE-2024-35977
Import Source
https://storage.googleapis.com/osv-test-debian-osv/debian-cve-osv/DEBIAN-CVE-2024-35977.json
JSON Data
https://api.test.osv.dev/v1/vulns/DEBIAN-CVE-2024-35977
Upstream
Published
2024-05-20T10:15:12Z
Modified
2025-09-25T22:40:38Z
Severity
  • 4.7 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosecuart: properly fix race condition The crosecuartprobe() function calls devmserdevdeviceopen() before it calls serdevdevicesetclientops(). This can trigger a NULL pointer dereference: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace: <TASK> ... ? ttyportreceivebuf A simplified version of crashing code is as follows: static inline sizet serdevcontrollerreceivebuf(struct serdevcontroller *ctrl, const u8 *data, sizet count) { struct serdevdevice *serdev = ctrl->serdev; if (!serdev || !serdev->ops->receivebuf) // CRASH! return 0; return serdev->ops->receivebuf(serdev, data, count); } It assumes that if SERPORTACTIVE is set and serdev exists, serdev->ops will also exist. This conflicts with the existing crosecuartprobe() logic, as it first calls devmserdevdeviceopen() (which sets SERPORTACTIVE), and only later sets serdev->ops via serdevdevicesetclientops(). Commit 01f95d42b8f4 ("platform/chrome: crosecuart: fix race condition") attempted to fix a similar race condition, but while doing so, made the window of error for this race condition to happen much wider. Attempt to fix the race condition again, making sure we fully setup before calling devmserdevdeviceopen().

References

Affected packages

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.8.9-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:14 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.8.9-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}