Skip to content

Commit 4cda2cc

Browse files
1 parent 5d65506 commit 4cda2cc

2 files changed

Lines changed: 99 additions & 5 deletions

File tree

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-cpj3-3r2f-xj59",
4+
"modified": "2026-03-26T18:37:09Z",
5+
"published": "2026-03-26T18:37:09Z",
6+
"aliases": [
7+
"CVE-2026-33758"
8+
],
9+
"summary": "OpenBao has Reflected XSS in its OIDC authentication error message",
10+
"details": "### Impact\n\nOpenBao installations that have an OIDC/JWT authentication method enabled and a role with `callback_mode=direct` configured are vulnerable to XSS via the `error_description` parameter on the page for a failed authentication.\n\nThis allows an attacker access to the token used in the Web UI by a victim.\n\n### Patches\nThe `error_description` parameter has been replaced with a static error message in v2.5.2\n\n### Workarounds\nThe vulnerability can be mitigated by removing any roles with `callback_mode` set to `direct`.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/openbao/openbao"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.0.0-20260325133417-6e2b2dd84f0e"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-cpj3-3r2f-xj59"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/openbao/openbao/pull/2709"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/openbao/openbao/commit/6e2b2dd84f0e47cebc90d6e79609dd5274732662"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/openbao/openbao"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/openbao/openbao/releases/tag/v2.5.2"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-80"
63+
],
64+
"severity": "CRITICAL",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-03-26T18:37:09Z",
67+
"nvd_published_at": null
68+
}
69+
}

advisories/unreviewed/2026/03/GHSA-p68c-rmfh-j48h/GHSA-p68c-rmfh-j48h.json renamed to advisories/github-reviewed/2026/03/GHSA-p68c-rmfh-j48h/GHSA-p68c-rmfh-j48h.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,61 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-p68c-rmfh-j48h",
4-
"modified": "2026-03-24T21:31:23Z",
4+
"modified": "2026-03-26T18:38:46Z",
55
"published": "2026-03-24T15:30:29Z",
66
"aliases": [
77
"CVE-2026-30662"
88
],
9+
"summary": "ConcreteCMS is vulnerable to Denial of Service During Bulk Downloads",
910
"details": "ConcreteCMS v9.4.7 contains a Denial of Service (DoS) vulnerability in the File Manager component. The 'download' method in 'concrete/controllers/backend/file.php' improperly manages memory when creating zip archives. It uses 'ZipArchive::addFromString' combined with 'file_get_contents', which loads the entire content of every selected file into PHP memory. An authenticated attacker can exploit this by requesting a bulk download of large files, triggering an Out-Of-Memory (OOM) condition that causes the PHP-FPM process to terminate (SIGSEGV) and the web server to return a 500 error.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "concrete5/concrete5"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "9.4.7"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30662"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/concretecms/concretecms"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://wang1rrr.github.io/2026/02/11/CVE-Report-ConcreteCMS-DoS"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
29-
"CWE-400"
54+
"CWE-770"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-26T18:38:46Z",
3459
"nvd_published_at": "2026-03-24T15:16:34Z"
3560
}
3661
}

0 commit comments

Comments
 (0)