Bug 2372501 (CVE-2025-6032)

Summary: CVE-2025-6032 podman: podman missing TLS verification
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: cevich, ddarrah, dshea, gsuckevi, jhonce, jnovy, mheon, pholzing, security-response-team, tsweeney, vnaruka, ypu
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in Podman. The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry. This issue results in a Man In The Middle attack.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2374581    
Bug Blocks:    
Deadline: 2025-06-24   

Description OSIDB Bzimport 2025-06-12 15:24:27 UTC
The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry (which it does by default since 5.0.0) allowing a possible Man In The Middle attack.

Requirements to exploit:
Access to the network path between registry and client to perform a MITM
attack.

Version affected: podman >= 4.8.0
Code was added in commit ea4775e, however it is only used as default way
to pull images since 5.0.0.

Comment 2 Tom Sweeney 2025-06-17 17:19:46 UTC
Just noting that the code with the issue was first introduced in Podman v4.8 and RHEL 8.10 & 9.4.  Also in OCP 4.16.  Earlier versions of OCP and RHEL are not affected by this issue.