CVE-2023-53719

UnknownEPSS 0.20%

Last modified

CVE-2023-53719 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.20%

9.6th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 3f00df24a5021a6f02c1830a290acd4bceb22a2d; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 7525aa211758cc023a371e010d16ceaae1057807; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 153017561d2804cfae87cc9aa377aa84dd906ae1; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < f76a18e53a66c0ef2938276110717b3805720cd9; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 081790eee6b47389a0d895262086d64c6a38d6e5; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 40a462313ba4f337a2b419e7fb4a670f3dd95e14; >= 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a, < 8ab5fc55d7f65d58a3c3aeadf11bdf60267cd2bd
LinuxLinux3.17

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2023-53719?
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.
How severe is CVE-2023-53719?
Severity scoring for CVE-2023-53719 is pending analysis. The EPSS model estimates a 0.20% probability of exploitation in the next 30 days.
How do I fix CVE-2023-53719?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2023

Are you affected by CVE-2023-53719?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST