| Release Date: | 2025-07-25 | |
| Impact: | Moderate | What is this? | 
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Fix race condition in TTY wakeup A race condition occurs when gs_start_io() calls either gs_start_rx() or gs_start_tx(), as those functions briefly drop the port_lock for usb_ep_queue(). This allows gs_close() and gserial_disconnect() to clear port.tty and port_usb, respectively. Use the null-safe TTY Port helper function to wake up TTY. Example CPU1: CPU2: gserial_connect() // lock gs_close() // await lock gs_start_rx() // unlock usb_ep_queue() gs_close() // lock, reset port.tty and unlock gs_start_rx() // lock tty_wakeup() // NPE
See more information about CVE-2025-38448 from MITRE CVE dictionary and NIST NVD
NOTE: The following CVSS metrics and score provided are preliminary and subject to review.
| Base Score: | 6.2 | 
| Vector String: | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | 
| Version: | 3.1 | 
| Attack Vector: | Local | 
| Attack Complexity: | Low | 
| Privileges Required: | None | 
| User Interaction: | None | 
| Scope: | Unchanged | 
| Confidentiality Impact: | None | 
| Integrity Impact: | None | 
| Availability Impact: | High | 
| Platform | Errata | Release Date | 
| Oracle Linux version 7 (kernel-uek) | ELSA-2025-20663 | 2025-10-11 | 
| Oracle Linux version 8 (kernel-uek) | ELSA-2025-20663 | 2025-10-11 | 
| Oracle Linux version 8 (kernel-uek) | ELSA-2025-20716 | 2025-10-14 | 
| Oracle Linux version 9 (kernel-uek) | ELSA-2025-20716 | 2025-10-14 | 
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections: