CVE-2026-46243
HighIn the Linux kernel, the following vulnerability has been resolved: smb: client: reject userspace cifs.spnego descriptions cifs.spnego key descriptions contain authority-bearing fields such as pid, uid, creduid, and upcall_target that cifs.upcall treats as kernel-originating inputs. However, userspace can also create keys of this type through request_key(2) or add_key(2), allowing those fields to be supplied without CIFS origin. Only accept cifs.spnego descriptions while CIFS is using its private spnego_cred to request the key.
CVSS 3.1 score
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Weakness type
CWE-20CVE-2026-46243 is a Improper Input Validation vulnerability
What is Improper Input Validation?
The product receives input but does not validate it correctly, allowing attackers to craft inputs that cause unexpected behavior. Learn more on MITRE CWE
Affected versions
Linux kernel versions
2.6.24
and later are affected. Fixed in
5.10.258,
5.15.209,
6.1.175,
6.6.142,
6.12.92,
6.18.34,
7.0.11,
7.1-rc5
and their respective stable series.
References
The following references provide additional information about CVE-2026-46243 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/0aece6685fc80a8de492688ca2315fb86ec379c7
-
PatchKernel patch commithttps://git.kernel.org/stable/c/2035acfb17221729b1b8ac335e941868a04ca079
-
PatchKernel patch commithttps://git.kernel.org/stable/c/3da1fdf4efbc490041eb4f836bf596201203f8f2
Frequently asked questions
-
What is CVE-2026-46243?
CVE-2026-46243 is a High severity Linux kernel vulnerability with a CVSS score of 7.1 out of 10 , classified as an Improper Input Validation flaw (CWE-20) . It affects Linux kernel versions from 2.6.24 onward and has been patched in 5.10.258, 5.15.209, 6.1.175 and others. CVE-2026-46243 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-46243?
CVE-2026-46243 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:H/A:N. -
Is there a patch available for CVE-2026-46243?
Yes — CVE-2026-46243 has been patched. Fixed versions include 5.10.258, 5.15.209, 6.1.175 and others. If you are running Linux kernel 2.6.24 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-46243 actively exploited?
No — CVE-2026-46243 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Improper Input Validation (CWE-20)?
The product receives input but does not validate it correctly, allowing attackers to craft inputs that cause unexpected behavior. View CWE-20 on MITRE CWE →