{"id":"GHSA-hf33-q6cf-c66f","summary":"nginx ignition has TOTP Reuse During Validity Window","details":"### Summary\nAny user that has enabled the OTP 2FA can have their TOTP reused during the standard 30 second validity window.\n\n### Details\nThe https://github.com/pquerna/otp package [doesn't include](https://github.com/pquerna/otp/issues/61) checking for already used TOTPs within its the validity window. This requires each application that uses the package to implement their own method of tracking and verifying that codes can't be reused.\n\nSection 6.5.1 within the [Authentication](https://github.com/OWASP/ASVS/blob/master/5.0/en/0x15-V6-Authentication.md) section of the OWASP ASVS recommends multiple checks, some of which involving TOTPs:\n\n\u003e Verify that lookup secrets, out-of-band authentication requests or codes, and time-based one-time passwords (TOTPs) are only successfully usable once.\n\nThe OWASP WSTG also references this as one of their [checks](https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/04-Authentication_Testing/11-Testing_Multi-Factor_Authentication) to look for:\n\n\u003e Can the OTPs be used more than once?\n\n### PoC\n\nhttps://github.com/user-attachments/assets/86a43374-39bf-4d61-8f6d-5cc440c99a1e\n\n### Impact\nAny user who uses 2FA could be impacted if their traffic is able to be captured, they're phished/social engineered, or other methods of attack. This disrupts one layer of the defense-in-depth model surrounding 2FA.\n\n### Similar CVEs\n- [CVE-2025-6014](https://nvd.nist.gov/vuln/detail/CVE-2025-6014)\n- [CVE-2025-55003](https://nvd.nist.gov/vuln/detail/CVE-2025-55003)\n- [CVE-2026-33473](https://github.com/go-vikunja/vikunja/security/advisories/GHSA-p747-qc5p-773r)\n\n### Remediation\nStore a deny-list of TOTP codes for their validity windows and check submitted codes against it to ensure none are being reused. After their validity window has closed, the 2FA code can be removed from the list.","aliases":["CVE-2026-61630"],"modified":"2026-09-21T22:00:06.551586557Z","published":"2026-09-21T21:47:40Z","database_specific":{"nvd_published_at":"2026-09-21T15:17:30Z","cwe_ids":["CWE-287"],"severity":"MODERATE","github_reviewed":true,"github_reviewed_at":"2026-09-21T21:47:40Z"},"references":[{"type":"WEB","url":"https://github.com/lucasdillmann/nginx-ignition/security/advisories/GHSA-hf33-q6cf-c66f"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-61630"},{"type":"WEB","url":"https://github.com/pquerna/otp/issues/61"},{"type":"WEB","url":"https://github.com/lucasdillmann/nginx-ignition/pull/104"},{"type":"WEB","url":"https://github.com/lucasdillmann/nginx-ignition/commit/1cbfae0296f1b186158f5a294ec484060e00102e"},{"type":"WEB","url":"https://github.com/lucasdillmann/nginx-ignition/commit/8d35e1eb5dd6a40fef94a45511fe08b0603af107"},{"type":"PACKAGE","url":"https://github.com/lucasdillmann/nginx-ignition"},{"type":"WEB","url":"https://github.com/lucasdillmann/nginx-ignition/releases/tag/2.35.1"}],"affected":[{"package":{"name":"github.com/lucasdillmann/nginx-ignition","ecosystem":"Go","purl":"pkg:golang/github.com/lucasdillmann/nginx-ignition"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-20260217145239-1cbfae0296f1"},{"fixed":"0.0.0-20260328015550-8d35e1eb5dd6"}]}],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-hf33-q6cf-c66f/GHSA-hf33-q6cf-c66f.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:N"}]}