Bug 2337134 (CVE-2024-47408) - CVE-2024-47408 kernel: net/smc: check smcd_v2_ext_offset when receiving proposal msg
Summary: CVE-2024-47408 kernel: net/smc: check smcd_v2_ext_offset when receiving propo...
Keywords:
Status: NEW
Alias: CVE-2024-47408
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-11 13:03 UTC by OSIDB Bzimport
Modified: 2025-01-13 06:04 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-01-11 13:03:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

net/smc: check smcd_v2_ext_offset when receiving proposal msg

When receiving proposal msg in server, the field smcd_v2_ext_offset in
proposal msg is from the remote client and can not be fully trusted.
Once the value of smcd_v2_ext_offset exceed the max value, there has
the chance to access wrong address, and crash may happen.

This patch checks the value of smcd_v2_ext_offset before using it.

Comment 1 Avinash Hanwate 2025-01-13 06:01:22 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025011141-CVE-2024-47408-e686@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.