CVE-2026-78655
Last modified
CVE-2026-78655 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session. The POST handler on challenge_path keeps the failure count as tries inside the totp_pending record in the session, raising it on each rejected code and deleting the pending record once it reaches attempts, five by default. Punk::Session carries the session in a signed cookie unless the application declares a store, and keeps no server-side record, so an earlier value of the same session stays valid until the expiry stamped inside it. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session. The POST handler on challenge_path keeps the failure count as tries inside the totp_pending record in the session, raising it on each rejected code and deleting the pending record once it reaches attempts, five by default. Punk::Session carries the session in a signed cookie unless the application declares a store, and keeps no server-side record, so an earlier value of the same session stays valid until the expiry stamped inside it. A client that saves the cookie before its failed attempts and presents it again gets the pending record back with its counter, and the limit never fires. The replayed record is accepted while its own expiry, pending_ttl seconds from the challenge and 300 by default, has not passed. Sessions declared with a store are not affected: the pending record and its counter then live server-side. The attempt limit does not bound guessing of the second factor, which is left to the per-address rate limit the plugin registers on the same path, 30 requests per 60 seconds.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 0.05 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78655?
How severe is CVE-2026-78655?
How do I fix CVE-2026-78655?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78635The Okta Privileged Access client URL handler does not inser…5
- CVE-2026-78637A vulnerability was detected in Fdawgs node-poppler up to 9.…7.3
- CVE-2026-78638A flaw has been found in peerigon unzip-crx and unzip-crx-3 …3.3
- CVE-2026-7864SEPPmail Secure Email Gateway before version 15.0.4 exposes …6.9
- CVE-2026-7865A hidden console command is vulnerable to command injection …7.4
- CVE-2026-78654A vulnerability has been found in cleverbrush framework and …7.3
- CVE-2026-78656A vulnerability was found in itsourcecode Sales and Inventor…6.3
- CVE-2026-78657The SigmaForms Pro – AI Generated Forms plugin for WordPress…9.8
- CVE-2026-78658IBM UCD - IBM UrbanCode Deploy 7.2 through 7.2.3.25, and 7.3…6.5
- CVE-2026-7866Stack-based Buffer Overflow vulnerability in RTI Connext Pro…10
- CVE-2026-78662Previously, a channel registered in the mux's chanList is no…7.5
- CVE-2026-78668Rejected reason: reserved but not needed
Are you affected by CVE-2026-78655?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
