CVE-2026-61630
Received Received - Intake

Authentication Bypass via TOTP Reuse in nginx Ignition

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

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: GitHub, Inc.

Description

nginx ignition is a user interface for the nginx web server. In versions 2.33.0 through 2.35.0, any user that has enabled the OTP 2FA can have their TOTP reused during the standard 30 second validity window. Version 2.35.1 patches the issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
nginx ignition From 2.33.0 (inc) to 2.35.0 (inc)
nginx ignition 2.35.1
lucasdillmann nginx-ignition From 2.33.0 (inc) to 2.35.0 (inc)
lucasdillmann nginx-ignition 2.35.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61630 is a vulnerability in nginx-ignition versions 2.33.0 through 2.35.0 where Time-based One-Time Passwords (TOTP) used for two-factor authentication (2FA) can be reused within the standard 30-second validity window. This occurs because the application does not enforce checks to prevent TOTP reuse, violating OWASP ASVS recommendations that TOTPs should only be usable once.

Detection Guidance

Check if your nginx-ignition instance is running versions 2.33.0 through 2.35.0. Use commands like 'nginx-ignition --version' or inspect package metadata. Monitor authentication logs for repeated TOTP attempts within the 30-second window.

Impact Analysis

If an attacker intercepts a valid TOTP code during the 30-second window, they could reuse it to gain unauthorized access to the account. This undermines the security of 2FA, increasing the risk of account compromise through phishing or network capture. The attack requires high privileges and user interaction, making it less likely but still a serious concern.

Compliance Impact

This vulnerability may violate compliance requirements for strong authentication mechanisms, such as those outlined in GDPR and HIPAA, which mandate robust security controls. Failure to enforce single-use TOTPs could result in non-compliance with data protection standards, potentially leading to legal and regulatory penalties.

Mitigation Strategies

Upgrade to nginx-ignition version 2.35.1 or later immediately. Implement application-level tracking to prevent TOTP reuse within the validity window. Review and enhance logging for authentication attempts.

Chat Assistant

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

EPSS Chart