diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-06-30 09:16:01 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-06-30 09:18:09 -0400 |
commit | 918bf3196e26a4cb02dbef209568c00870e68c05 (patch) | |
tree | 8d070f400a3e8d4feadd7aa77b1b8cec499cd00a | |
parent | comms/iwmbt-firmware: update to 20250410 (diff) |
security/vuxml: document sysutils/podman vulnerability
-rw-r--r-- | security/vuxml/vuln/2025.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index a13b0b1015ce..e9e2390a00f0 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,31 @@ + <vuln vid="6b1b8989-55b0-11f0-ac64-589cfc10a551"> + <topic>podman -- TLS connection used to pull VM images was not validated</topic> + <affects> + <package> + <name>podman</name> + <range><lt>5.5.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>RedHat, Inc. reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2025-6032"> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6032</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6032</url> + </references> + <dates> + <discovery>2025-06-30</discovery> + <entry>2025-06-30</entry> + </dates> + </vuln> + <vuln vid="5e64770c-52aa-11f0-b522-b42e991fc52e"> <topic>MongoDB -- Running certain aggregation operations with the SBE engine may lead to unexpected behavior</topic> <affects> |