Skip to content

Commit f762cdc

Browse files
1 parent 15444e4 commit f762cdc

2 files changed

Lines changed: 52 additions & 10 deletions

File tree

advisories/unreviewed/2026/04/GHSA-p32q-v29x-wq9r/GHSA-p32q-v29x-wq9r.json renamed to advisories/github-reviewed/2026/04/GHSA-p32q-v29x-wq9r/GHSA-p32q-v29x-wq9r.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-p32q-v29x-wq9r",
4-
"modified": "2026-04-03T15:30:31Z",
4+
"modified": "2026-04-06T15:08:33Z",
55
"published": "2026-04-03T15:30:31Z",
66
"aliases": [
77
"CVE-2026-25773"
88
],
9+
"summary": "Focalboard doesn't sanitize category IDs before incorporating them into dynamic SQL statements",
910
"details": "** UNSUPPORTED WHEN ASSIGNED ** Focalboard version 8.0 fails to sanitize category IDs before incorporating them into dynamic SQL statements when reordering categories. An attacker can inject a malicious SQL payload into the category id field, which is stored in the database and later executed unsanitized when the category reorder API processes the stored value. This Second-Order SQL Injection (Time-Based Blind) allows an authenticated attacker to exfiltrate sensitive data including password hashes of other users. NOTE: Focalboard as a standalone product is not maintained and no fix will be issued.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/focalboard"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "7.10.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25773"
2142
},
2243
{
23-
"type": "WEB",
44+
"type": "PACKAGE",
2445
"url": "https://github.com/mattermost-community/focalboard"
2546
}
2647
],
@@ -29,8 +50,8 @@
2950
"CWE-89"
3051
],
3152
"severity": "HIGH",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-04-06T15:08:33Z",
3455
"nvd_published_at": "2026-04-03T14:16:29Z"
3556
}
3657
}

advisories/unreviewed/2026/04/GHSA-vph7-r229-qxpf/GHSA-vph7-r229-qxpf.json renamed to advisories/github-reviewed/2026/04/GHSA-vph7-r229-qxpf/GHSA-vph7-r229-qxpf.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vph7-r229-qxpf",
4-
"modified": "2026-04-03T15:30:31Z",
4+
"modified": "2026-04-06T15:08:47Z",
55
"published": "2026-04-03T15:30:31Z",
66
"aliases": [
77
"CVE-2026-28736"
88
],
9+
"summary": "Focalboard doesn't validate file ownership when serving uploaded files",
910
"details": "** UNSUPPORTED WHEN ASSIGNED ** Focalboard version 8.0 fails to validate file ownership when serving uploaded files. This allows an authenticated attacker who knows a victim's fileID to read the content of the file. NOTE: Focalboard as a standalone product is not maintained and no fix will be issued.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/focalboard"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "7.10.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28736"
2142
},
2243
{
23-
"type": "WEB",
44+
"type": "PACKAGE",
2445
"url": "https://github.com/mattermost-community/focalboard"
2546
}
2647
],
@@ -29,8 +50,8 @@
2950
"CWE-639"
3051
],
3152
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-04-06T15:08:47Z",
3455
"nvd_published_at": "2026-04-03T14:16:29Z"
3556
}
3657
}

0 commit comments

Comments
 (0)