๐Ÿ” CVE Alert

CVE-2025-39713

UNKNOWN 0.0

media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 5, 2025
Last Updated May 12, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < 2964dbe631fd21ad7873b1752b895548d3c12496 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < 6aaef1a75985865d8c6c5b65fb54152060faba48 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < fbc81e78d75bf28972bc22b1599559557b1a1b83 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < 3c3e33b7edca7a2d6a96801f287f9faeb684d655 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < 1c2769dc80255824542ea5a4ff1a07dcdeb1603f 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < ed905fe7cba03cf22ae0b84cf1b73cd1c070423a 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < ff9dd3db6cd4c6b54a2ecbc58151bea4ec63bc59 0f314f6c2e77beb1a232be21dd6be4e1849ba5ac < 7af160aea26c7dc9e6734d19306128cce156ec40
Linux / Linux
4.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/2964dbe631fd21ad7873b1752b895548d3c12496 git.kernel.org: https://git.kernel.org/stable/c/6aaef1a75985865d8c6c5b65fb54152060faba48 git.kernel.org: https://git.kernel.org/stable/c/fbc81e78d75bf28972bc22b1599559557b1a1b83 git.kernel.org: https://git.kernel.org/stable/c/3c3e33b7edca7a2d6a96801f287f9faeb684d655 git.kernel.org: https://git.kernel.org/stable/c/1c2769dc80255824542ea5a4ff1a07dcdeb1603f git.kernel.org: https://git.kernel.org/stable/c/ed905fe7cba03cf22ae0b84cf1b73cd1c070423a git.kernel.org: https://git.kernel.org/stable/c/ff9dd3db6cd4c6b54a2ecbc58151bea4ec63bc59 git.kernel.org: https://git.kernel.org/stable/c/7af160aea26c7dc9e6734d19306128cce156ec40 lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-032379.html