Skip to content

Commit 376b12a

Browse files
1 parent a8535de commit 376b12a

File tree

2 files changed

+61
-31
lines changed

2 files changed

+61
-31
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-w595-4975-gm3h",
4+
"modified": "2025-10-14T20:29:02Z",
5+
"published": "2025-10-14T15:31:27Z",
6+
"aliases": [
7+
"CVE-2024-44088"
8+
],
9+
"summary": "Apache Geode web-api is vulnerable to Cross-site Scripting",
10+
"details": "Malicious script injection ('Cross-site Scripting') vulnerability in Apache Geode web-api (REST). This vulnerability allows an attacker that tricks a logged-in user into clicking a specially-crafted link to execute code on the returned page, which could lead to theft of the user's session information and even account takeover.\n\n\n\nThis issue affects Apache Geode: all versions prior to 1.15.2.\n\nUsers are recommended to upgrade to version 1.15.2, which fixes the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.geode:geode-web-api"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.1.0"
29+
},
30+
{
31+
"fixed": "1.15.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-44088"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/apache/geode"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://lists.apache.org/thread/161r34nokmcc0w74mnf04lskgb8g1d3g"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-79"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-14T20:29:02Z",
59+
"nvd_published_at": "2025-10-14T15:16:00Z"
60+
}
61+
}

advisories/unreviewed/2025/10/GHSA-w595-4975-gm3h/GHSA-w595-4975-gm3h.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)