In the Linux kernel, the following vulnerability has been resolved:
net: wan/fslucchdlc: Fix dmafreecoherent() in uhdlc_memclean()
The priv->rxbuffer and priv->txbuffer are alloc'd together as contiguous buffers in uhdlcinit() but freed as two buffers in uhdlcmemclean().
Change the cleanup to only call dmafreecoherent() once on the whole buffer.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43149.json"
}