Skip to content

Commit 5c773e2

Browse files
1 parent 7f7941a commit 5c773e2

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

advisories/unreviewed/2026/03/GHSA-c56h-j8gw-3v54/GHSA-c56h-j8gw-3v54.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-c56h-j8gw-3v54",
4-
"modified": "2026-03-09T21:31:39Z",
4+
"modified": "2026-03-10T09:31:45Z",
55
"published": "2026-03-09T21:31:39Z",
66
"aliases": [
77
"CVE-2026-3288"
@@ -22,6 +22,10 @@
2222
{
2323
"type": "WEB",
2424
"url": "https://github.com/kubernetes/kubernetes/issues/137560"
25+
},
26+
{
27+
"type": "WEB",
28+
"url": "http://www.openwall.com/lists/oss-security/2026/03/09/8"
2529
}
2630
],
2731
"database_specific": {
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-jw5g-f64p-6x78",
4+
"modified": "2026-03-10T09:31:46Z",
5+
"published": "2026-03-10T09:31:46Z",
6+
"aliases": [
7+
"CVE-2026-1776"
8+
],
9+
"details": "Camaleon CMS versions 2.4.5.0 through 2.9.0, prior to commit f54a77e, contain a path traversal vulnerability in the AWS S3 uploader implementation that allows authenticated users to read arbitrary files from the web server’s filesystem. The issue occurs in the download_private_file functionality when the application is configured to use the CamaleonCmsAwsUploader backend. Unlike the local uploader implementation, the AWS uploader does not validate file paths with valid_folder_path?, allowing directory traversal sequences to be supplied via the file parameter. As a result, any authenticated user, including low-privileged registered users, can access sensitive files such as /etc/passwd. This issue represents a bypass of the incomplete fix for CVE-2024-46987 and affects deployments using the AWS S3 storage backend.",
10+
"severity": [
11+
{
12+
"type": "CVSS_V4",
13+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
}
15+
],
16+
"affected": [],
17+
"references": [
18+
{
19+
"type": "ADVISORY",
20+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1776"
21+
},
22+
{
23+
"type": "WEB",
24+
"url": "https://github.com/owen2345/camaleon-cms/pull/1127"
25+
},
26+
{
27+
"type": "WEB",
28+
"url": "https://github.com/owen2345/camaleon-cms/commit/f54a77e2a7be601215ea1b396038c589a0cab9af"
29+
},
30+
{
31+
"type": "WEB",
32+
"url": "https://camaleon.website"
33+
},
34+
{
35+
"type": "WEB",
36+
"url": "https://www.vulncheck.com/advisories/camaleon-cms-aws-uploader-authenticated-path-traversal-arbitrary-file-read"
37+
}
38+
],
39+
"database_specific": {
40+
"cwe_ids": [
41+
"CWE-22"
42+
],
43+
"severity": "MODERATE",
44+
"github_reviewed": false,
45+
"github_reviewed_at": null,
46+
"nvd_published_at": "2026-03-10T07:38:01Z"
47+
}
48+
}

0 commit comments

Comments
 (0)