Skip to content

v1.5.12

Latest
Compare
Choose a tag to compare
@denyeart denyeart released this 18 Jun 17:20
· 1 commit to main since this release

v1.5.12 Release Notes - June 18, 2024

v1.5.12 updates code dependencies.

Dependencies

Fabric CA v1.5.12 has been tested with the following dependencies:

  • Go 1.22.4
  • Ubuntu 20.04 (for Docker images)
  • Databases
    • PostgreSQL 13
    • MySQL 8.0

Changes, Known Issues, and Workarounds

None.

Known Vulnerabilities

  • FABC-174 Commands can be manipulated to delete identities or affiliations

    This vulnerability can be resolved in one of two ways:

    1. Use HTTPS (TLS) so that the authorization header is not in clear text.

    2. The token generation/authentication mechanism was improved to optionally prevent
      token reuse. As of v1.4 a more secure token can be used by setting environment variable:

    FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=false

    However, it cannot be set to false until all clients have
    been updated to generate the more secure token and tolerate
    FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=false.
    The Fabric CA client has been updated in v1.4 to generate the more secure token.
    The Fabric SDKs will be updated by v2.0 timeframe to generate the more secure token,
    at which time the default for Fabric CA server will change to:
    FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=false

Resolved Vulnerabilities

None.