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

查看仓库
327天前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
内容在请求的语言中不可用。显示英文版本。

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

下载工具