CVE-2026-86219
Received Received - Intake

Authentication Bypass in Authen::SASL::Perl::DIGEST_MD5

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

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: CPANSec

Description

Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl accept replayed authentication responses via unverified nonce in server_step. server_start generates a fresh nonce and sends it in the challenge, and nothing later compares that value against the nonce the client returns. server_step derives the expected digest from the client's own parameters, so a response verifies whenever its digest matches the nonce it carries. The count table it also checks is keyed on the client-supplied nonce and starts empty in each new server object, so a captured first response, carrying `nc=00000001`, passes that too. RFC 2831 defines the nonce in the response as the value the server sent in the preceding challenge. An attacker who observes one successful `qop=auth` exchange can replay the captured response against a later session for the same service, host, realm and user, and authenticate as that user without knowing the password.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
perl authen_sasl_perl_digest_md5 to 2.2100 (exc)
authen sasl to 2.2100 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-294 A capture-replay flaw exists when the design of the product makes it possible for a malicious user to sniff network traffic and bypass authentication by replaying it to the server in question to the same effect as the original message (or with minor changes).

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl. It allows replay attacks because the server does not verify the nonce value returned by the client against the one it originally issued. An attacker can capture a valid authentication response and reuse it later to authenticate as the victim user without knowing the password.

Detection Guidance

To detect this vulnerability, inspect systems using Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100. Check Perl module versions with commands like 'cpan -D Authen::SASL::Perl::DIGEST_MD5' or 'perl -MAuthen::SASL::Perl::DIGEST_MD5 -e "print $Authen::SASL::Perl::DIGEST_MD5::VERSION"'.

Impact Analysis

If you use affected versions of Authen::SASL::Perl::DIGEST_MD5, an attacker who intercepts a single successful authentication exchange could later impersonate you on the same service, host, realm, and user account. This could lead to unauthorized access to sensitive data or systems.

Compliance Impact

This vulnerability allows replay attacks where an attacker captures a valid authentication response and reuses it later without knowing the password. This undermines authentication integrity, which is critical for compliance with standards like GDPR (requiring strong authentication) and HIPAA (requiring secure access controls). Non-compliance risks include data breaches and unauthorized access.

Mitigation Strategies

Update the Authen::SASL::Perl::DIGEST_MD5 module to version 2.2100 or later to ensure proper nonce validation as per RFC 2831.

Chat Assistant

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

EPSS Chart