CVE-2026-43098

Source
https://cve.org/CVERecord?id=CVE-2026-43098
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43098.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43098
Downstream
Related
Published
2026-05-06T07:40:28.845Z
Modified
2026-07-08T08:09:34.338820961Z
Summary
nfc: s3fwrn5: allocate rx skb before consuming bytes
Details

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

nfc: s3fwrn5: allocate rx skb before consuming bytes

s3fwrn82uartread() 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 allocskb() fails, the callback returns 0 even though it has already consumed bytes, and it leaves recvskb as NULL for the next receive callback. That breaks the receivebuf() accounting contract and can also lead to a NULL dereference on the next skbput_u8().

Allocate the receive skb lazily before consuming the next byte instead. If allocation fails, return the number of bytes already accepted.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43098.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3f52c2cb7e3ada37513dabb69a22cf917dba754f
Fixed
20a57de2e79b797ed75382659d52bf4c7d9cb446
Fixed
e4ab0fd1c91882f2a7846b1817781c8741f7f315
Fixed
d8c2aa3c4a1ec530a485e46a1c4f1a118bb00156
Fixed
7c31f7a599cf00fad3c204092a91a924126c67e4
Fixed
6d931680a9851481c3243689488eafed08eeff71
Fixed
09822d3d6f68a0cdc4626e0c507324a4927f55a9
Fixed
5c14a19d5b1645cce1cb1252833d70b23635b632

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43098.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.209
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.175
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.136
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.83
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.24
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.14

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43098.json"