Skip to content

Commit e208191

Browse files
1 parent 8a0ef22 commit e208191

File tree

2 files changed

+124
-0
lines changed

2 files changed

+124
-0
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-pj86-258h-qrvf",
4+
"modified": "2025-12-15T22:01:04Z",
5+
"published": "2025-12-15T22:01:04Z",
6+
"aliases": [
7+
"CVE-2025-67492"
8+
],
9+
"summary": "Weblate's over‑permissive webhook endpoint enables mass repository updates and component enumeration",
10+
"details": "### Impact\n\nIt was possible to trigger repository updates for many repositories via a crafted webhook payload.\n\n### Patches\n\n* https://github.com/WeblateOrg/weblate/pull/17221\n\n### Workarounds\n\nDisabling webhooks completely using ENABLE_HOOKS avoids this vulnerability.\n\n### References\n\nThanks to Hector Ruiz Ruiz & NaxusAI for responsibly disclosing this vulnerability to us.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "Weblate"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.15"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/WeblateOrg/weblate/security/advisories/GHSA-pj86-258h-qrvf"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/WeblateOrg/weblate/pull/17221"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/WeblateOrg/weblate"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-1286"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-15T22:01:04Z",
59+
"nvd_published_at": null
60+
}
61+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vr6p-vq2p-6j74",
4+
"modified": "2025-12-15T22:00:17Z",
5+
"published": "2025-12-15T22:00:17Z",
6+
"aliases": [],
7+
"summary": "LikeC4 has RCE through vulnerable React and Next.js versions",
8+
"details": "LikeC4 uses React and Next.js: which contain known RCE vulnerabilities, as seen in CVE-2025-55182.\n\n[2025-12-15] Edit: the last fixes published by React were not thorough, a new set of fix releases completes the mitigation; see https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "npm",
19+
"name": "likec4"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"last_affected": "1.46.1"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/likec4/likec4/security/advisories/GHSA-vr6p-vq2p-6j74"
40+
},
41+
{
42+
"type": "ADVISORY",
43+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55182"
44+
},
45+
{
46+
"type": "PACKAGE",
47+
"url": "https://github.com/likec4/likec4"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-502"
57+
],
58+
"severity": "CRITICAL",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-12-15T22:00:17Z",
61+
"nvd_published_at": null
62+
}
63+
}

0 commit comments

Comments
 (0)