CVE-2024-26594
HighIn the Linux kernel, the following vulnerability has been resolved: ksmbd: validate mech token in session setup If client send invalid mech token in session setup request, ksmbd validate and make the error if it is invalid.
CVSS 3.1 score
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness type
CWE-125CVE-2024-26594 is a Out-of-bounds Read vulnerability
What is Out-of-bounds Read?
The product reads data past the end or before the beginning of the intended buffer. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2024-26594 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5e6dfec95833edc54c48605a98365a7325e5541e
-
PatchKernel patch commithttps://git.kernel.org/stable/c/6eb8015492bcc84e40646390e50a862b2c0529c9
-
PatchKernel patch commithttps://git.kernel.org/stable/c/92e470163d96df8db6c4fa0f484e4a229edb903d
Frequently asked questions
-
What is CVE-2024-26594?
CVE-2024-26594 is a High severity Linux kernel vulnerability with a CVSS score of 7.1 out of 10 , classified as an Out-of-bounds Read flaw (CWE-125) . CVE-2024-26594 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-26594?
CVE-2024-26594 has a CVSS score of 7.1 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H. -
Is there a patch available for CVE-2024-26594?
No patch is currently available for CVE-2024-26594. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2024-26594 actively exploited?
No — CVE-2024-26594 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Out-of-bounds Read (CWE-125)?
The product reads data past the end or before the beginning of the intended buffer. View CWE-125 on MITRE CWE →