Resource Exhaustion Affecting openstack-glance-2025.2 package, versions <31.1.0_git20260708-r2


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.19% (10th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-OPENSTACKGLANCE20252-18567009
  • published6 Aug 2026
  • disclosed3 Aug 2026

Introduced: 3 Aug 2026

NewCVE-2026-69249  (opens in a new tab)
CWE-400  (opens in a new tab)

How to fix?

Upgrade Chainguard openstack-glance-2025.2 to version 31.1.0_git20260708-r2 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream openstack-glance-2025.2 package and not the openstack-glance-2025.2 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

python-cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 49.0.0, when resolving invalid certificate chains that include duplicate copies of self-signed certificates, the processing recursively invokes the same candidate, leading to an exponential blowup. Although the limitation that the chain depth cannot exceed a specified maximum depth prevents unbounded recursion and guarantees termination, an attacker-controlled certificate chain can lead the processing to easily take more than 5s to reject in testing. This amplification could form the basis for a resource exhaustion denial of service attack. The core issue arises in the recursive nature of build_chain_inner, which does not de-duplicate against previously analyzed candidates. As the correctness of validation is not affected, the integrity of a system cannot be compromised through this vector, only its availability. This issue is fixed in 49.0.0.