CVE-2026-82449
Received Received - Intake

Authentication Timing Discrepancy in Cockpit CMS

Vulnerability report for CVE-2026-82449, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-29
Last Modified
2026-08-29
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cockpit_hq cockpit_cms to 2.14.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-208 Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82449 is an account enumeration vulnerability in Cockpit CMS versions before 2.14.1. It allows attackers to determine valid usernames by exploiting timing differences during authentication. Existing accounts trigger bcrypt password verification, causing delays, while non-existent accounts return immediately. This timing discrepancy enables attackers to guess valid accounts through repeated requests.

Detection Guidance

To detect this vulnerability, monitor response times from the Cockpit CMS auth endpoint. Existing accounts will show delayed responses due to bcrypt verification, while non-existent accounts respond immediately. Use tools like curl or Burp Suite to send repeated login requests and measure response times for timing discrepancies.

Impact Analysis

This vulnerability can lead to unauthorized access if attackers identify valid accounts. It enables brute force attacks by confirming usernames, which may facilitate further exploits like credential stuffing or targeted phishing. Systems using Cockpit CMS before 2.14.1 are at risk of account enumeration and potential session manipulation.

Compliance Impact

This vulnerability may violate data protection regulations like GDPR and HIPAA by exposing user account information through timing attacks. GDPR requires protecting personal data, and HIPAA mandates safeguarding sensitive health information. A breach of account enumeration could lead to non-compliance, legal penalties, and reputational damage.

Mitigation Strategies

Upgrade Cockpit CMS to version 2.14.1 or later to apply the patch that fixes the timing attack. If immediate upgrade is not possible, implement rate limiting on login endpoints and add dummy password checks to normalize response times during authentication attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82449. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart