Lucene search

K
osvGoogleOSV:CVE-2024-40990
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40990

2024-07-1213:15:20
Google
osv.dev
4
linux kernel
rdma/mlx5
resolved vulnerability

AI Score

6.7

Confidence

Low

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

RDMA/mlx5: Add check for srq max_sge attribute

max_sge attribute is passed by the user, and is inserted and used
unchecked, so verify that the value doesn’t exceed maximum allowed value
before using it.