-
CVE-2025-39713
- EPSS 0.04%
- Published 05.09.2025 17:21:20
- Last modified 08.09.2025 16:25:38
- Source 416baaa9-dc9f-4396-8d5f-8c081f
- Teams watchlist Login
- Open Login
In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() In the interrupt handler rain_interrupt(), the buffer full check on rain->buf_len is performed before acquiring rain->buf_lock. This creates a Time-of-Check to Time-of-Use (TOCTOU) race condition, as rain->buf_len is concurrently accessed and modified in the work handler rain_irq_work_handler() under the same lock. Multiple interrupt invocations can race, with each reading buf_len before it becomes full and then proceeding. This can lead to both interrupts attempting to write to the buffer, incrementing buf_len beyond its capacity (DATA_SIZE) and causing a buffer overflow. Fix this bug by moving the spin_lock() to before the buffer full check. This ensures that the check and the subsequent buffer modification are performed atomically, preventing the race condition. An corresponding spin_unlock() is added to the overflow path to correctly release the lock. This possible bug was found by an experimental static analysis tool developed by our team.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
This information is available to logged-in users. Login
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
VendorLinux
≫
Product
Linux
Default Statusunaffected
Version <
2964dbe631fd21ad7873b1752b895548d3c12496
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
6aaef1a75985865d8c6c5b65fb54152060faba48
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
fbc81e78d75bf28972bc22b1599559557b1a1b83
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
3c3e33b7edca7a2d6a96801f287f9faeb684d655
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
1c2769dc80255824542ea5a4ff1a07dcdeb1603f
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
ed905fe7cba03cf22ae0b84cf1b73cd1c070423a
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
ff9dd3db6cd4c6b54a2ecbc58151bea4ec63bc59
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
Version <
7af160aea26c7dc9e6734d19306128cce156ec40
Version
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac
Status
affected
VendorLinux
≫
Product
Linux
Default Statusaffected
Version
4.12
Status
affected
Version <
4.12
Version
0
Status
unaffected
Version <=
5.4.*
Version
5.4.297
Status
unaffected
Version <=
5.10.*
Version
5.10.241
Status
unaffected
Version <=
5.15.*
Version
5.15.190
Status
unaffected
Version <=
6.1.*
Version
6.1.149
Status
unaffected
Version <=
6.6.*
Version
6.6.103
Status
unaffected
Version <=
6.12.*
Version
6.12.44
Status
unaffected
Version <=
6.16.*
Version
6.16.4
Status
unaffected
Version <=
*
Version
6.17-rc1
Status
unaffected
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.04% | 0.129 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|