CVE-2022-49387

Severity CVSS v4.0:
Pending analysis
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
26/02/2025
Last modified:
17/04/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> watchdog: rzg2l_wdt: Fix 32bit overflow issue<br /> <br /> The value of timer_cycle_us can be 0 due to 32bit overflow.<br /> For eg:- If we assign the counter value "0xfff" for computing<br /> maxval.<br /> <br /> This patch fixes this issue by appending ULL to 1024, so that<br /> it is promoted to 64bit.<br /> <br /> This patch also fixes the warning message, &amp;#39;watchdog: Invalid min and<br /> max timeout values, resetting to 0!&amp;#39;.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.17 (including) 5.17.15 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.18 (including) 5.18.4 (excluding)