메뉴
HN
Hacker News 30일 전

리눅스 커널 최악의 권한상승 취약점, 배포판에 사전 공유 누락

IMP
9/10
핵심 요약

최근 공개된 리눅스 커널 취약점(CVE-2026-31431, CopyFail)은 시스템 권한을 루트(root)로 완전히 상승시킬 수 있는 매우 심각한 보안 이슈입니다. 문제는 이 심각한 취약점이 주요 리눅스 배포판 개발자들에게 사전에 통지되지 않아, 구형 장기 지원(LTS) 커널에 대한 보안 패치가 지연되고 있다는 점입니다. 당장 패치를 적용하기 어려운 배포판들은 취약한 암호화 모듈을 비활성화하는 임시 방편을 사용하고 있습니다.

번역된 본문

이 메일링 리스트 메시지는 리눅스 커널의 로컬 권한 상승 취약점인 CVE-2026-31431 (CopyFail)과 관련된 내용을 담고 있습니다.

주요 내용에 따르면, 이 취약점은 최근 리눅스 커널에서 발견된 것 중 가장 심각한 수준의 'make-me-root(루트 권한 획득)' 유형의 취약점입니다. 이 문제는 2017년 커널 4.14 버전에서 특정 커밋이 병합되면서 발생했습니다.

현재 최신 버전인 6.18.22, 6.19.12, 7.0 버전에서는 해당 취약점을 수정하는 패치가 적용되었습니다. 하지만 6.12, 6.6, 6.1, 5.15, 5.10 등 과거에 도입된 장기 지원(LTS) 버전들에는 아직 패치가 적용되지 않았습니다. 이는 오래된 커널 구조로 패치를 역이동(backport)하는 과정에서 API 변경 등 기술적인 충돌이 발생하여 즉각적인 적용이 어렵기 때문입니다.

특히 중요한 점은 리눅스 커널의 취약점 공개 프로세스입니다. 보통 취약점이 발견되면 배포판 개발자들에게 취약점이 공개되기 전에 미리 정보를 제공하는데(Embargo), 이 사례의 경우 취약점을 발견한 사람이 배포판 관련 메일링 리스트(linux-distros)를 통하지 않았기 때문에 주요 배포판들에게 사전 경고(Heads-up)가 전혀 이루어지지 않았습니다.

결과적으로 배포판 개발자들은 이 심각한 보안 문제에 대해 대중과 동시에 알게 되었으며, 당장 패치를 적용할 수 없는 상황에서 'authencesn'이라는 취약한 암호화 모듈을 비활성화하는 것을 최소한의 임시 방편으로 선택한 상황입니다.

원문 보기
원문 보기 (영어)
Products Openwall GNU/*/Linux server OS Linux Kernel Runtime Guard John the Ripper password cracker Free & Open Source for any platform in the cloud Pro for Linux Pro for macOS Wordlists for password cracking passwdqc policy enforcement Free & Open Source for Unix Pro for Windows (Active Directory) yescrypt KDF & password hashing yespower Proof-of-Work (PoW) crypt_blowfish password hashing phpass ditto in PHP tcb better password shadowing Pluggable Authentication Modules scanlogd port scan detector popa3d tiny POP3 daemon blists web interface to mailing lists msulogin single user mode login php_mt_seed mt_rand() cracker Services Publications Articles Presentations Resources Mailing lists Community wiki Source code repositories (GitHub) File archive & mirrors How to verify digital signatures OVE IDs What's new Follow @Openwall on Twitter for new release announcements and other news [<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list] Message-ID: <87se8dgicq.fsf&#64;gentoo.org> Date: Thu, 30 Apr 2026 05:52:37 +0100 From: Sam James <sam&#64;...too.org> To: oss-security&#64;...ts.openwall.com Cc: Jan Schaumann <jschauma&#64;...meister.org> Subject: Re: CVE-2026-31431: CopyFail: linux local privilege scalation Eddie Chapman <eddie&#64;...k.net> writes: > On 29/04/2026 21:23, Jan Schaumann wrote: >> Affected and fixed versions >> =========================== >> Issue introduced in 4.14 with commit >> 72548b093ee38a6d4f2a19e6ef1948ae05c181f7 and fixed in >> 6.18.22 with commit >> fafe0fa2995a0f7073c1c358d7d3145bcc9aedd8 >> Issue introduced in 4.14 with commit >> 72548b093ee38a6d4f2a19e6ef1948ae05c181f7 and fixed in >> 6.19.12 with commit >> ce42ee423e58dffa5ec03524054c9d8bfd4f6237 >> Issue introduced in 4.14 with commit >> 72548b093ee38a6d4f2a19e6ef1948ae05c181f7 and fixed in >> 7.0 with commit >> a664bf3d603dc3bdcf9ae47cc21e0daec706d7a5 >> https://git.kernel.org/stable/c/fafe0fa2995a0f7073c1c358d7d3145bcc9aedd8 >> https://git.kernel.org/stable/c/ce42ee423e58dffa5ec03524054c9d8bfd4f6237 >> https://git.kernel.org/stable/c/a664bf3d603dc3bdcf9ae47cc21e0daec706d7a5 > > So this is one of the worst make-me-root vulnerabilities in the kernel > in recent times. I see that on the 11th of April 6.19.12 & 6.18.22 > were released with the fix backported. > > Longterm 6.12, 6.6, 6.1, 5.15, 5.10 have not received the fix and I > don't see anything in the upstream stable queues yet as I write. My > guess is backporting that far back is not as straightforward. As this > was introduced in 2017 all those older kernels are affected, right? Or > am I missing something? It does not apply cleanly, no. Attached is the workaround we're going to use. I'm not an expert on IPSec but I think this is the lesser evil. I attempted a backport but ran into a few API changes and wasn't confident enough to muck around with it, especially for something to deploy immediately. > [...] > > What went wrong, has the embargo been broken early today? Not looking > to point any fingers, those who make things happen in our communities > work dam hard and deserve respect and support, especially with the > extra burden of AI slop now. Note that for Linux kernel vulnerabilities, unless the reporter chooses to bring it to the linux-distros ML, there is no heads-up to distributions. It did not happen here. > > Eddie sam View attachment " 0001-crypto-disable-authencesn-module-for-CVE-2026-31431.patch " of type " text/x-patch " (1543 bytes) Download attachment " signature.asc " of type " application/pgp-signature " (419 bytes) Powered by blists - more mailing lists Please check out the Open Source Software Security Wiki , which is counterpart to this mailing list . Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages .