René's URL Explorer Experiment


Title: FIDO2 PIN permanently blocked (CTAP error: 0x32) after accessing FIDO2 credentials from a secondary hardware profile · Issue #83 · trustcrypto/python-onlykey · GitHub

Open Graph Title: FIDO2 PIN permanently blocked (CTAP error: 0x32) after accessing FIDO2 credentials from a secondary hardware profile · Issue #83 · trustcrypto/python-onlykey

X Title: FIDO2 PIN permanently blocked (CTAP error: 0x32) after accessing FIDO2 credentials from a secondary hardware profile · Issue #83 · trustcrypto/python-onlykey

Description: Description Using the FIDO2 module across different hardware profiles (Primary and Secondary/Plausible Deniability profiles) causes a critical state corruption. Accessing FIDO2 data from the secondary profile permanently breaks the FIDO2...

Open Graph Description: Description Using the FIDO2 module across different hardware profiles (Primary and Secondary/Plausible Deniability profiles) causes a critical state corruption. Accessing FIDO2 data from the second...

X Description: Description Using the FIDO2 module across different hardware profiles (Primary and Secondary/Plausible Deniability profiles) causes a critical state corruption. Accessing FIDO2 data from the second...

Opengraph URL: https://github.com/trustcrypto/python-onlykey/issues/83

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"FIDO2 PIN permanently blocked (CTAP error: 0x32) after accessing FIDO2 credentials from a secondary hardware profile","articleBody":"### Description\n\nUsing the FIDO2 module across different hardware profiles (Primary and Secondary/Plausible Deniability profiles) causes a critical state corruption. Accessing FIDO2 data from the secondary profile permanently breaks the FIDO2 module for the primary profile, resulting in an irrecoverable PIN_BLOCKED state.\n\nIt appears the FIDO2 module state (PIN retry counters, pinTokens, or resident keys encryption) is shared globally but gets corrupted or locked to the context of the currently active hardware profile.\n\n### Environment\n\n* OnlyKey CLI v1.2.10\n* OnlyKey Firmware Version 3.0.4-prodc\n\n### Steps to Reproduce\n\n* Unlock the OnlyKey into the Primary hardware profile.\n* Set a FIDO2 Client PIN using onlykey-cli set-pin.\n* Create some FIDO2 Resident Keys (e.g., generate an SSH key using ssh-keygen -t ed25519-sk or register on a WebAuthn site).\n* Re-plug the OnlyKey and unlock it into the Secondary hardware profile (Plausible Deniability profile).\n* Run onlykey-cli credential ls. The CLI will prompt for the FIDO2 PIN. Enter the PIN that was set in step 2.\n* Re-plug the OnlyKey again and unlock it back into the Primary hardware profile.\n* Attempt to use any FIDO2 function (e.g., run onlykey-cli credential ls or try to authenticate via SSH/WebAuthn).\n\n### Expected Behavior\n\nFIDO2 Resident Keys and the FIDO2 PIN should either be completely isolated per hardware profile, OR they should be globally shared without corrupting the CTAP state when switching between profiles. Reading credentials from the secondary profile should not break the primary profile.\n\n### Actual Behavior\n\nThe FIDO2 module stops recognizing the correct FIDO2 PIN on the primary profile. Because the internal state was altered while under the secondary profile's context, the primary profile fails to validate the PIN. This quickly triggers the CTAP brute-force protection, resulting in a permanent lockout:\n\n```python\nFile \"/usr/local/lib/python3.14/site-packages/fido2/ctap2/base.py\", line 675, in send_cbor\n    raise CtapError(status)\nfido2.ctap.CtapError: CTAP error: 0x32 - PIN_BLOCKED\n```\n\nThe only workaround is a complete onlykey-cli reset, which wipes all FIDO2 credentials and SSH keys.\n\nThis issue makes the \"Plausible Deniability\" feature fundamentally incompatible with standard FIDO2 usage (like ed25519-sk SSH keys). If a user happens to trigger any FIDO2 operation while in the secondary profile, they will lose all their FIDO2 credentials on the primary profile.","author":{"url":"https://github.com/net-fall","@type":"Person","name":"net-fall"},"datePublished":"2026-02-27T06:45:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/83/python-onlykey/issues/83"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7ff98e13-6c9b-6926-11cd-c8de8f1231a9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8D1E:D3A0E:10E848F:169C669:6A5D0A19
html-safe-nonce283f0f272a8240afe659bfb6bf3a875848f1f8639ce48efc5f7683481368d9c9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDFFOkQzQTBFOjEwRTg0OEY6MTY5QzY2OTo2QTVEMEExOSIsInZpc2l0b3JfaWQiOiI3ODk5MDgwODUzNTkwNzA2NzEzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccaf41f43a70ffd30827f5bc055c259b40da5b226c940c0c8e98e98ee8a67af99
hovercard-subject-tagissue:3999435846
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/trustcrypto/python-onlykey/83/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2cea2f4b3c12b5ef7791dc08235472fa44933ff5d3ccc280ff07a05eb5add0b2/trustcrypto/python-onlykey/issues/83
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2cea2f4b3c12b5ef7791dc08235472fa44933ff5d3ccc280ff07a05eb5add0b2/trustcrypto/python-onlykey/issues/83
og:image:altDescription Using the FIDO2 module across different hardware profiles (Primary and Secondary/Plausible Deniability profiles) causes a critical state corruption. Accessing FIDO2 data from the second...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamenet-fall
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/trustcrypto/python-onlykey git https://github.com/trustcrypto/python-onlykey.git
octolytics-dimension-user_id22034835
octolytics-dimension-user_logintrustcrypto
octolytics-dimension-repository_id67296372
octolytics-dimension-repository_nwotrustcrypto/python-onlykey
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id67296372
octolytics-dimension-repository_network_root_nwotrustcrypto/python-onlykey
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/trustcrypto/python-onlykey/issues/83#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftrustcrypto%2Fpython-onlykey%2Fissues%2F83
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftrustcrypto%2Fpython-onlykey%2Fissues%2F83
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=trustcrypto%2Fpython-onlykey
Reloadhttps://github.com/trustcrypto/python-onlykey/issues/83
Reloadhttps://github.com/trustcrypto/python-onlykey/issues/83
Reloadhttps://github.com/trustcrypto/python-onlykey/issues/83
Please reload this pagehttps://github.com/trustcrypto/python-onlykey/issues/83
trustcrypto https://github.com/trustcrypto
python-onlykeyhttps://github.com/trustcrypto/python-onlykey
Notifications https://github.com/login?return_to=%2Ftrustcrypto%2Fpython-onlykey
Fork 26 https://github.com/login?return_to=%2Ftrustcrypto%2Fpython-onlykey
Star 52 https://github.com/login?return_to=%2Ftrustcrypto%2Fpython-onlykey
Code https://github.com/trustcrypto/python-onlykey
Issues 20 https://github.com/trustcrypto/python-onlykey/issues
Pull requests 14 https://github.com/trustcrypto/python-onlykey/pulls
Actions https://github.com/trustcrypto/python-onlykey/actions
Projects https://github.com/trustcrypto/python-onlykey/projects
Security and quality 0 https://github.com/trustcrypto/python-onlykey/security
Insights https://github.com/trustcrypto/python-onlykey/pulse
Code https://github.com/trustcrypto/python-onlykey
Issues https://github.com/trustcrypto/python-onlykey/issues
Pull requests https://github.com/trustcrypto/python-onlykey/pulls
Actions https://github.com/trustcrypto/python-onlykey/actions
Projects https://github.com/trustcrypto/python-onlykey/projects
Security and quality https://github.com/trustcrypto/python-onlykey/security
Insights https://github.com/trustcrypto/python-onlykey/pulse
FIDO2 PIN permanently blocked (CTAP error: 0x32) after accessing FIDO2 credentials from a secondary hardware profilehttps://github.com/trustcrypto/python-onlykey/issues/83#top
https://github.com/net-fall
net-fallhttps://github.com/net-fall
on Feb 27, 2026https://github.com/trustcrypto/python-onlykey/issues/83#issue-3999435846
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.