2 matches found
podman quadlet install --replace does not fully replace the old file
Impact When running podman quadlet install --replace to replace a Quadlet file, if the original Quadlet is larger than the new Quadlet, the file would not be truncated and content from the original would be preserved. There is no risk of information leakage as the user already had access to the...
4.2CVSS5.8AI score0.00163EPSS
SaveExploits0References15Affected Software1
CVE-2026-19730
The 'podman quadlet install --replace' command opens the existing destination file with OCREATE|OWRONLY but omits OTRUNC. When the initial reflink copy attempt fails common on non-reflink-capable filesystems including many RHEL default XFS configurations, the fallback in ReflinkOrCopy uses io.Cop...
4.2CVSS5.3AI score0.00163EPSS
SaveExploits0References5
20