CVE-2026-2587 PUBLISHED

Assigner: eclipse
Reserved: 16.02.2026 Published: 19.05.2026 Updated: 19.05.2026

A critical Remote Code Execution (RCE) vulnerability was identified in the server-side template rendering mechanism used by the Glassfish gadget handler. The application processes .xml files and evaluates user-supplied values within a context where Expression Language (EL) “expressions” are processed without proper sanitization or escaping. By injecting expressions such as #{7*7}, the server returns 49, confirming server-side EL evaluation. This issue allows a remote attacker to fully compromise the underlying host, enabling capabilities as reading/modifying data, executing arbitrary commands, persistence, and lateral movement.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.6

Product Status

Vendor Eclipse Foundation
Product Eclipse Glassfish
Versions Default: unaffected
  • affected from 0 to 7.1.0 (excl.)
  • Version 8.0.0 is affected

Credits

  • Camilo G. AkA Dedalo (DeepSecurity Perú) finder

References

Problem Types

  • CWE-917 Improper neutralization of special elements used in an expression language statement ('expression language injection') CWE