CVE-2026-90222

Source
https://cve.org/CVERecord?id=CVE-2026-90222
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90222.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90222
Downstream
Published
2026-09-17T16:07:32Z
Modified
2026-09-18T03:48:36Z
Summary
nfc: pn533: hold a reference to the request skb during send_frame
Details

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

nfc: pn533: hold a reference to the request skb during send_frame

__pn533_send_async() publishes the command and then calls dev->phy_ops->send_frame(). Once dev->cmd is set, an incoming frame can be matched to this command: the I2C threaded IRQ runs pn533_recv_frame(), which queues cmd_complete_work, and pn533_send_async_complete() frees cmd->req with consume_skb().

On the I2C transport, pn533_i2c_send_frame() still dereferences the same skb after i2c_master_send() returns, so a completion that races the send can free the skb while the transport is still using it.

The request skb is owned by the command object and may be freed by command completion at any time after dev->cmd is published, so the transport send path must not assume it stays alive. Hold a temporary reference to the request skb across the send_frame() call so the transport always sees a live skb even if completion races the send. Add a pn533_send_cmd_frame() helper and use it from all three send paths.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90222.json"
}
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
9815c7cf22daceabfb919ddcd6f2c80e049c1fbc
Fixed
8710faddef4ad8b2a6bfa985d896e2e1bfb77018
Fixed
19f1239758c23f087f4c25733cfcf62bf0b06051
Fixed
7ee72c64b4b66b1b42dbddbca0a80a218f1b9297
Fixed
753bdaf3220fe8371a6c3c75da645ea7753d11be
Fixed
d329f61ad5786900334a54c2445dc99feda545bf
Fixed
7a8e0a7aef80721da287ac246349aba7d98f6aed
Fixed
3e7a093c177f9f8b9fd039cab41191515079425a
Fixed
47792358a624ea066455ef86b744159928cd7716

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.7.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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