Page:
DirtyFrag
Pages
CLI - proxmox-boot-tool
CLI - pvebcache
CLI - pvessh
CLI - qm
CLI
CVE-2026-31431
Ceph - Deployment
Ceph - Maintenance
Ceph - RDMA
DirtyFrag
Hardware Requirements
Home
Install from Debian
Install from ISO
Install from openEuler
Issue - ARM 32-bit
Issue - IPv6
Issue - MSIx PBA Outside of Specified BAR
Issue - PCI Passthrough
Issue - Raspberry Pi
Issue - Rockchip
Issue - Win7 Internal Error
Proxmox Memory
Resources Download
Roadmap
SPDK
Setup - Linux on ARM64-Loongson
Setup - Migrate from Proxmox VE
Setup - Windows on x86
Software Repository (Upstream Lierfang)
Submodule pin conventions
UI
eNFS
vGPU - Moore Threads
vGPU - Nvidia
No results
1
DirtyFrag
sebas edited this page 2026-08-21 07:13:28 +00:00
Table of Contents
DirtyFrag
Archived from https://docs.pxvirt.lierfang.com/en/case/cve/dirtyfrag.html
DirtyFrag
Affected Scope
Unprivileged users can escalate privileges on a pxvirt host. Containers have AppArmor enabled by default and are not affected.
Temporary Workaround
On the host:
echo 'install esp4 /bin/false' | tee /etc/modprobe.d/dirtyfrag.conf
echo 'install esp6 /bin/false' | tee -a /etc/modprobe.d/dirtyfrag.conf
echo 'install rxrpc /bin/false' | tee -a /etc/modprobe.d/dirtyfrag.conf
rmmod esp4 esp6 rxrpc 2>/dev/null
# Drop page caches to have it effected at runtime
echo 3 > /proc/sys/vm/drop_caches