dynamodb-encryption-sdk@1.0.7 vulnerabilities

DynamoDB Encryption Client for Python

Direct Vulnerabilities

Known vulnerabilities in the dynamodb-encryption-sdk package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • M
Improper Authorization

dynamodb-encryption-sdk is a DynamoDB Encryption Client for Python

Affected versions of this package are vulnerable to Improper Authorization such that when key usage permissions are changed at the key provider, time-based key reauthorization logic in MostRecentProvider do not reauthorize the use of the key. This creates the potential for keys to be used in the DynamoDB Encryption Client after permissions to do so were revoked at the key provider.

How to fix Improper Authorization?

Upgrade dynamodb-encryption-sdk to version 1.3.0 or higher.

[0,1.3.0)
  • M
Improper Authorization

dynamodb-encryption-sdk is a DynamoDB Encryption Client for Python

Affected versions of this package are vulnerable to Improper Authorization. This concerns users of MostRecentProvider in the DynamoDB Encryption Client with a key provider like AWS Key Management Service, that allows for permissions on keys to be modified.

When key usage permissions are changed at the key provider, time-based key reauthorization logic in MostRecentProvider does not reauthorize the use of the key. This creates the potential for keys to be used in the DynamoDB Encryption Client after permissions to do so were revoked at the key provider.

Workarounds:

Users who cannot upgrade to use the CachingMostRecentProvider can call clear() on the cache to manually flush all of its contents. Next use of the key will force a re-validation to occur with the key provider.

How to fix Improper Authorization?

Upgrade dynamodb-encryption-sdk to version 1.3.0 or higher.

[,1.3.0)