CVE-2023-53687

Summary

In the Linux kernel, the following vulnerability has been resolved:

tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk

When the best clk is searched, we iterate over all possible clk.

If we find a better match, the previous one, if any, needs to be freed. If a better match has already been found, we still need to free the new one, otherwise it leaks.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 933e5b2998bc3a527d15efbf1e97c9e63297aa3caffected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 01dd8a43a84616c830782166ba3cceb01ad95363affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 46574e5a0a2aee41e6ebb979cfe1dbaea8693e16affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 1962717c4649e026a4252fe6625175affd28a593affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 9dd8091959bc41fee51d0827276a2b982e84adf0affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < f0bf102ef9b05d7294bd8d506755465f6867d944affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 1f426293fef1c13742b2a685bf7e363f51f6ee03affected
LinuxLinux5f5a7a5578c5885201cf9c85856f023fe8b81765 < 832e231cff476102e8204a9e7bddfe5c6154a375affected
LinuxLinux3.3affected
LinuxLinux0 < 3.3unaffected
LinuxLinux4.14.322 <= 4.14.*unaffected
LinuxLinux4.19.291 <= 4.19.*unaffected
LinuxLinux5.4.251 <= 5.4.*unaffected
LinuxLinux5.10.188 <= 5.10.*unaffected
LinuxLinux5.15.121 <= 5.15.*unaffected
LinuxLinux6.1.40 <= 6.1.*unaffected
LinuxLinux6.4.5 <= 6.4.*unaffected
LinuxLinux6.5 <= *unaffected

Weaknesses

References