Skip to content

Commit 3a718ac

Browse files
committed
1 parent 6edaa1f commit 3a718ac

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

advisories/unreviewed/2025/12/GHSA-9gm8-6rq9-qj6f/GHSA-9gm8-6rq9-qj6f.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9gm8-6rq9-qj6f",
4-
"modified": "2025-12-16T21:30:54Z",
4+
"modified": "2025-12-16T21:32:02Z",
55
"published": "2025-12-16T18:31:35Z",
66
"aliases": [
77
"CVE-2025-46295"
88
],
9+
"summary": "Apache Commons Text interpolations in text-substitution API could lead command executions",
910
"details": "Apache Commons Text versions prior to 1.10.0 included interpolation features that could be abused when applications passed untrusted input into the text-substitution API. Because some interpolators could trigger actions like executing commands or accessing external resources, an attacker could potentially achieve remote code execution. This vulnerability has been fully addressed in FileMaker Server 22.0.4.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.commons:commons-text"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.10.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46295"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/apache/commons-text/pull/341"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/apache/commons-text"
50+
},
2251
{
2352
"type": "WEB",
2453
"url": "https://support.claris.com/s/answerview?anum=000049059&language=en_US"

0 commit comments

Comments
 (0)