Skip to content

Commit a04ee13

Browse files
1 parent a3fbb0b commit a04ee13

4 files changed

Lines changed: 48 additions & 19 deletions

File tree

advisories/github-reviewed/2021/04/GHSA-2pwh-52h7-7j84/GHSA-2pwh-52h7-7j84.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-2pwh-52h7-7j84",
4-
"modified": "2021-04-13T17:35:23Z",
4+
"modified": "2026-01-22T20:36:39Z",
55
"published": "2021-04-16T19:52:49Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2024-0758"
8+
],
79
"summary": "JavaScript execution via malicious molfiles (XSS)",
810
"details": "### Impact\nThe viewer plugin implementation of `<mol:molecule>` renders molfile data directly inside a `<script>` tag without any escaping. Arbitrary JavaScript code can thus be executed in the client browser via crafted molfiles.\n\n### Patches\nPatched in v0.3.0: Molfile data is now rendered as value of a hidden `<input>` tag and escaped via JSF's mechanisms.\n\n### Workarounds\nNo workaround available.",
9-
"severity": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
1017
"affected": [
1118
{
1219
"package": {
@@ -32,6 +39,18 @@
3239
{
3340
"type": "WEB",
3441
"url": "https://github.com/ipb-halle/MolecularFaces/security/advisories/GHSA-2pwh-52h7-7j84"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0758"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/ipb-halle/MolecularFaces"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-2pwh-52h7-7j84"
3554
}
3655
],
3756
"database_specific": {

advisories/github-reviewed/2023/05/GHSA-g8ph-74m6-8m7r/GHSA-g8ph-74m6-8m7r.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g8ph-74m6-8m7r",
4-
"modified": "2023-05-12T20:18:51Z",
4+
"modified": "2026-01-22T20:36:14Z",
55
"published": "2023-05-12T20:18:51Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2024-23689"
8+
],
79
"summary": "ClickHouse vulnerable to client certificate password exposure in client exception",
8-
"details": "### Summary\nAs initially reported in issue #1331, when client certificate authentication is enabled with password protection, the password (referred to as the client option `sslkey`) may be exposed in client exceptions (e.g., ClickHouseException or SQLException). This vulnerability can potentially lead to unauthorized access, data breaches, and violations of user privacy.\n\n### Details\nDuring the handling of ClickHouseException, the client certificate password may be inadvertently exposed when sslkey is specified. This issue can arise when an exception is thrown during the execution of a query or a database operation. The client certificate password is then included in the exception message, which could be logged or exposed to unauthorized parties.\n\n### Impact\nThis vulnerability enables an attacker with access to client exception error messages or logs to obtain client certificate passwords, potentially allowing unauthorized access to sensitive information, data manipulation, and denial of service attacks. The extent of the risk depends on the specific implementation and usage of the affected systems. However, any exposure of client certificate passwords should be treated as a high-priority security concern.\n",
10+
"details": "### Summary\nAs initially reported in issue #1331, when client certificate authentication is enabled with password protection, the password (referred to as the client option `sslkey`) may be exposed in client exceptions (e.g., ClickHouseException or SQLException). This vulnerability can potentially lead to unauthorized access, data breaches, and violations of user privacy.\n\n### Details\nDuring the handling of ClickHouseException, the client certificate password may be inadvertently exposed when sslkey is specified. This issue can arise when an exception is thrown during the execution of a query or a database operation. The client certificate password is then included in the exception message, which could be logged or exposed to unauthorized parties.\n\n### Impact\nThis vulnerability enables an attacker with access to client exception error messages or logs to obtain client certificate passwords, potentially allowing unauthorized access to sensitive information, data manipulation, and denial of service attacks. The extent of the risk depends on the specific implementation and usage of the affected systems. However, any exposure of client certificate passwords should be treated as a high-priority security concern.",
911
"severity": [
1012
{
1113
"type": "CVSS_V3",
@@ -76,6 +78,10 @@
7678
"type": "WEB",
7779
"url": "https://github.com/ClickHouse/clickhouse-java/security/advisories/GHSA-g8ph-74m6-8m7r"
7880
},
81+
{
82+
"type": "ADVISORY",
83+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23689"
84+
},
7985
{
8086
"type": "WEB",
8187
"url": "https://github.com/ClickHouse/clickhouse-java/issues/1331"
@@ -91,10 +97,16 @@
9197
{
9298
"type": "WEB",
9399
"url": "https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.4.6"
100+
},
101+
{
102+
"type": "WEB",
103+
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-g8ph-74m6-8m7r"
94104
}
95105
],
96106
"database_specific": {
97-
"cwe_ids": [],
107+
"cwe_ids": [
108+
"CWE-209"
109+
],
98110
"severity": "MODERATE",
99111
"github_reviewed": true,
100112
"github_reviewed_at": "2023-05-12T20:18:51Z",

advisories/github-reviewed/2024/01/GHSA-3p77-wg4c-qm24/GHSA-3p77-wg4c-qm24.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3p77-wg4c-qm24",
4-
"modified": "2025-05-30T16:31:28Z",
4+
"modified": "2026-01-22T20:36:05Z",
55
"published": "2024-01-19T21:30:36Z",
6-
"aliases": [
7-
"CVE-2024-23689"
8-
],
9-
"summary": "Exposure of sensitive information in ClickHouse",
10-
"details": "Exposure of sensitive information in exceptions in ClickHouse's clickhouse-r2dbc, com.clickhouse:clickhouse-jdbc, and com.clickhouse:clickhouse-client versions less than 0.4.6 allows unauthorized users to gain access to client certificate passwords via client exception logs. This occurs when 'sslkey' is specified and an exception, such as a ClickHouseException or SQLException, is thrown during database operations; the certificate password is then included in the logged exception message.",
6+
"withdrawn": "2026-01-22T20:36:05Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Exposure of sensitive information in ClickHouse",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-g8ph-74m6-8m7r. This link is maintained to preserve external references.\n\n## Original Description\nExposure of sensitive information in exceptions in ClickHouse's clickhouse-r2dbc, com.clickhouse:clickhouse-jdbc, and com.clickhouse:clickhouse-client versions less than 0.4.6 allows unauthorized users to gain access to client certificate passwords via client exception logs. This occurs when 'sslkey' is specified and an exception, such as a ClickHouseException or SQLException, is thrown during database operations; the certificate password is then included in the logged exception message.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

advisories/github-reviewed/2024/01/GHSA-wc6f-qjxc-622v/GHSA-wc6f-qjxc-622v.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-wc6f-qjxc-622v",
4-
"modified": "2024-01-26T19:58:37Z",
4+
"modified": "2026-01-22T20:36:31Z",
55
"published": "2024-01-19T21:30:36Z",
6-
"aliases": [
7-
"CVE-2024-0758"
8-
],
9-
"summary": "JavaScript execution via malicious molfiles (XSS)",
10-
"details": "MolecularFaces before 0.3.0 is vulnerable to cross site scripting. A remote attacker can execute arbitrary JavaScript in the context of a victim browser via crafted molfiles.\n\n\n",
6+
"withdrawn": "2026-01-22T20:36:31Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: JavaScript execution via malicious molfiles (XSS)",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-2pwh-52h7-7j84. This link is maintained to preserve external references.\n\n## Original Description\nMolecularFaces before 0.3.0 is vulnerable to cross site scripting. A remote attacker can execute arbitrary JavaScript in the context of a victim browser via crafted molfiles.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

0 commit comments

Comments
 (0)