CVE-2026-90222
Last modified
CVE-2026-90222 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 8710faddef4ad8b2a6bfa985d896e2e1bfb77018; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 19f1239758c23f087f4c25733cfcf62bf0b06051; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 7ee72c64b4b66b1b42dbddbca0a80a218f1b9297; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 753bdaf3220fe8371a6c3c75da645ea7753d11be; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < d329f61ad5786900334a54c2445dc99feda545bf; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 7a8e0a7aef80721da287ac246349aba7d98f6aed; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 3e7a093c177f9f8b9fd039cab41191515079425a; >= 9815c7cf22daceabfb919ddcd6f2c80e049c1fbc, < 47792358a624ea066455ef86b744159928cd7716 |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90222?
How severe is CVE-2026-90222?
How do I fix CVE-2026-90222?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90217In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9022The Splide Carousel Block plugin for WordPress is vulnerable…6.4
- CVE-2026-90220In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90221In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90223In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90224In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90226In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90227In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90228In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-90222?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
