The CVSS 7.2 rating with an 'authenticated attacker' prerequisite creates a misleading impression of contained risk for this ELECOM router command injection vulnerability. In practice, the authentication barrier is frequently theoretical—ELECOM devices are notorious for default credentials that users never change, and administrative interfaces are often reachable from any authenticated WiFi client. The vulnerability description does not clarify whether 'can log in' means administrative WebUI access or any authenticated session, which substantially changes the actual threat model. On consumer-grade equipment, a WPA key compromise that grants WiFi access frequently translates to admin interface access, collapsing the authentication prerequisite entirely.

This represents a systems design failure rather than an isolated implementation slip. Firmware engineers building web management interfaces in constrained embedded environments often lack access to safe parameterization APIs and reach for system() or popen() calls as the path of least resistance. The cognitive load of maintaining security boundaries in an embedded Linux context with limited standard library support creates conditions where command injection becomes the default outcome, not an exception.

The EPSS score of 0.01129 warrants skepticism. ELECOM holds significant market share in Japan and Southeast Asia, affecting hundreds of thousands of deployed devices. The low score likely reflects limited attacker awareness and tooling coverage for ELECOM-specific exploitation rather than genuine safety. Router-class vulnerabilities systematically outperform EPSS probability predictions because the model weights CVSS components and known-exploit availability without capturing the low-investment, high-payoff dynamics that characterize this device class.

The remediation path is problematic—firmware updates for end-of-life ELECOM devices are unreliable, and consumers rarely apply updates even when available. For this class of device, 'patch when available' is effectively unenforceable at scale. Assume this vulnerability will persist in deployed devices for years regardless of vendor remediation efforts, and treat the EPSS score as a reflection of tooling market obscurity rather than actual exploitability ceiling.