VYPR

apk package

chainguard/duplicity

pkg:apk/chainguard/duplicity

Vulnerabilities (9)

  • CVE-2026-69247HigAug 3, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 44.0.0 until 50.0.0, pkcs7_decrypt_der, pkcs7_decrypt_pem, and pkcs7_decrypt_smime reported the outcome of decrypting a RecipientInfo's encryptedKey in several distinguish

  • CVE-2026-59886HigJul 14, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent,

  • CVE-2026-59885HigJul 14, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per

  • CVE-2026-59884HigJul 14, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the tag ID size, allowing a crafted input to force construction of an arbitrarily lar

  • CVE-2026-59939HigJul 8, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    httplib2 is a comprehensive HTTP client library for Python. Prior to 0.32.0, httplib2 performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate in _decompressContent in httplib2/init.py, allowing a malicious or compromised HTTP server

  • CVE-2026-59890MedJul 8, 2026
    affected < 3.1.0-r2fixed 3.1.0-r2

    setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file na

  • CVE-2026-44432HigMay 13, 2026
    affected < 3.0.7-r4fixed 3.0.7-r4

    urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) w

  • CVE-2026-44431MedMay 13, 2026
    affected < 3.0.7-r4fixed 3.0.7-r4

    urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.

  • CVE-2026-44405LowMay 6, 2026
    affected < 3.0.7-r4fixed 3.0.7-r4

    In Paramiko through 4.0.0 before a448945, rsakey.py allows the SHA-1 algorithm.