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.
Published: 2026-09-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This flaw stems from the server step not verifying the nonce supplied by the client during a DIGEST-MD5 authentication exchange. The server issues a fresh nonce in the challenge and never later cross‑checks that the nonce returned in the client’s response matches the one that was originally sent. Consequently, the server accepts any response whose digest matches the nonce carried in the message, and the nonce counter is reset for each new server instance. An attacker who records a successful authentication can replay that exact response against a new session for the same service, user, and realm, thereby authenticating as that user without needing the password.

Affected Systems

The impacted component is the Perl Authen::SASL library’s DIGEST-MD5 implementation, versions prior to 2.2100. The vulnerability is present in all releases of Authen::SASL that implement this class before the 2.2100 update, which was released to address this issue.

Risk and Exploitability

An adversary can capture a single authenticated session and reuse the response on future connections, achieving unauthorized access to the target service. The security impact is a full authentication bypass. No EPSS information is available, and the vulnerability is not listed in CISA’s KEV catalog, but the absence of nonce verification makes it trivial to exploit once credentials are captured. Guided by the provided CWE–294 identification of improper cryptographic input handling, the risk is readily actionable.

Generated by OpenCVE AI on September 6, 2026 at 19:52 UTC.

Remediation

Vendor Solution

Upgrade to Authen-SASL 2.2100 or later.


OpenCVE Recommended Actions

  • Upgrade Authen::SASL to version 2.2100 or later.
  • If an immediate upgrade is not feasible, disable DIGEST‑MD5 authentication for all services that rely on Authen::SASL.
  • After upgrading, test the authentication flow by attempting to replay a recorded DIGEST‑MD5 response; the server must reject it.

Generated by OpenCVE AI on September 6, 2026 at 19:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl accept replayed authentication responses via unverified nonce in server_step
Weaknesses CWE-294
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: CPANSec

Published:

Updated: 2026-09-06T17:46:30.340Z

Reserved: 2026-09-06T00:13:35.358Z

Link: CVE-2026-86219

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T18:17:23.027

Modified: 2026-09-06T18:17:23.027

Link: CVE-2026-86219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T20:00:06Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay