Skip to content

Commit 8882c3e

Browse files
1 parent dbef331 commit 8882c3e

File tree

3 files changed

+157
-36
lines changed

3 files changed

+157
-36
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-7rc8-5c8q-jr6j",
4+
"modified": "2025-10-20T20:08:45Z",
5+
"published": "2025-10-20T20:08:45Z",
6+
"aliases": [
7+
"CVE-2025-62527"
8+
],
9+
"summary": "Taguette password reset link poisoning",
10+
"details": "### Impact\nAn issue has been discovered in Taguette versions prior to 1.5.0. It was possible for an attacker to request password reset email containing a malicious link, allowing the attacker to set the email if clicked by the victim.\n\n### Patches\nUsers should upgrade to Taguette 1.5.0.\n\n### References\n- https://gitlab.com/remram44/taguette/-/issues/331",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "taguette"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.5.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/remram44/taguette/security/advisories/GHSA-7rc8-5c8q-jr6j"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/remram44/taguette"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://gitlab.com/remram44/taguette/-/issues/331"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-15"
55+
],
56+
"severity": "HIGH",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-20T20:08:45Z",
59+
"nvd_published_at": null
60+
}
61+
}
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-825g-mm5v-ggq4",
4+
"modified": "2025-10-20T20:08:23Z",
5+
"published": "2025-10-20T15:30:25Z",
6+
"aliases": [
7+
"CVE-2025-57738"
8+
],
9+
"summary": "Apache Syncope allows malicious administrators to inject Groovy code",
10+
"details": "Apache Syncope offers the ability to extend / customize the base behavior on every deployment by allowing to provide custom implementations of a few Java interfaces; such implementations can be provided either as Java or Groovy classes, with the latter being particularly attractive as the machinery is set for runtime reload.\nSuch a feature has been available for a while, but recently it was discovered that a malicious administrator can inject Groovy code that can be executed remotely by a running Apache Syncope Core instance.\nUsers are recommended to upgrade to version 3.0.14 / 4.0.2, which fix this issue by forcing the Groovy code to run in a sandbox.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.syncope.core:syncope-core-spring"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.0.14"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.syncope.core:syncope-core-spring"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.0.0-M0"
48+
},
49+
{
50+
"fixed": "4.0.2"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-57738"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/apache/syncope/commit/88c2b5b0be9e2ed66007d672e786165bc266e717"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/apache/syncope/commit/8b08c4d5785599a0e38830dcff89738b93f02a16"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://issues.apache.org/jira/browse/SYNCOPE-1907"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://lists.apache.org/thread/x7cv6xv7z76y49grdr1hgj1pzw5zbby6"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://syncope.apache.org/security#CVE-2025-57738"
81+
},
82+
{
83+
"type": "PACKAGE",
84+
"url": "http://github.com/apache/syncope"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-653"
90+
],
91+
"severity": "HIGH",
92+
"github_reviewed": true,
93+
"github_reviewed_at": "2025-10-20T20:08:22Z",
94+
"nvd_published_at": "2025-10-20T15:15:33Z"
95+
}
96+
}

advisories/unreviewed/2025/10/GHSA-825g-mm5v-ggq4/GHSA-825g-mm5v-ggq4.json

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

0 commit comments

Comments
 (0)