Skip to content

Key Caching behavior in the DynamoDB Encryption Client.

Low severity GitHub Reviewed Published Feb 4, 2021 in aws/aws-dynamodb-encryption-python • Updated Jan 9, 2023

Package

pip dynamodb-encryption-sdk (pip)

Affected versions

< 1.3.0

Patched versions

1.3.0

Description

Impact

This advisory 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 were changed at the key provider, time-based key reauthorization logic in MostRecentProvider did not reauthorize the use of the key. This created the potential for keys to be used in the DynamoDB Encryption Client after permissions to do so were revoked at the key provider.

Patches

Fixed as of 1.3.0. We recommend users to modify their code and adopt CachingMostRecentProvider.

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.

References

Reviewed Feb 5, 2021
Published to the GitHub Advisory Database Feb 8, 2021
Last updated Jan 9, 2023

Severity

Low

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-4ph2-8337-hm62

Source code

No known source code
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.