CVE-2026-19730
Last modified
CVE-2026-19730 is a medium-severity vulnerability rated 4.2/10 on the CVSS scale. The 'podman quadlet install --replace' command opens the existing destination file with O_CREATE|O_WRONLY but omits O_TRUNC. 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.Copy which performs a non-truncating write. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
The 'podman quadlet install --replace' command opens the existing destination file with O_CREATE|O_WRONLY but omits O_TRUNC. 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.Copy which performs a non-truncating write. If the original Quadlet is larger than the new Quadlet, the file is not truncated and content from the original is preserved. The command completes with no warning. There is no risk of information leakage as the user already had access to the Quadlet in order to replace it, and in most cases, this would only lead to invalid Quadlet files. However, security-related options from the end of the old Quadlet could be included in the new Quadlet, and if the truncation resulted in a valid Quadlet file, this could result in undesirable behavior. For example, running podman quadlet install --replace to remove a single line from the end of a Quadlet - including security-sensitive content, like AddCapability - will fail, and the option will continue to be used. Further, with Volume Quadlets, this can include additional mounts which can cause content to be unintentionally exposed into containers. If, later, the image is updated then compromised content might be leaked to an attacker. The vulnerable code paths are in pkg/domain/infra/abi/quadlet.go (lines 338-360, O_CREATE|O_WRONLY without O_TRUNC) and vendor/go.podman.io/storage/pkg/fileutils/reflink_linux.go (lines 12-19, non-truncating io.Copy fallback).
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | Red Hat Enterprise Linux 10 | All versions |
| Red Hat | Red Hat Enterprise Linux 9 | All versions |
| Red Hat | Red Hat Hardened Images | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-19730?
How severe is CVE-2026-19730?
How do I fix CVE-2026-19730?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-19725The WPvivid — Backup, Migration & Staging WordPress plugin b…9.1
- CVE-2026-19726The Visualizer WordPress plugin before 4.0.7 does not prope…6.5
- CVE-2026-19727Improper neutralization of input during web page generation …6.1
- CVE-2026-19728The Extra Product Options Builder for WooCommerce WordPress …7.5
- CVE-2026-19729A flaw was found in the key provider component of the keyclo…4.9
- CVE-2026-1973A vulnerability was determined in Free5GC up to 4.1.0. The i…7.5
- CVE-2026-19733Server-Side request forgery (SSRF) vulnerability in Yordam I…5.3
- CVE-2026-19734Missing Authorization and Authorization Bypass Through User-…8.6
- CVE-2026-1974A vulnerability was identified in Free5GC up to 4.1.0. This …7.5
- CVE-2026-19744Cross-site Scripting in the Markdown renderer in maalfer Pen…5.1
- CVE-2026-19745A flaw has been found in Calix GigaSpire 26.1.0. Impacted is…4.3
- CVE-2026-19746A vulnerability has been found in Calix GigaSpire 26.1.0. Th…4.3
Are you affected by CVE-2026-19730?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
