Vulnerabilities

3 via 5 paths

Dependencies

16

Source

Group 6 Copy Created with Sketch. Docker

Target OS

alpine:3.13.10
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 1
  • 1
  • 1
Status
  • 3
  • 0
  • 0

critical severity

Out-of-bounds Write

  • Vulnerable module: zlib/zlib
  • Introduced through: zlib/zlib@1.2.12-r0
  • Fixed in: 1.2.12-r2

Detailed paths

  • Introduced through: amazoncorretto@17.0.2-alpine3.13 zlib/zlib@1.2.12-r0

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Alpine. See How to fix? for Alpine:3.13 relevant fixed versions and status.

zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).

Remediation

Upgrade Alpine:3.13 zlib to version 1.2.12-r2 or higher.

References

high severity

Use After Free

  • Vulnerable module: busybox/busybox
  • Introduced through: busybox/busybox@1.32.1-r8 and busybox/ssl_client@1.32.1-r8
  • Fixed in: 1.32.1-r9

Detailed paths

  • Introduced through: amazoncorretto@17.0.2-alpine3.13 busybox/busybox@1.32.1-r8
  • Introduced through: amazoncorretto@17.0.2-alpine3.13 busybox/ssl_client@1.32.1-r8

NVD Description

Note: Versions mentioned in the description apply only to the upstream busybox package and not the busybox package as distributed by Alpine. See How to fix? for Alpine:3.13 relevant fixed versions and status.

A use-after-free in Busybox 1.35-x's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the copyvar function.

Remediation

Upgrade Alpine:3.13 busybox to version 1.32.1-r9 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl/libcrypto1.1
  • Introduced through: openssl/libcrypto1.1@1.1.1n-r0 and openssl/libssl1.1@1.1.1n-r0
  • Fixed in: 1.1.1q-r0

Detailed paths

  • Introduced through: amazoncorretto@17.0.2-alpine3.13 openssl/libcrypto1.1@1.1.1n-r0
  • Introduced through: amazoncorretto@17.0.2-alpine3.13 openssl/libssl1.1@1.1.1n-r0

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Alpine. See How to fix? for Alpine:3.13 relevant fixed versions and status.

AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).

Remediation

Upgrade Alpine:3.13 openssl to version 1.1.1q-r0 or higher.

References