CVE-2026-86219 Details
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.
A vulnerability exists in Authen::SASL::Perl::DIGEST_MD5 versions prior to 2.2100 for Perl, allowing replay attacks by accepting authenticated responses that include a client-supplied nonce. The server generates a new nonce and sends it to the client, but does not verify it against the nonce returned by the client. This flaw enables an attacker to capture and replay authentication responses, bypassing password requirements and gaining unauthorized access.
Users can upgrade to Authen::SASL::Perl::DIGEST_MD5 version 2.2100 or later, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 6, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://datatracker.ietf.org/doc/html/rfc2831#section-2.1.2 | CPANSec | |
| https://github.com/perl-authen-sasl/perl-authen-sasl/commit/94337367030612842924f697cead29964a96448d.patch | CPANSec | Source CodeVendor |
| https://metacpan.org/release/EHUELS/Authen-SASL-2.2000/source/lib/Authen/SASL/Perl/DIGEST_MD5.pm#L203-222 | CPANSec | Source CodeVendor |
| https://metacpan.org/release/EHUELS/Authen-SASL-2.2000/source/lib/Authen/SASL/Perl/DIGEST_MD5.pm#L410-414 | CPANSec | Source CodeVendor |
| https://metacpan.org/release/EHUELS/Authen-SASL-2.2100/changes | CPANSec | Release NotesVendor |
| https://www.cve.org/CVERecord?id=CVE-2025-40918 | CPANSec | AdvisoryNot Applicable |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-294 | Authentication Bypass by Capture-replay | CPANSec |
Affected Products
| Product | Versions |
|---|---|
| Authen::SASL::Perl::DIGEST_MD5 | >= 2.04, <= 2.1800 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 6, 2026 | New CVE Received | CPANSec |
Volerion