VYPR
Moderate severityNVD Advisory· Published Feb 23, 2022· Updated Apr 23, 2025

B2 Command Line Tool TOCTOU application key disclosure

CVE-2022-23653

Description

B2 Command Line Tool is the official command line tool for the backblaze cloud storage service. Linux and Mac releases of the B2 command-line tool version 3.2.0 and below contain a key disclosure vulnerability that, in certain conditions, can be exploited by local attackers through a time-of-check-time-of-use (TOCTOU) race condition. The command line tool saves API keys (and bucket name-to-id mapping) in a local database file ($XDG_CONFIG_HOME/b2/account_info, ~/.b2_account_info or a user-defined path) when b2 authorize-account is first run. This happens regardless of whether a valid key is provided or not. When first created, the file is world readable and is (typically a few milliseconds) later altered to be private to the user. If the directory is readable by a local attacker and the user did not yet run b2 authorize-account then during the brief period between file creation and permission modification, a local attacker can race to open the file and maintain a handle to it. This allows the local attacker to read the contents after the file after the sensitive information has been saved to it. Users that have not yet run b2 authorize-account should upgrade to B2 Command-Line Tool v3.2.1 before running it. Users that have run b2 authorize-account are safe if at the time of the file creation no other local users had read access to the local configuration file. Users that have run b2 authorize-account where the designated path could be opened by another local user should upgrade to B2 Command-Line Tool v3.2.1 and remove the database and regenerate all application keys. Note that b2 clear-account does not remove the database file and it should not be used to ensure that all open handles to the file are invalidated. If B2 Command-Line Tool cannot be upgraded to v3.2.1 due to a dependency conflict, a binary release can be used instead. Alternatively a new version could be installed within a virtualenv, or the permissions can be changed to prevent local users from opening the database file.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
b2PyPI
< 3.2.13.2.1

Affected products

1

Patches

1
c74029f9f750

Release v3.2.1

https://github.com/Backblaze/B2_Command_Line_ToolPawel PolewiczFeb 23, 2022via ghsa
2 files changed · +9 3
  • CHANGELOG.md+8 2 modified
    @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
     
     ## [Unreleased]
     
    +## [3.2.1] - 2022-02-23
    +
    +### Fixed
    +* Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)
    +
     ## [3.2.0] - 2021-12-23
     
     ### Added
    @@ -284,8 +289,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
     * Fix an off-by-one issue when downloading a range of a file (affects library, but not CLI).
     * Better handling of some errors from the B2 service.
     
    -[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...HEAD
    -[3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0
    +[Unreleased]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.1...HEAD
    +[3.2.1]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.2.0...v3.2.1
    +[3.2.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.1.0...v3.2.0
     [3.1.0]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.3...v3.1.0
     [3.0.3]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.2...v3.0.3
     [3.0.2]: https://github.com/Backblaze/B2_Command_Line_Tool/compare/v3.0.1...v3.0.2
    
  • requirements.txt+1 1 modified
    @@ -1,6 +1,6 @@
     arrow>=0.8.0,<1.0.0; python_version <= '3.5'
     arrow>=1.0.2,<2.0.0; python_version >= '3.6'
    -b2sdk>=1.14.0,<2.0.0
    +b2sdk>=1.14.1,<2.0.0
     docutils==0.16
     idna>=2.2.0; platform_system == 'Java'
     importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.