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

chrome-extensions just pile up unrecognized vault entries #9119

Open
jidanni opened this issue May 10, 2024 · 0 comments
Open

chrome-extensions just pile up unrecognized vault entries #9119

jidanni opened this issue May 10, 2024 · 0 comments
Labels
browser Browser Extension bug

Comments

@jidanni
Copy link

jidanni commented May 10, 2024

Steps To Reproduce

Here's a challenge for you.

Install
https://chrome.google.com/webstore/detail/ophjlpahpchlmihnnnihgmmeilfjmjjc

Then access it via

chrome --app=chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html

or just

chrome chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html

Yes, you can run this dialog 1000 times:

Untitled
(on the top is a QR code I masked. At the right is Bitwarden's "Add Login" menu item, which I didn't mask, but something else did. At least when attempting a screenshot.)

But each time Bitwarden thinks you never ran it, as it just asks you to
fill in in again fresh.

Even though in the vault 1000 of them are already stored.

It doesn't even notice it has made a second totally identical vault
item.

7 matches for "LINE" in buffer: bitwarden_export_20240510125442.json
8070: "name": "LINE kiwi",
8105: "name": "LINE Linux desktop",
8132: "name": "LINE Linux desktop",
8159: "name": "LINE Linux desktop",
8186: "name": "LINE Linux desktop",
8213: "name": "LINE Linux desktop",
8240: "name": "LINE2",

Each of the five are have the same details (except different times and "id"),

  {
      "passwordHistory": null,
      "revisionDate": "2023-04-20T06:04:55.470Z",
      "creationDate": "2023-04-20T06:02:19.076Z",
      "deletedDate": null,
      "id": "aa15c1b7-3...........(differs)",
      "organizationId": null,
      "folderId": null,
      "type": 1,
      "reprompt": 0,
      "name": "LINE Linux desktop",
      "notes": null,
      "favorite": false,
      "login": {
        "fido2Credentials": [],
        "uris": [
          {
            "match": 3,
            "uri": "chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html#popout"
          }
        ],
        "username": "jidanni@jidanni.org",
        "password": ".....pssst",
        "totp": null
      },
      "collectionIds": null
    },

Operating System

Linux

Operating System Version

Debian sid

Web Browser

Chrome

Browser Version

Latest beta

@jidanni jidanni added browser Browser Extension bug labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser Browser Extension bug
Projects
None yet
Development

No branches or pull requests

1 participant