CVE-2026-90225
Last modified
CVE-2026-90225 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: read llcp_sock->local under the socket lock in getsockopt nfc_llcp_getsockopt() read llcp_sock->local before lock_sock(sk) and then dereferenced the cached pointer inside the locked region. llcp_sock_bind() assigns and clears llcp_sock->local under the same socket lock, dropping the last reference on its error path. A getsockopt() racing an in-flight bind() can observe the pointer, block on lock_sock(), and then dereference a freed nfc_llcp_local once bind() has unwound. Move the llcp_sock->local read and the NULL check inside the lock_sock(sk) region so bind() cannot mutate or free the pointer between the load and the use..
Description
In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: read llcp_sock->local under the socket lock in getsockopt nfc_llcp_getsockopt() read llcp_sock->local before lock_sock(sk) and then dereferenced the cached pointer inside the locked region. llcp_sock_bind() assigns and clears llcp_sock->local under the same socket lock, dropping the last reference on its error path. A getsockopt() racing an in-flight bind() can observe the pointer, block on lock_sock(), and then dereference a freed nfc_llcp_local once bind() has unwound. Move the llcp_sock->local read and the NULL check inside the lock_sock(sk) region so bind() cannot mutate or free the pointer between the load and the use.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < 56fd158fef20268f48db6cdfe5d722e930134eda; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < 8ba8cec0586727cc135ca4827921fc7b52946d71; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < ed5240bab3468988077fe8bf29b935eaecc9ff89; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < fe65727a4a21b11c18eebae1338482767a897b76; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < 2d8ac24565be85bf56580b87bf1b874d35625eb5; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < 156e65bd29307f5053835bff60bc1ba342fa010f; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < d1b73962675cdc5a58e2707e25b548d8b495fde0; >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7, < 36812527052c5bfb1ec6c1e292d67a5bf76b750f |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90225?
How severe is CVE-2026-90225?
How do I fix CVE-2026-90225?
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-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-90222In 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-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
- CVE-2026-90229In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90230In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90231In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-90225?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
