Skip to content

Commit a07abef

Browse files
1 parent b7fd6b2 commit a07abef

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

advisories/unreviewed/2025/11/GHSA-jqg8-m35q-jh7j/GHSA-jqg8-m35q-jh7j.json renamed to advisories/github-reviewed/2025/11/GHSA-jqg8-m35q-jh7j/GHSA-jqg8-m35q-jh7j.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,76 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jqg8-m35q-jh7j",
4-
"modified": "2025-11-24T18:31:11Z",
4+
"modified": "2025-11-25T14:14:13Z",
55
"published": "2025-11-24T15:30:29Z",
66
"aliases": [
77
"CVE-2025-65998"
88
],
9+
"summary": "Apache Syncope's AES encryption stores hard-coded passwords in internal database",
910
"details": "Apache Syncope can be configured to store the user password values in the internal database with AES encryption, though this is not the default option.\n\nWhen AES is configured, the default key value, hard-coded in the source code, is always used. This allows a malicious attacker, once obtained access to the internal database content, to reconstruct the original cleartext password values.\nThis is not affecting encrypted plain attributes, whose values are also stored using AES encryption.\n\nUsers are recommended to upgrade to version 3.0.15 / 4.0.3, which fix this issue.",
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:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.syncope:syncope-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.0.0"
29+
},
30+
{
31+
"fixed": "4.0.3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.syncope:syncope-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "3.0.15"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",
2060
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65998"
2161
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/apache/syncope/commit/297498ebfc86e4996f5e3e4ef7b7f8b1cd82004b"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/apache/syncope/commit/9d706af25d2e60327b8b5b63186f9da51ed79a1d"
69+
},
70+
{
71+
"type": "PACKAGE",
72+
"url": "https://github.com/apache/syncope"
73+
},
2274
{
2375
"type": "WEB",
2476
"url": "https://lists.apache.org/thread/fjh0tb0d1xkbphc5ogdsc348ppz88cts"
@@ -33,8 +85,8 @@
3385
"CWE-321"
3486
],
3587
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
88+
"github_reviewed": true,
89+
"github_reviewed_at": "2025-11-25T14:14:13Z",
3890
"nvd_published_at": "2025-11-24T14:15:48Z"
3991
}
4092
}

0 commit comments

Comments
 (0)