CVE-2025-21689

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
10/02/2025
Last modified:
03/11/2025

Description

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

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.5 (including) 5.4.290 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 (including) 5.10.234 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.178 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.128 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.75 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.12.12 (excluding)
cpe:2.3:o:linux:linux_kernel:6.13:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.13:rc7:*:*:*:*:*:*