In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix integer overflows on 32 bit systems
On 32bit systems the addition operations in ipc_msg_alloc() can
potentially overflow leading to memory corruption.
Add bounds checking using KSMBD_IPC_MAX_PAYLOAD to avoid overflow.
References
Configurations
Configuration 1 (hide)
|
History
13 Mar 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Mar 2025, 18:47
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-190 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
|
References | () https://git.kernel.org/stable/c/760568c1f62ea874e8fb492f9cfa4f47b4b8391e - Patch | |
References | () https://git.kernel.org/stable/c/82f59d64e6297f270311b16b5dcf65be406d1ea3 - Patch | |
References | () https://git.kernel.org/stable/c/aab98e2dbd648510f8f51b83fbf4721206ccae45 - Patch | |
References | () https://git.kernel.org/stable/c/b4b902737746c490258de5cb55cab39e79927a67 - Patch | |
References | () https://git.kernel.org/stable/c/ecb9947fa7c99a77b04d43404c6988a0d326e4a0 - Patch |
27 Feb 2025, 03:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-27 03:15
Updated : 2025-03-13 13:15
NVD link : CVE-2025-21748
Mitre link : CVE-2025-21748
CVE.ORG link : CVE-2025-21748
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound