Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-ch4j-vcf5-58x5",
"modified": "2026-05-21T20:26:48Z",
"modified": "2026-05-21T20:26:50Z",
"published": "2026-05-15T18:30:34Z",
"aliases": [
"CVE-2026-23695"
],
"summary": "Cockpit CMS: Stored cross-site scripting vulnerability in the Set field type's Display template option",
"details": "Cockpit CMS through version 2.14.0, patched in commit 72a83fc, contains a stored cross-site scripting vulnerability in the Set field type's Display template option, where the template string is processed by the $interpolate function using new Function() and rendered via Vue's v-html directive without sanitization. An attacker with content/:models/manage permission can inject arbitrary JavaScript into the Display template, which executes in the browser of any user viewing the collection items list.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
Expand All @@ -32,11 +28,14 @@
"introduced": "0"
},
{
"last_affected": "2.14.0"
"fixed": "2.14.1"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 2.14.0"
}
}
],
"references": [
Expand Down
Loading