CVE-2026-93286
Last modified
CVE-2026-93286 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: appletalk: fix NULL pointer dereference in aarp_send_ddp() aarp_send_ddp() calls atalk_find_dev_addr(dev) in the LocalTalk fast path without checking for NULL. When the device has no AppleTalk interface configured (dev->atalk_ptr == NULL), this leads to a NULL pointer dereference at the at->s_net access. KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:aarp_send_ddp (net/appletalk/aarp.c:552 (discriminator 2)) Call Trace: <TASK> atalk_sendmsg (net/appletalk/ddp.c:1715) __sys_sendto (net/socket.c:2265 (discriminator 1)) __x64_sys_sendto (net/socket.c:2272) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) Add a NULL check consistent with the other callers of atalk_find_dev_addr()..
Description
In the Linux kernel, the following vulnerability has been resolved: net: appletalk: fix NULL pointer dereference in aarp_send_ddp() aarp_send_ddp() calls atalk_find_dev_addr(dev) in the LocalTalk fast path without checking for NULL. When the device has no AppleTalk interface configured (dev->atalk_ptr == NULL), this leads to a NULL pointer dereference at the at->s_net access. KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:aarp_send_ddp (net/appletalk/aarp.c:552 (discriminator 2)) Call Trace: <TASK> atalk_sendmsg (net/appletalk/ddp.c:1715) __sys_sendto (net/socket.c:2265 (discriminator 1)) __x64_sys_sendto (net/socket.c:2272) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) Add a NULL check consistent with the other callers of atalk_find_dev_addr().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8fc30f0cdf4207a5aa2341c0a98d0f1713b3ce2c; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 83899a056aeb120898a6e3a989971fc63e274e2e; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9e7f36ab5b7bf68463faa5f7b926fea8f35597bb |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93286?
How severe is CVE-2026-93286?
How do I fix CVE-2026-93286?
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-93280In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93287In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93288In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93292SigNoz versions from 0.88.0 before 0.142.1 contain a SQL inj…8.5
- CVE-2026-93295MISP contains a vulnerability in its background job dispatch…8.7
- CVE-2026-93296MISP contains a stored cross-site scripting (XSS) vulnerabil…8.5
- CVE-2026-9330IBM WebSphere Application Server 9.0, and 8.5 is affected by…8.5
Are you affected by CVE-2026-93286?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
