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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
openvz-cve-patch-2026 — GhostLock - CVE-2026-43499 backport patch for openVZ 7 | Kitploit
도구/GitHubGitHub/dmcdtc/openvz-cve-patch-2026
Cloud Infrastructure SecurityContainer SecurityVulnerability AnalysisExploitation
GitHubdmcdtc/openvz-cve-patch-2026

openvz-cve-patch-2026

GhostLock - CVE-2026-43499 backport patch for openVZ 7

저장소 보기
331개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

GhostLock - CVE-2026-43499 backport patch for openVZ 7

CVE-2026-43499 backport patch for openVZ 7 kernel vzkernel-3.10.0-1160.129.1.ovz7.226.2

Since OpenVZ team didnt deploy patch for OpenVZ kernel (yet) with help of Claude i've created this one and it seems to work! (ive tested it on two servers in production, no problems so far)

root@kitploit:~
USAGE:

git clone -b branch-rh7-3.10.0-1160.129.1.vz7.226.x-ovz --single-branch --depth 1 https://[email protected]/openvz/vzkernel.git

cd vzkernel
patch -p0 kernel/rtmutex.c < /patch/CVE-2026-43499-vzkernel3.10.patch (or just overwrite rtmutex.c from my attachments)
cp config.OpenVZ .config
make olddefconfig
make -j10 bzImage
make -j10 modules
make modules_install 
cp arch/x86/boot/bzImage /boot/vmlinuz-3.10.0-1160.129.1.ovz7.226.2
dracut /boot/initramfs-3.10.0-1160.129.1.ovz7.226.2.img 3.10.0-1160.129.1.ovz7.226.2
grub2-mkconfig -o /boot/grub2/grub.cfg (or if EFI then EFI path)

Thats it .. make new kernel default and reboot into kernel best to do it on test env to see if it works

If anyone have better solution or if ive made some critical mistake i will be glad to hear and correct... perhaps i will make .rpm or some repo .. i am just lazy ATM, still waiting to see if OpenVZ team is going to do something officially before i do something on my own...

I have now added binary kernel for openvz with official 119 kernel patched .. you have .spec and patch in binary released.. best to recompile with original src.rpm from openVZ to be sure for security reasons

UPDATE 24-Jul_26

There is now an official patch you can check here

https://bitbucket.org/openvz/vzkernel/commits/branch/branch-rh7-3.10.0-1160.129.1.vz7.226.x-ovz updated

https://download.openvz.org/virtuozzo/factory/source/SRPMS/v/vzkernel-3.10.0-1160.129.1.vz7.226.3.src.rpm

Binaries: https://download.openvz.org/virtuozzo/factory/x86_64/os/Packages/v/

https://download.openvz.org/virtuozzo/factory/x86_64/os/Packages/v/vzkernel-3.10.0-1160.129.1.vz7.226.3.x86_64.rpm

도구 다운로드