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,19 +1,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rq49-h582-83m7",
"modified": "2026-04-07T18:31:38Z",
"modified": "2026-04-07T18:31:45Z",
"published": "2026-04-07T18:31:38Z",
"aliases": [
"CVE-2026-4631"
],
"summary": "Unauthenticated remote code execution due to SSH command-line argument injection",
"details": "Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH options or shell commands, achieving code execution on the Cockpit host without valid credentials. The injection occurs during the authentication flow before any credential verification takes place, meaning no login is required to exploit the vulnerability.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "GitHub Actions",
"name": "cockpit"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "326"
},
{
"fixed": "360"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 359"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -26,6 +50,10 @@
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450246"
},
{
"type": "PACKAGE",
"url": "https://github.com/cockpit-project/cockpit"
}
],
"database_specific": {
Expand Down
Loading