ACK: [SRU][N][PATCH 0/1] CVE-2026-43197

Hui Wang hui.wang at canonical.com
Thu Jun 25 03:28:06 UTC 2026


Acked-by: Hui Wang <hui.wang at canonical.com>

On 6/24/26 16:37, Cengiz Can via kernel-team wrote:
> https://ubuntu.com/security/CVE-2026-43197
>
> [ Impact ]
>
> The msg buffer passed to netconsole from the console subsystem is not
> guaranteed to be nul-terminated. After the conversion to the NBCON console
> infrastructure, the message is placed in a dynamically allocated per-console
> buffer rather than a static global buffer, exposing an out-of-bounds read when
> netconsole_write() processes the message via vsnprintf(). An attacker or normal
> console activity can trigger a slab-out-of-bounds read past the allocated
> region, leading to information disclosure or a kernel crash.
>
> [ Fix ]
>
> noble: backported with AI-assisted adaptation
>
> [ Test Plan ]
>
> Boot tested.
>
> [ Where Problems Could Occur ]
>
> If the fix is incorrect, the netconsole subsystem could truncate or mangle log
> messages sent over the network, or fail to properly bound the message length,
> potentially regressing remote kernel logging for users who rely on netconsole.
>



More information about the kernel-team mailing list