CVE-2026-46332
Severity CVSS v4.0:
Pending analysis
Type:
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Publication date:
09/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
greybus: gb-beagleplay: bound bootloader receive buffering<br />
<br />
cc1352_bootloader_rx() appends each serdev chunk into the fixed<br />
rx_buffer before parsing bootloader packets. The helper can keep<br />
leftover bytes between callbacks and may receive multiple packets in one<br />
callback, so a single count value is not constrained by one packet<br />
length.<br />
<br />
Check that the incoming chunk fits in the remaining receive buffer space<br />
before memcpy(). If it does not, drop the staged data and consume the<br />
bytes instead of overflowing rx_buffer.
Impact
Base Score 3.x
8.00
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (including) | 6.12.86 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.27 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



