Sploitus

CVE-2026-23274

2 known exploits for CVE-2026-23274

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels IDLETIMER revision 0 rules reuse existing timers by label and always call mod_timer() on timer->timer. If the label was created first by revision 1 with XT_IDLETIMER_ALARM, the object uses alarm timer semantics and timer->timer is never initialized. Reusing that object from revision 0 causes mod_timer() on an uninitialized timer_list, triggering debugobjects warnings and possible panic when panic_on_warn=1. Fix this by rejecting revision 0 rule insertion when an existing timer with the same label is of ALARM type.

Linux Linux Kernel
< 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.78, 6.18.19, 6.19.9, 7.0
CVSS 3.1
7.8 HIGH
EPSS
0.2% (6th percentile)
NVD status
Modified
Published
2026-03-20
CVE-2026-23274 at NVD
Authoritative description, scoring and affected products

2 known exploits for CVE-2026-23274

Proof-of-concept code and exploit modules indexed by Sploitus