Skip to content

Commit fb5cedc

Browse files
1 parent 275b76d commit fb5cedc

1 file changed

Lines changed: 52 additions & 4 deletions

File tree

advisories/unreviewed/2026/05/GHSA-29wv-cv7p-xjc2/GHSA-29wv-cv7p-xjc2.json renamed to advisories/github-reviewed/2026/05/GHSA-29wv-cv7p-xjc2/GHSA-29wv-cv7p-xjc2.json

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,72 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-29wv-cv7p-xjc2",
4-
"modified": "2026-05-19T15:31:35Z",
4+
"modified": "2026-06-04T19:21:21Z",
55
"published": "2026-05-19T15:31:35Z",
66
"aliases": [
77
"CVE-2026-2587"
88
],
9+
"summary": "GlassFish's gadget handler is vulnerable to RCE",
910
"details": "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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.glassfish.main.admingui:admingui"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "8.0.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.glassfish.jsftemplating:jsftemplating"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "4.2.0"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",
2060
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2587"
2161
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/eclipse-ee4j/glassfish"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.2"
69+
},
2270
{
2371
"type": "WEB",
2472
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/86"
@@ -29,8 +77,8 @@
2977
"CWE-917"
3078
],
3179
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2026-06-04T19:21:21Z",
3482
"nvd_published_at": "2026-05-19T15:16:28Z"
3583
}
3684
}

0 commit comments

Comments
 (0)