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-90250NVD

Vulnerability Summary

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

bpf, cgroup: Fix storage null-ptr-deref after replacing prog

Syzkaller reported a storage null-ptr-deref issue after replacing prog.
This occurs in the following scenario:
1. prog A, an empty prog, is attached to a cgrp.
2. prog B uses BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE and calls the
bpf_get_local_storage helper.
3. link_update is called to replace prog A with prog B.

The reason is that __cgroup_bpf_replace fails to alloc and assign the
required cgrp storage for the incoming replacement prog. Consequently,
the new prog inherits an uninit storage, leading to null-ptr-deref panic
when kick the new prog.

Fix this by rejecting a link update if new_prog's cgroup storage is
incompatible with link->prog.
Severity Level
UNKNOWN
Published Date
Sep 17, 2026
Last Modified
Sep 17, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.20%Probability
Root Weakness (CWE)
N/A

Affected & Patched Versions

Affected Versions
  • Linux Linux >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab and < a033c950f6731be88a7da98604ed78f302f15b80
  • Linux Linux >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab and < 1ab3da12061d7ccb099f7e925fa2d865967a316a
  • Linux Linux >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab and < 12feca126831556dc7fabe5a3ba28fbd328768b6
  • Linux Linux >= 0c991ebc8c69d29b7fc44db17075c5aa5253e2ab and < 3f562c537e9ecf4bc5e206cfffc2cc047f1b7e94
  • Linux Linux >= 5.7
Patched Versions
  • Linux Linux a033c950f6731be88a7da98604ed78f302f15b80
  • Linux Linux 1ab3da12061d7ccb099f7e925fa2d865967a316a
  • Linux Linux 12feca126831556dc7fabe5a3ba28fbd328768b6
  • Linux Linux 3f562c537e9ecf4bc5e206cfffc2cc047f1b7e94
📧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.