CVE-2026-86255
Received Received - Intake

wger Routine Duration Validation Bypass Leads to DoS

Vulnerability report for CVE-2026-86255, 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: VulnCheck

Description

wger before 2.5 fails to validate the maximum duration of routine date ranges, allowing authenticated users to create routines spanning arbitrarily long periods. Attackers can trigger the date_sequence computation via routine detail endpoints, forcing the server to iterate thousands of times per request and exhaust worker threads, denying service to legitimate users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wger wger to 2.5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-86255 is a vulnerability in the wger workout manager software where the application fails to validate the maximum duration of routine date ranges. This allows authenticated users to create routines spanning arbitrarily long periods, such as 100 years. When certain endpoints are accessed, the server enters an unbounded loop that iterates once per day within the specified date range, performing heavy computations for each day. This can consume significant server CPU time and return tens of thousands of entries in a single request.

Detection Guidance

Monitor for unusually high CPU usage or slow responses from the wger application. Check API logs for requests to routine detail endpoints that return large datasets or take excessive time to process. Look for authenticated users creating routines with date ranges spanning years.

Impact Analysis

This vulnerability can lead to denial of service for legitimate users. Repeated exploitation can exhaust server worker threads, causing the server to become unresponsive or slow. Attackers can trigger excessive resource consumption via routine detail endpoints, making the application unavailable for other users.

Compliance Impact

This vulnerability primarily impacts system availability by causing denial-of-service through resource exhaustion. While not directly violating GDPR or HIPAA, such disruptions could lead to violations if they prevent authorized access to personal data (GDPR Article 32) or protected health information (HIPAA Security Rule). The uncontrolled resource consumption may also indicate inadequate security controls, which could be cited in compliance audits.

Mitigation Strategies

Upgrade wger to version 2.6 or later to address the issue. Implement input validation to enforce maximum routine durations. Add rate limiting to routine detail endpoints to prevent excessive iterations. Monitor server resources for signs of resource exhaustion.

Chat Assistant

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

EPSS Chart