CVE-2024-57953

Advisory lineage Upstream: 0 Downstream: 13
Modified
Published: 27 Feb 2025, 02:07
Last modified:11 May 2026, 21:01

Vulnerability Summary

Overall Risk (default)
low
22/100
CVSS Score
5.5 MEDIUM
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability -0.02%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

27 Feb 2025, 02:07
Published
Vulnerability first disclosed
11 May 2026, 21:01
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594_rtc_set_offset() tmp = offset * TICKS_PER_HOUR; The "tmp" variable is an s64 but "offset" is a long in the (-277774)-277774 range. On 32bit systems a long can hold numbers up to approximately two billion. The number of TICKS_PER_HOUR is really large, (32768 * 3600) or roughly a hundred million. When you start multiplying by a hundred million it doesn't take long to overflow the two billion mark. Probably the safest way to fix this is to change the type of TICKS_PER_HOUR to long long because it's such a large number.

CVSS Metrics

  • v3.1MEDIUMScore: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 1%

Techniques & Countermeasures

  • CWE-190Integer Overflow or Wraparound

    The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Affected Systems

  • linuxlinux

    ≥ 9f67c1e63976d3403f0b250b03ffe959c890f9db, < 5127f3cbfc78a7b301b86328247230bec47e0bb3 | ≥ 9f67c1e63976d3403f0b250b03ffe959c890f9db, < 53b0c7b15accb18d15d95c7fe68f61630ebfd1ca | ≥ 9f67c1e63976d3403f0b250b03ffe959c890f9db, < 09c4a610153286cef54d4f0c85398f4e32fc227e | 6.8

  • linuxlinux_kernel

    ≥ 6.8, < 6.12.13 | ≥ 6.13, < 6.13.2

References (3)