CVE-2026-43098
MediumIn the Linux kernel, the following vulnerability has been resolved: nfc: s3fwrn5: allocate rx skb before consuming bytes s3fwrn82_uart_read() reports the number of accepted bytes to the serdev core. The current code consumes bytes into recv_skb and may already deliver a complete frame before allocating a fresh receive buffer. If that alloc_skb() fails, the callback returns 0 even though it has already consumed bytes, and it leaves recv_skb as NULL for the next receive callback. That breaks the receive_buf() accounting contract and can also lead to a NULL dereference on the next skb_put_u8(). Allocate the receive skb lazily before consuming the next byte instead. If allocation fails, return the number of bytes already accepted.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
5.11
and later are affected. Fixed in
5.15.209,
6.1.175,
6.6.136,
6.12.83,
6.18.24,
6.19.14,
7.0
and their respective stable series.
References
The following references provide additional information about CVE-2026-43098 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/09822d3d6f68a0cdc4626e0c507324a4927f55a9
-
PatchKernel patch commithttps://git.kernel.org/stable/c/20a57de2e79b797ed75382659d52bf4c7d9cb446
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5c14a19d5b1645cce1cb1252833d70b23635b632
Frequently asked questions
-
What is CVE-2026-43098?
CVE-2026-43098 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 5.11 onward and has been patched in 5.15.209, 6.1.175, 6.6.136 and others. CVE-2026-43098 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-43098?
CVE-2026-43098 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2026-43098?
Yes — CVE-2026-43098 has been patched. Fixed versions include 5.15.209, 6.1.175, 6.6.136 and others. If you are running Linux kernel 5.11 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-43098 actively exploited?
No — CVE-2026-43098 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.