Description
A flaw was found in popt. This vulnerability allows an attacker to provide specially crafted configuration content to a host, which, when loaded, can lead to a small memory corruption issue. This occurs because of an error in how the `poptConfigFileToString` function reallocates memory for buffers. Successful exploitation could result in heap metadata corruption, potentially causing the affected process to become unavailable (denial of service).
Published: 2026-09-01
Score: 2.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Monitor
AI Analysis

Impact

The vulnerability is caused by an error in popt’s poptConfigFileToString function which performs a short realloc that leads to heap metadata corruption. When an attacker supplies specially crafted configuration content that the host processes, it can corrupt heap memory and cause the affected process to crash, resulting in a denial of service condition.

Affected Systems

This flaw affects Red Hat products such as Red Hat Enterprise Linux releases 6 through 10, Red Hat Hardened Images, and Red Hat OpenShift Container Platform 4, as well as the popt library itself. No specific version information is provided, so all affected instantiations of popt on these platforms are potentially impacted.

Risk and Exploitability

The CVSS score of 2.5 indicates a low severity overall. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting a limited risk of widespread exploitation. Exploitation would require the ability to supply or modify configuration data that is processed by popt, meaning attack may be local or require elevated privileges. As no public exploit is reported, the likelihood of an immediate threat is low, but the affected process becomes unavailable if the flaw is triggered.

Generated by OpenCVE AI on September 1, 2026 at 02:20 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.


OpenCVE Recommended Actions

  • Apply the latest Red Hat security update that contains the patched popt package or upgrade the affected Red Hat distribution to a supported release that includes the fix.
  • Deploy monitoring tools to detect abnormal process termination or memory corruption events, and configure alerts for rapid response.
  • Restrict write access to configuration files that are parsed by applications using popt, and enforce least‑privilege principles to limit the ability of adversaries to supply malicious configuration content.

Generated by OpenCVE AI on September 1, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
References

Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Redhat hardened Images
Redhat openshift Container Platform
Rpm-software-management
Rpm-software-management popt
Vendors & Products Redhat hardened Images
Redhat openshift Container Platform
Rpm-software-management
Rpm-software-management popt

Tue, 01 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 01:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in popt. This vulnerability allows an attacker to provide specially crafted configuration content to a host, which, when loaded, can lead to a small memory corruption issue. This occurs because of an error in how the `poptConfigFileToString` function reallocates memory for buffers. Successful exploitation could result in heap metadata corruption, potentially causing the affected process to become unavailable (denial of service).
Title Popt-devel: popt-static: short realloc in poptconfigfiletostring
First Time appeared Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
Weaknesses CWE-131
CPEs cpe:/a:redhat:hummingbird:1
cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
References
Metrics cvssV3_1

{'score': 2.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L'}


Subscriptions

Redhat Enterprise Linux Hardened Images Hummingbird Openshift Openshift Container Platform
Rpm-software-management Popt
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-08T22:53:46.005Z

Reserved: 2026-08-03T21:13:24.066Z

Link: CVE-2026-18743

cve-icon Vulnrichment

Updated: 2026-09-01T13:19:37.152Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-01T02:16:57.647

Modified: 2026-09-08T23:17:23.813

Link: CVE-2026-18743

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:16:06Z

Weaknesses
  • CWE-131

    Incorrect Calculation of Buffer Size