Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-80730— ring-buffer: Fix crash passing ERR_PTR to kthread_stop()

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于ring-buffer测试清理循环中未正确检查ERR_PTR,导致kthread_stop()解引用无效指针,可能造成内核崩溃。

AI Predicted 3.2 Difficulty: Hard EPSS 0.21% · P11

Possible ATT&CK Techniques 1 AI

T1059.001 · PowerShell

Affected Version Matrix 14

VendorProduct Version RangeStatus
Linux Linux 64ed3a049e3e81b801e7c5bb052416152443f585< 51d78fad30dd9ae45721224103662bdbcf210096 affected
64ed3a049e3e81b801e7c5bb052416152443f585< 93e7044b548a72022208595d2c1b188bb225ce83 affected
64ed3a049e3e81b801e7c5bb052416152443f585< 8532983c312e8b875d7c9e440f8ee4674ea4b711 affected
64ed3a049e3e81b801e7c5bb052416152443f585< 6dd7a06894d6d3dc84319bd0b7d1a7c27df9d902 affected
64ed3a049e3e81b801e7c5bb052416152443f585< 3ea2fd344d93e3cf9503739b09fd702c0d8f8f0b affected
64ed3a049e3e81b801e7c5bb052416152443f585< 91542863abade2fd4f2b361991f5386ad9d19c8c affected
5.17 affected
< 5.17 unaffected
… +6 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-80730

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERR_PTR to kthread_stop() In test_ringbuffer()'s out_free cleanup loop, the check `!rb_threads[cpu]` only catches NULL entries and misses entries that hold an ERR_PTR. rb_threads[] is static, so unassigned slots are NULL. But when kthread_run_on_cpu() fails for a cpu, it stores ERR_PTR(-ENOMEM) (or -EINTR) in rb_threads[cpu] before the creation loop jumps to out_free. That entry is non-NULL, so the old `!ptr` check does not break, and the cleanup proceeds to call kthread_stop() on the ERR_PTR. kthread_stop() then dereferences the bogus pointer, crashing the kernel during the late_initcall self-test. crash logs: BUG: kernel NULL pointer dereference, address: 000000000000001c Oops: 0002 [#1] SMP NOPTI CPU: 1 PID: 1 Comm: swapper/0 Not tainted 7.2.0-rc6-dirty #7 PREEMPT(lazy) RIP: 0010:kthread_stop+0x2e/0x220 RBX: fffffffffffffff4 CR2: 000000000000001c Call Trace: <TASK> test_ringbuffer+0x1ec/0x650 do_one_initcall+0x6c/0x2c0 kernel_init_freeable+0x21d/0x420 kernel_init+0x15/0x1c0 ret_from_fork+0x21b/0x320 </TASK> Kernel panic - not syncing: Fatal exception
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于ring-buffer测试清理循环中未正确检查ERR_PTR,导致kthread_stop()解引用无效指针,可能造成内核崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 64ed3a049e3e81b801e7c5bb052416152443f585 ~ 51d78fad30dd9ae45721224103662bdbcf210096 -
Linux Linux 5.17 -

II. Public POCs for CVE-2026-80730

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-80730

登录查看更多情报信息。

Patches & Fixes for CVE-2026-80730 (6)

Same Patch Batch · Linux · 2026-09-03 · 32 CVEs total

CVE-2026-80726 9.3 CRITICAL KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page
CVE-2026-80734 8.8 HIGH btrfs: initialize inode mapping flags for cached inodes
CVE-2026-80745 8.4 HIGH regulator: fp9931: Fix VPOS/VNEG voltage selector table
CVE-2026-80750 8.4 HIGH pmdomain: mediatek: fix remaining %pOF after of_node_put()
CVE-2026-80752 8.4 HIGH Input: psxpad-spi - set driver data before use
CVE-2026-80753 8.4 HIGH ovpn: run deferred work on a module-owned workqueue
CVE-2026-80747 8.0 HIGH drm/amdkfd: Add bounds check for CRAT subtype length
CVE-2026-80751 7.8 HIGH pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()
CVE-2026-80736 7.8 HIGH thunderbolt: Fix bandwidth group reservation indexing
CVE-2026-80737 7.8 HIGH serial: amba-pl011: synchronize DMA teardown
CVE-2026-80732 7.8 HIGH ata: pata_sl82c105: fix bridge revision use-after-free
CVE-2026-80731 7.8 HIGH net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header
CVE-2026-80748 7.8 HIGH mmc: loongson2: Fix sg iteration in data reorder functions
CVE-2026-80754 7.8 HIGH Input: synaptics-rmi4 - fix F55 transmitter electrode count typo
CVE-2026-80738 7.3 HIGH bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie
CVE-2026-80735 7.3 HIGH ovpn: ensure socket is owned by ovpn before deref sk_user_data
CVE-2026-80749 7.1 HIGH drm/connector/hdmi: Fix out of bounds memory read
CVE-2026-80741 7.1 HIGH drm/log: Fix out-of-bounds read on empty message length
CVE-2026-80728 Revert "drm/amdgpu: fix aperture mapping leak"
CVE-2026-80729 mm/huge_memory: initialise workingset state before folio split

Showing top 20 of 32 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-80730

No comments yet


Leave a comment