Description
Cockpit CMS before 2.14.1 contains an account enumeration vulnerability in the auth check endpoint due to timing discrepancies in password verification. Attackers can measure response times across multiple requests to determine which accounts exist by observing that existing accounts trigger bcrypt verification while non-existent accounts return immediately.
Published: 2026-08-29
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cockpit CMS versions before 2.14.1 contain a timing-based vulnerability in the authentication endpoint. The server performs bcrypt verification only for existing accounts, while non‑existent accounts return immediately, creating measurable response time differences. An attacker can repeat authentication requests and observe these differences to determine which user names are valid. Based on the description, it is inferred that enumerating accounts could facilitate higher‑risk attacks such as targeted phishing, credential guessing, and privilege escalation once valid accounts are identified.

Affected Systems

The vulnerability affects the Cockpit CMS product from Cockpit‑HQ in all releases prior to 2.14.1.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. The vulnerability is exploitable remotely by anyone who can reach the public authentication endpoint and send repeated requests. No publicly available exploits are reported and the vulnerability is not listed in the CISA KEV catalog. The EPSS score is not available; however, account enumeration is a common preparatory step that can aid further attacks.

Generated by OpenCVE AI on August 29, 2026 at 13:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Cockpit CMS 2.14.1 or later to remove the timing discrepancy.
  • If an upgrade is not immediately possible, implement rate limiting or request throttling on the authentication endpoint to reduce the effectiveness of timing measurements.
  • Modify the authentication logic or configure a constant delay so that existing and non‑existing account responses occur at similar times, thereby eliminating the timing side‑channel.

Generated by OpenCVE AI on August 29, 2026 at 13:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Cockpit-hq
Cockpit-hq cockpit
Vendors & Products Cockpit-hq
Cockpit-hq cockpit

Sat, 29 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description Cockpit CMS before 2.14.1 contains an account enumeration vulnerability in the auth check endpoint due to timing discrepancies in password verification. Attackers can measure response times across multiple requests to determine which accounts exist by observing that existing accounts trigger bcrypt verification while non-existent accounts return immediately.
Title Cockpit CMS before 2.14.1 Account Enumeration via Auth Timing
Weaknesses CWE-208
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Cockpit-hq Cockpit
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-29T12:05:35.516Z

Reserved: 2026-08-29T11:37:30.208Z

Link: CVE-2026-82449

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T13:16:39.030

Modified: 2026-08-29T13:16:39.030

Link: CVE-2026-82449

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T14:00:07Z

Weaknesses
  • CWE-208

    Observable Timing Discrepancy