CVE-2026-8794
Received Received - Intake

Authentication Timing Discrepancy in PaperCut NG/MF

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

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: PaperCut

Description

PaperCut NG/MF contains an observable timing discrepancy in its authentication component. An unauthenticated remote attacker can exploit this vulnerability to perform username enumeration by measuring response times during login attempts. The system executes a password hash comparison only when a valid account is supplied, creating a measurable timing oracle that reveals account existence.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
papercut ng_mf *

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

PaperCut NG/MF has a timing discrepancy in its authentication system. An attacker can exploit this by sending login attempts and measuring how long the system takes to respond. If a valid username is used, the system performs a password hash check, which takes slightly longer than for invalid usernames. This timing difference allows attackers to determine which accounts exist on the system.

Detection Guidance

This vulnerability can be detected by monitoring response times during login attempts. Measure the time taken for failed login responsesβ€”valid usernames will show slightly longer response times due to the password hash comparison step. Use tools like curl or custom scripts to send repeated login requests and analyze timing differences.

Impact Analysis

This vulnerability allows attackers to identify valid user accounts on your system. Once they know which accounts exist, they can focus their attacks on those accounts, increasing the chances of successful unauthorized access. This could lead to data breaches, unauthorized system changes, or further exploitation of other vulnerabilities.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by enabling unauthorized access to user accounts. GDPR requires protecting personal data, and HIPAA requires safeguarding protected health information. A successful exploit could result in unauthorized data exposure, violating these regulations and potentially leading to legal penalties or fines.

Mitigation Strategies

Apply the latest security patches from PaperCut immediately. Disable unnecessary services or ports exposed to untrusted networks. Implement rate limiting on login endpoints to reduce timing attack feasibility. Monitor authentication logs for unusual activity or timing patterns.

Chat Assistant

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

EPSS Chart