The adjacent network constraint in this CVE's scoring is a trap. Yes, CVSS 6.5 is technically accurate—an attacker needs local segment access. But in modern infrastructure, 'adjacent' means a compromised workload on the same hypervisor, a misconfigured VLAN, a co-location tenant, or anyone with switch port access. In cloud environments, adjacent network frequently means dozens of unrelated workloads under the same tenant isolation. The EPSS score of 0.00491 reflects opportunistic scanning, not the risk profile that matters: a motivated adversary who already has that adjacent foothold through supply chain compromise, misconfiguration, or insider access.

DHCP integer underflows are particularly dangerous because the protocol was designed for implicit trust within broadcast domains—an attacker pulling lease data is reading from the same process memory that manages your entire IP allocation state. The CVSS undersells the operational risk because DHCP servers rarely receive the security scrutiny of internet-facing services. Patch cycles are slower, segmentation is assumed to be sufficient, and the service runs quietly until something breaks.

What makes this a force multiplier rather than just information disclosure: a DHCP lease database gives attackers a temporal relational graph of your network—client identifiers, lease renewal patterns, device turnover rates, naming conventions, and OS fingerprints from vendor-class-identifier fields. That's not reconnaissance data; it's an operational intelligence architecture that subsequent attack stages plug directly into. The structured, machine-readable format maps cleanly onto the reconnaissance phase of any intrusion.

Worse, the integer underflow's effect matters. If it affects lease time calculations, you're seeing what the server offers. If it affects buffer length handling, you're seeing what the server holds—including lease history for other clients on shared infrastructure. That distinction determines whether this is a snapshot or a historical record. Additionally, depending on how the code handles the wraparound value, this could destabilize the lease assignment state machine, creating a denial-of-service vector against every client on that broadcast domain.

The historical pattern is damning: DHCP adjacent-access disclosures have been treated as low-severity for fifteen years, defenders consistently deprioritize the patches, and post-breach forensics repeatedly show DHCP disclosure as the network mapping step in multi-stage intrusions. The attackers who reached those adjacent networks got there through different initial vectors—compromised IoT, shadow IT, workstation compromises—but the DHCP disclosure became the pivot point. That chain doesn't show up in EPSS because EPSS measures opportunistic probability, not conditional risk given a motivated adversary with adjacent access.

The relay agent architecture compounds this further: in enterprise networks, a single compromised host on any VLAN can often reach the DHCP server through relay agents, making the adjacent network constraint collapse into foothold anywhere in the infrastructure that has a relay pointing to the DHCP server. That's a significantly lower bar than physical or VLAN adjacency.

Assume this will remain unpatched longer than comparably-scored web vulnerabilities. DHCP patching requires change windows, carries operational risk, and the adjacent network assumption provides organizational cover for deferral. The exposure window compounds the vulnerability itself. Prioritize this patch not because CVSS says medium, but because the attacker's toolkit will mature while your remediation lags—and the intelligence this discloses makes every other asset in that broadcast domain more exploitable.