Skip to content

Commit 7db9537

Browse files
1 parent 82d542a commit 7db9537

2 files changed

Lines changed: 73 additions & 3 deletions

File tree

advisories/github-reviewed/2024/03/GHSA-jw44-4f3j-q396/GHSA-jw44-4f3j-q396.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jw44-4f3j-q396",
4-
"modified": "2025-02-11T17:26:13Z",
4+
"modified": "2025-06-19T14:29:04Z",
55
"published": "2024-03-03T21:31:25Z",
6+
"withdrawn": "2025-06-19T14:29:04Z",
67
"aliases": [
78
"CVE-2019-25210"
89
],
9-
"summary": "Helm shows secrets in clear text",
10-
"details": "An issue was discovered in Cloud Native Computing Foundation (CNCF) Helm. It displays values of secrets when the --dry-run flag is used. This is a security concern in some use cases, such as a --dry-run call by a CI/CD tool. NOTE: the vendor's position is that this behavior was introduced intentionally, and cannot be removed without breaking backwards compatibility (some users may be relying on these values).",
10+
"summary": "Withdrawn Advisory: Helm shows secrets in clear text",
11+
"details": "### Withdrawn Advisory\n\nThis advisory has been withdrawn because the issue describes intended behavior and the output is not exposed to unauthorized users. This link has been maintained to preserve external references.\n\n### Original Description\n\nAn issue was discovered in Cloud Native Computing Foundation (CNCF) Helm. It displays values of secrets when the --dry-run flag is used. This is a security concern in some use cases, such as a --dry-run call by a CI/CD tool. NOTE: the vendor's position is that this behavior was introduced intentionally, and cannot be removed without breaking backwards compatibility (some users may be relying on these values).",
1112
"severity": [
1213
{
1314
"type": "CVSS_V3",
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qpj9-qcwx-8jv2",
4+
"modified": "2025-06-19T14:29:40Z",
5+
"published": "2025-06-19T14:29:40Z",
6+
"aliases": [
7+
"CVE-2025-47293"
8+
],
9+
"summary": "PowSyBl Core XML Reader allows XXE and SSRF",
10+
"details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\nIn certain places, powsybl-core XML parsing is vulnerable to an XXE attack and in on place also to an SSRF attack.\nThis allows an attacker to elevate their privileges to read files that they do not have permissions to, including sensitive files on the system.\nThe vulnerable class is `com.powsybl.commons.xml.XmlReader` which is considered to be untrusted in use cases where untrusted users can submit their XML to the vulnerable methods. This can be a multi-tenant application that hosts many different users perhaps with different privilege levels.\n\n#### Am I impacted?\nYou are vulnerable if you allow untrusted users to import untrusted CGMES or XIIDM network files.\n\n### Patches\ncom.powsybl:powsybl-commons:6.7.2 and higher\n\n### References\n[powsybl-core v6.7.2](https://github.com/powsybl/powsybl-core/releases/tag/v6.7.2)",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.powsybl:powsybl-commons"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "6.7.2"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 6.7.1"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/powsybl/powsybl-core/security/advisories/GHSA-qpj9-qcwx-8jv2"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/powsybl/powsybl-core/commit/e6c7c4997ae8758b54a2f23ce1a499e25113acdc"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/powsybl/powsybl-core"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/powsybl/powsybl-core/releases/tag/v6.7.2"
57+
}
58+
],
59+
"database_specific": {
60+
"cwe_ids": [
61+
"CWE-611",
62+
"CWE-918"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-06-19T14:29:40Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)