---
id: CVE-2025-8283
title: >-
  A vulnerability was found in the netavark package, a network stack for
  containers used with Podman
summary: >-
  A vulnerability was found in the netavark package, a network stack for
  containers used with Podman. Due to dns.podman search domain being removed,
  netavark may return external servers if a valid A/AAAA record is sent as a
  response. When …
severity: low
cvss: 3.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-15
vendor: redhat
product: openshift_container_platform
affected:
  - openshift_container_platform = 4.0
  - enterprise_linux = 8.0
  - enterprise_linux = 9.0
  - enterprise_linux = 10.0
published: '2025-07-28'
updated: '2026-06-25'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-8283'
references:
  - url: 'https://access.redhat.com/security/cve/CVE-2025-8283'
    label: secalert@redhat.com
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2383941'
    label: secalert@redhat.com
  - url: 'https://github.com/advisories/GHSA-rpcf-rmh6-42xr'
    label: secalert@redhat.com
  - url: 'https://github.com/containers/netavark/releases/tag/v1.15.1'
    label: secalert@redhat.com
  - url: 'https://github.com/containers/podman/issues/2619'
    label: secalert@redhat.com
tags:
  - nvd
epss: 0.00307
epssPercentile: 0.20984
ingestedAt: '2026-06-29T13:24:34.400Z'
---

## Overview

A vulnerability was found in the netavark package, a network stack for containers used with Podman. Due to dns.podman search domain being removed, netavark may return external servers if a valid A/AAAA record is sent as a response. When creating a container with a given name, this name will be used as the hostname for the container itself, as the podman's search domain is not added anymore the container is using the host's resolv.conf, and the DNS resolver will try to look into the search domains contained on it. If one of the domains contain a name with the same hostname as the running container, the connection will forward to unexpected external servers.

## Affected

- `openshift_container_platform = 4.0`
- `enterprise_linux = 8.0`
- `enterprise_linux = 9.0`
- `enterprise_linux = 10.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
