Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR Code is defective in particular circumstances #1398

Open
p4tpr0 opened this issue Mar 7, 2025 · 2 comments
Open

QR Code is defective in particular circumstances #1398

p4tpr0 opened this issue Mar 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@p4tpr0
Copy link

p4tpr0 commented Mar 7, 2025

Describe the issue

In particular circumstances, the QR Code «export» for a TOTP credential is defective/invalid.
This QR Code cannot be imported in TOTP app (Google Authenticator, FreeOTP…).

After analysis the problem is at the beginning of the otpauth URL.

A normal otpauth URL starts with otpauth://totp/...
The invalid URL used to create the invalid QR Code in Authenticator-Extension starts with otpauth://1/...

How to reproduce:

  • set up Authenticator-Extension
  • set up a master password in Authenticator-Extension
  • enrol a TOTP token
  • display the corresponding QR Code in Authenticator-Extension
  • try to enrol this QR Code in any other app

How to work around:

  • remove password protection from Authenticator-Extension before enrolling a new token
  • set up password protection again after enrolment

Browser

Firefox

Browser Version

135.x

Extension Version

8.0.2

@p4tpr0 p4tpr0 added the bug Something isn't working label Mar 7, 2025
@klcb2010
Copy link

klcb2010 commented Mar 7, 2025

It is completely broken. In Firefox 136's Add-ons two-step verification, the QR code that appears does not trigger the scanning frame when clicking "Scan QR Code."

@p4tpr0
Copy link
Author

p4tpr0 commented Mar 7, 2025

It is completely broken. In Firefox 136's Add-ons two-step verification, the QR code that appears does not trigger the scanning frame when clicking "Scan QR Code."

this is totally irrelevant to the issue I describe. Please open a dedicated issue for the problem you describe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants