Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
packet_edit_meme — PACKET_EDIT_MEME.c (aka CVE-2026-46331): yet another page cache poisoning nightmare | Kitploit
도구/GitHubGitHub/sgkdev/packet_edit_meme
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed TeamingBinary Exploitation
GitHubsgkdev/packet_edit_meme

packet_edit_meme

PACKET_EDIT_MEME.c (aka CVE-2026-46331): yet another page cache poisoning nightmare

저장소 보기
137452개월 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

PACKET_EDIT_MEME - 일명 CVE-2026-46331

net/sched act_pedit 부분 COW 페이지 캐시 손상 (문제 제기: 899ee91156e5, v5.18부터 v7.1-rc7에서 수정됨). packet_edit_meme.c는 이를 권한 없는 로컬 루트로 만듭니다: userns CAP_NET_ADMIN 자식이 setuid-root /bin/su의 캐시된 ELF 엔트리를 setgid(0)+setuid(0)+execve("/bin/sh") 셸코드로 덮어씁니다.

root@kitploit:~
make                     
./packet_edit_meme         
./packet_edit_meme --ubuntu  # AppArmor-gated Ubuntu: aa-exec bypass first

대상 (2026-06 확인, 권한 없는 사용자 -> 루트)

배포판커널플래그결과
RHEL 10.06.12.0-228.el10(none)ROOT
Debian 13 trixie6.12.90+deb13.1(none)ROOT
Ubuntu 24.04.46.17.0-22--ubuntuROOT
Ubuntu 26.047.0.0-14-generic--ubuntuFAIL

RHEL / Debian: 권한 없는 userns는 기본적으로 열려 있으므로 플래그가 필요하지 않습니다. RHEL은 cls_basic / em_meta를 제공하지 않으므로 기본 기능이 자동으로 matchall로 대체됩니다.

Ubuntu AppArmor 게이트

Ubuntu는 두 가지 sysctl을 통해 제한되지 않은 권한 없는 userns를 거부합니다:

root@kitploit:~
kernel.apparmor_restrict_unprivileged_userns       # denies unconfined userns creation
kernel.apparmor_restrict_unprivileged_unconfined   # forces unconfined change_profile to STACK,
                                                   # so an aa-exec permissive profile cannot
                                                   # shed the userns restriction

--ubuntu는 aa-exec -p {trinity,chrome,flatpak}을 통해 재실행합니다 (이 프로필은 userns, 규칙을 가지고 있습니다).

root@kitploit:~
24.04.4 : userns=1, unconfined=0  -> aa-exec bypass WORKS
26.04   : userns=1, unconfined=1  -> aa-exec bypass CLOSED
도구 다운로드