Critical Alert 1 Active Exploit Detected Today

CVE-2026-7273 Zyxel GS1900 Series Switches Stack-Based Buffer Overflow Vulnerability →
Powered by CVE Watchtower
×

CVE Watchtower

← Back to CVE List

CVE-2026-90225NVD

Vulnerability Summary

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.
Severity Level
HIGH(7.8)
Published Date
Sep 17, 2026
Last Modified
Sep 18, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.16%Probability
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics — Score 7.8 (HIGH)
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

Affected & Patched Versions

Affected Versions
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < 56fd158fef20268f48db6cdfe5d722e930134eda
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < 8ba8cec0586727cc135ca4827921fc7b52946d71
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < ed5240bab3468988077fe8bf29b935eaecc9ff89
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < fe65727a4a21b11c18eebae1338482767a897b76
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < 2d8ac24565be85bf56580b87bf1b874d35625eb5
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < 156e65bd29307f5053835bff60bc1ba342fa010f
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < d1b73962675cdc5a58e2707e25b548d8b495fde0
  • Linux Linux >= 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 and < 36812527052c5bfb1ec6c1e292d67a5bf76b750f
  • Linux Linux >= 3.10
Patched Versions
  • Linux Linux 56fd158fef20268f48db6cdfe5d722e930134eda
  • Linux Linux 8ba8cec0586727cc135ca4827921fc7b52946d71
  • Linux Linux ed5240bab3468988077fe8bf29b935eaecc9ff89
  • Linux Linux fe65727a4a21b11c18eebae1338482767a897b76
  • Linux Linux 2d8ac24565be85bf56580b87bf1b874d35625eb5
  • Linux Linux 156e65bd29307f5053835bff60bc1ba342fa010f
  • Linux Linux d1b73962675cdc5a58e2707e25b548d8b495fde0
  • Linux Linux 36812527052c5bfb1ec6c1e292d67a5bf76b750f
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.