Ubuntu USN · September 2026

Ubuntu Linux Security Advisory: September 2026 Kernel & Subsystem Triage

Triage of Ubuntu's September 2026 kernel rollups addressing critical io_uring memory corruption, eBPF verifier bounds, and network packet handling vulnerabilities.

34
Kernel CVEs Fixed
1
In-The-Wild Exploit
7.8
CVSS io_uring Flaw
High
Server Patch Urgency

보안 릴리스 분석 및 위험성 평가

Canonical released coordinated Ubuntu Security Notices (USN) across 24.04 LTS and 22.04 LTS addressing 34 kernel security issues. The critical highlight is CVE-2024-0582 in the io_uring subsystem, an actively targeted use-after-free flaw that allows unprivileged local attackers to elevate privileges to root.

핵심 취약점 트리아지 매트릭스

CVE 식별자 서브시스템 / 구성 요소 영향 CVSS 실제 악용 여부?
CVE-2024-0582io_uring / Ring BufferUse-After-Free / LPE7.8 HighYES (In-The-Wild)
CVE-2024-41090eBPF VerifierBounds Check Bypass7.1 HighNo
CVE-2024-41091Bluetooth L2CAPNull Pointer Dereference6.5 MediumNo
CVE-2024-41092Ext4 FilesystemOut-of-Bounds Read5.5 MediumNo
주목할 코드 분석

Deep Dive: Linux Kernel io_uring Privilege Escalation Teardown →

Inspect the exact C diff from fs/io_uring.c showing how registering an existing ring buffer caused a premature reference drop and slab-use-after-free.

← 전체 보안 디렉터리 보기 모든 플랫폼 보안 업데이트 →