CVE Database
/

CVE-2025-21689

Back to search

CVE-2025-21689

Published: Feb 10, 2025

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() This patch addresses a null-ptr-deref in qt2_process_read_urb() due to an incorrect bounds check in the following: if (newport > serial->num_ports) { dev_err(&port->dev, "%s - port change to invalid port: %i\n", __func__, newport); break; } The condition doesn't account for the valid range of the serial->port buffer, which is from 0 to serial->num_ports - 1. When newport is equal to serial->num_ports, the assignment of "port" in the following code is out-of-bounds and NULL: serial_priv->current_port = newport; port = serial->port[serial_priv->current_port]; The fix checks if newport is greater than or equal to serial->num_ports indicating it is out-of-bounds.

VendorProductVersions

Linux

Linux

affected
f7a33e608d9ae022b7f49307921627e34e9484ed - < fa4c7472469d97c4707698b4c0e098f8cfc2bf22
affected
f7a33e608d9ae022b7f49307921627e34e9484ed - < 94770cf7c5124f0268d481886829dc2beecc4507
affected
f7a33e608d9ae022b7f49307921627e34e9484ed - < 6068dcff7f19e9fa6fa23ee03453ad6a40fa4efe
affected
f7a33e608d9ae022b7f49307921627e34e9484ed - < 4b9b41fabcd38990f69ef0cee9c631d954a2b530
affected
f7a33e608d9ae022b7f49307921627e34e9484ed - < 6377838560c03b36e1153a42ef727533def9b68f

+3 more versions

Linux

Linux

affected
3.5
unaffected
0 - < 3.5
unaffected
5.4.290 - <= 5.4.*
unaffected
5.10.234 - <= 5.10.*
unaffected
5.15.178 - <= 5.15.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now