THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-80975 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: mfd: qnap-mcu: keep the reply buffer alive past a command timeout qnap_mcu_exec() publishes an on-stack buffer to the receive path: unsigned char rx[QNAP_MCU_RX_BUFFER_SIZE]; ... reply->data = rx; reply->l

[NVD] CVE-2026-80975 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: mfd: qnap-mcu: keep the reply buffer alive past a command timeout qnap_mcu_exec() publishes an on-stack buffer to the receive path: unsigned char rx[QNAP_MCU_RX_BUFFER_SIZE]; ... reply->data = rx; reply->l

mednvdPublished 2026-09-11

CVE-2026-80975 CVSS: 7.8 HIGH Published: 2026-09-11T20:19:03.763

In the Linux kernel, the following vulnerability has been resolved:

mfd: qnap-mcu: keep the reply buffer alive past a command timeout

qnap_mcu_exec() publishes an on-stack buffer to the receive path:

unsigned char rx[QNAP_MCU_RX_BUFFER_SIZE]; ... reply->data = rx; reply->length = length;

and qnap_mcu_receive_buf() writes int

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-80975