6.3
CVE-2024-24861
- EPSS 0.03%
- Published 05.02.2024 08:15:45
- Last modified 13.02.2025 18:17:11
- Source security@openanolis.org
- CVE-Watchlists
- Open
A race condition was found in the Linux kernel's media/xc4000 device driver in xc4000 xc4000_get_frequency() function. This can result in return value overflow issue, possibly leading to malfunction or denial of service issue.
Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version <= 3.0.101
Linux ≫ Linux Kernel Version >= 6.0 <= 6.7.2
Linux ≫ Linux Kernel Version3.1 Updaterc1
Linux ≫ Linux Kernel Version6.8 Updaterc1
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.03% | 0.057 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 6.3 | 1 | 5.2 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H
|
| security@openanolis.org | 3.3 | 0.8 | 2.5 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L
|
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.