Description
In the Linux kernel, the following vulnerability has been resolved: serial: arc_uart: fix of_iomap leak in `arc_serial_probe` Smatch reports: drivers/tty/serial/arc_uart.c:631 arc_serial_probe() warn: 'port->membase' from of_iomap() not released on lines: 631. In arc_serial_probe(), if uart_add_one_port() fails, port->membase is not released, which would cause a resource leak. To fix this, I replace of_iomap with devm_platform_ioremap_resource.
References (7)
Core 7
Core References
Scores
EPSS
0.0020
EPSS Percentile
10.2%
Details
Status
published
Products (22)
linux/Kernel
3.17.0 - 4.19.284linux
linux/Kernel
4.20.0 - 5.4.244linux
linux/Kernel
5.11.0 - 5.15.113linux
linux/Kernel
5.16.0 - 6.1.30linux
linux/Kernel
5.5.0 - 5.10.181linux
linux/Kernel
6.2.0 - 6.3.4linux
Linux/Linux
< 3.17
Linux/Linux
3.17
Linux/Linux
4.19.284 - 4.19.*
Linux/Linux
5.10.181 - 5.10.*
... and 12 more
Published
Oct 22, 2025
Tracked Since
Feb 18, 2026