Description
A flaw was found in dhcp-server. A remote attacker with network access to the OMAPI (Open Management Application Programming Interface) port, especially if not secured with TSIG (Transaction Signature) key authentication, could send a specially crafted lease creation request. This request, containing an overly long InfiniBand MAC address, triggers a buffer overflow in the `print_hw_addr()` function. Successful exploitation leads to a persistent denial of service (DoS), causing the `dhcpd` service to crash and preventing it from restarting without manual intervention.
Published: 2026-08-04
Score: 4.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The identified fault triggers a classic buffer overflow within the dhcp-server’s print_hw_addr routine when a lease creation request is processed over the OMAPI interface. The request contains an excessively long InfiniBand MAC address, which causes the internal buffer to be overwritten. Once the overflow occurs, the dhcpd process terminates without a graceful restart and cannot recover automatically, resulting in a persistent denial of service for DHCP clients. This vulnerability pertains to CWE-120, the classic buffer overflow weakness.

Affected Systems

Red Hat Enterprise Linux 6, 7, 8, and 9 systems running the default dhcp-server package are affected. The flaw resides in the dhcpd component that listens on the OMAPI port 7911 for management commands.

Risk and Exploitability

The CVSS score of 4.9 signifies a moderate severity, with no EPSS data available and the vulnerability not listed in the CISA KEV catalog. An attacker only needs network reachability to the OMAPI port and must circumvent any TSIG key authentication. By sending a crafted lease request with a long InfiniBand MAC string, the attacker can force the dhcpd process to crash. The exploit requires no elevated privileges and does not provide code execution; it merely disrupts service until an administrator manually restarts the daemon.

Generated by OpenCVE AI on August 5, 2026 at 00:15 UTC.

Remediation

Vendor Workaround

To mitigate this issue, secure OMAPI access by configuring TSIG key authentication to prevent unauthorized connections to the OMAPI port (7911). If the `dhcpd` service has already crashed due to this flaw, manually remove the problematic InfiniBand lease entry from `/var/lib/dhcpd/dhcpd.leases` and then restart the `dhcpd` service. Restarting the `dhcpd` service may temporarily interrupt DHCP services for clients.


OpenCVE Recommended Actions

  • Configure OMAPI access to use TSIG key authentication, thereby restricting which clients can send lease requests on port 7911.
  • If the dhcpd service has already terminated due to a failed request, delete the offending lease entry from /var/lib/dhcpd/dhcpd.leases and restart dhcpd to restore service, acknowledging a temporary interruption for DHCP clients.
  • Apply network filtering to limit OMAPI traffic to trusted hosts or networks, and monitor the DHCP lease file for abnormal or excessively long InfiniBand MAC addresses.

Generated by OpenCVE AI on August 5, 2026 at 00:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in dhcp-server. A remote attacker with network access to the OMAPI (Open Management Application Programming Interface) port, especially if not secured with TSIG (Transaction Signature) key authentication, could send a specially crafted lease creation request. This request, containing an overly long InfiniBand MAC address, triggers a buffer overflow in the `print_hw_addr()` function. Successful exploitation leads to a persistent denial of service (DoS), causing the `dhcpd` service to crash and preventing it from restarting without manual intervention.
Title Dhcp-server: dhcp-server: persistent denial of service due to buffer overflow via omapi
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-120
CPEs 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
References
Metrics cvssV3_1

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


Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-04T23:08:02.438Z

Reserved: 2026-07-28T17:35:42.520Z

Link: CVE-2026-18103

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:15:04Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')