Snyk - Open Source Security

Snyk test report

March 1st 2026, 12:31:21 am (UTC+00:00)

Scanned the following paths:
  • ghcr.io/dexidp/dex:v2.44.0/dexidp/dex (apk)
  • ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4//usr/local/bin/gomplate (gomodules)
  • ghcr.io/dexidp/dex:v2.44.0/dexidp/dex//usr/local/bin/docker-entrypoint (gomodules)
  • ghcr.io/dexidp/dex:v2.44.0/dexidp/dex//usr/local/bin/dex (gomodules)
44 known vulnerabilities
166 vulnerable dependency paths
1147 dependencies

CVE-2025-69421

high severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer dereference in the PKCS12_item_decrypt_d2i_ex() function.

Impact summary: A NULL pointer dereference can trigger a crash which leads to Denial of Service for an application processing PKCS#12 files.

The PKCS12_item_decrypt_d2i_ex() function does not check whether the oct parameter is NULL before dereferencing it. When called from PKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can be NULL, causing a crash. The vulnerability is limited to Denial of Service and cannot be escalated to achieve code execution or memory disclosure.

Exploiting this issue requires an attacker to provide a malformed PKCS#12 file to an application that processes it. For that reason the issue was assessed as Low severity according to our Security Policy.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


Improper Handling of Unexpected Data Type

high severity
Exploit: Proof of Concept

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh/agent
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and golang.org/x/crypto/ssh/agent@v0.40.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* golang.org/x/crypto/ssh/agent@v0.40.0

Overview

Affected versions of this package are vulnerable to Improper Handling of Unexpected Data Type when functions including List() and SignWithFlags() process *successAgentMsg. This can be triggered by a malicious agent sending a single 0x06 byte (SSH_AGENT_SUCCESS), which is unmarshalled into a *successAgentMsg, causing a panic and client crash.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade golang.org/x/crypto/ssh/agent to version 0.43.0 or higher.

References


Untrusted Search Path

high severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Vulnerable module: go.opentelemetry.io/otel/sdk/resource
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and go.opentelemetry.io/otel/sdk/resource@v1.36.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* go.opentelemetry.io/otel/sdk/resource@v1.36.0

Overview

Affected versions of this package are vulnerable to Untrusted Search Path in resource detection code which executes ioreg, when the PATH environment variable is modified to include a malicious executable. An attacker can execute arbitrary code within the context of the application by placing a malicious binary earlier in the search path.

Note: This vulnerability is only exploitable on MacOS/Darwin systems.

Remediation

Upgrade go.opentelemetry.io/otel/sdk/resource to version 1.40.0 or higher.

References


Inefficient Algorithmic Complexity

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/dexidp/dex /usr/local/bin/dex
  • Package Manager: golang
  • Vulnerable module: golang.org/x/net/html
  • Introduced through: github.com/dexidp/dex@* and golang.org/x/net/html@v0.43.0

Detailed paths

  • Introduced through: github.com/dexidp/dex@* golang.org/x/net/html@v0.43.0

Overview

golang.org/x/net/html is a package that implements an HTML5-compliant tokenizer and parser.

Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via the html.Parse function due to quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

Remediation

Upgrade golang.org/x/net/html to version 0.45.0 or higher.

References


Infinite loop

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/dexidp/dex /usr/local/bin/dex
  • Package Manager: golang
  • Vulnerable module: golang.org/x/net/html
  • Introduced through: github.com/dexidp/dex@* and golang.org/x/net/html@v0.43.0

Detailed paths

  • Introduced through: github.com/dexidp/dex@* golang.org/x/net/html@v0.43.0

Overview

golang.org/x/net/html is a package that implements an HTML5-compliant tokenizer and parser.

Affected versions of this package are vulnerable to Infinite loop via the html.Parse function. An attacker can cause resource exhaustion and disrupt service availability by submitting specially crafted HTML input that triggers an infinite parsing loop.

Remediation

Upgrade golang.org/x/net/html to version 0.45.0 or higher.

References


Out-of-bounds Read

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh/agent
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and golang.org/x/crypto/ssh/agent@v0.40.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* golang.org/x/crypto/ssh/agent@v0.40.0

Overview

Affected versions of this package are vulnerable to Out-of-bounds Read via the SSH Agent servers. An attacker can cause a panic and disrupt service availability by sending a specially crafted, malformed message that triggers an out-of-bounds read.

Remediation

Upgrade golang.org/x/crypto/ssh/agent to version 0.45.0 or higher.

References


Allocation of Resources Without Limits or Throttling

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Vulnerable module: golang.org/x/crypto/ssh
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and golang.org/x/crypto/ssh@v0.40.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* golang.org/x/crypto/ssh@v0.40.0

Overview

golang.org/x/crypto/ssh is a SSH client and server

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the SSH servers. An attacker can exhaust system memory resources by sending GSSAPI authentication requests with an excessive number of mechanisms specified.

Remediation

Upgrade golang.org/x/crypto/ssh to version 0.45.0 or higher.

References


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/vault/api/auth/aws
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/vault/api/auth/aws@v0.10.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/vault/api/auth/aws@v0.10.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/vault/api
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/vault/api@v1.20.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/vault/api@v1.20.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/serf/coordinate
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/serf/coordinate@v0.10.2

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/serf/coordinate@v0.10.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/dexidp/dex /usr/local/bin/dex
  • Package Manager: golang
  • Module: github.com/hashicorp/hcl/v2
  • Introduced through: github.com/dexidp/dex@* and github.com/hashicorp/hcl/v2@v2.18.1

Detailed paths

  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/ext/customdecode@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/ext/tryfunc@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/gohcl@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/hclparse@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/hclsyntax@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/hclwrite@v2.18.1
  • Introduced through: github.com/dexidp/dex@* github.com/hashicorp/hcl/v2/json@v2.18.1

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/hcl
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/hcl@v1.0.1-vault-7

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/hcl@v1.0.1-vault-7
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/hcl/hcl/token@v1.0.1-vault-7

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/golang-lru/simplelru
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/golang-lru/simplelru@v1.0.2

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/golang-lru/simplelru@v1.0.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-uuid
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-uuid@v1.0.3

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-uuid@v1.0.3

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-sockaddr
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-sockaddr@v1.0.7

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-sockaddr@v1.0.7
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-sockaddr/template@v1.0.7

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-secure-stdlib/strutil
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-secure-stdlib/strutil@v0.1.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-secure-stdlib/parseutil
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-secure-stdlib/parseutil@v0.2.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-secure-stdlib/awsutil
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-secure-stdlib/awsutil@v0.3.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-secure-stdlib/awsutil@v0.3.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-rootcerts
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-rootcerts@v1.0.2

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-rootcerts@v1.0.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-retryablehttp
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-retryablehttp@v0.7.7

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-retryablehttp@v0.7.7

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-multierror
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-multierror@v1.1.1

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-multierror@v1.1.1

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-immutable-radix
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-immutable-radix@v1.3.1

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-immutable-radix@v1.3.1

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/go-cleanhttp
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/go-cleanhttp@v0.5.2

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/go-cleanhttp@v0.5.2

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/hashicorp/errwrap
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/hashicorp/errwrap@v1.1.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/hashicorp/errwrap@v1.1.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Module: github.com/gosimple/slug
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/gosimple/slug@v1.15.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/gosimple/slug@v1.15.0

MPL-2.0 license


MPL-2.0 license

medium severity

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/dexidp/dex /usr/local/bin/dex
  • Package Manager: golang
  • Module: github.com/go-sql-driver/mysql
  • Introduced through: github.com/dexidp/dex@* and github.com/go-sql-driver/mysql@v1.9.3

Detailed paths

  • Introduced through: github.com/dexidp/dex@* github.com/go-sql-driver/mysql@v1.9.3

MPL-2.0 license


Improper Validation of Integrity Check Value

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/hairyhenderson/gomplate/v4 /usr/local/bin/gomplate
  • Package Manager: golang
  • Vulnerable module: github.com/go-git/go-git/v5/storage/filesystem
  • Introduced through: github.com/hairyhenderson/gomplate/v4@* and github.com/go-git/go-git/v5/storage/filesystem@v5.16.0

Detailed paths

  • Introduced through: github.com/hairyhenderson/gomplate/v4@* github.com/go-git/go-git/v5/storage/filesystem@v5.16.0

Overview

Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value for .idx and .pack files. An attacker can cause the application to consume corrupted files, leading to unexpected errors, due to checksums not being checked in the loadIdxFile() function.

Workaround

This vulnerability can be mitigated by running 'git fsck' from the git CLI to check for data corruption on a given repository.

Remediation

Upgrade github.com/go-git/go-git/v5/storage/filesystem to version 5.16.5 or higher.

References


Improper Initialization

medium severity
Exploit: Not Defined

  • Manifest file: ghcr.io/dexidp/dex:v2.44.0/dexidp/dex /usr/local/bin/dex
  • Package Manager: golang
  • Vulnerable module: filippo.io/edwards25519
  • Introduced through: github.com/dexidp/dex@* and filippo.io/edwards25519@v1.1.0

Detailed paths

  • Introduced through: github.com/dexidp/dex@* filippo.io/edwards25519@v1.1.0

Overview

Affected versions of this package are vulnerable to Improper Initialization via the MultiScalarMult function when the receiver is not properly initialized. An attacker can cause invalid results or undefined behavior by invoking this function on an uninitialized or non-identity receiver.

Remediation

Upgrade filippo.io/edwards25519 to version 1.1.1 or higher.

References


CVE-2025-9232

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: An application using the OpenSSL HTTP client API functions may trigger an out-of-bounds read if the 'no_proxy' environment variable is set and the host portion of the authority component of the HTTP URL is an IPv6 address.

Impact summary: An out-of-bounds read can trigger a crash which leads to Denial of Service for an application.

The OpenSSL HTTP client API functions can be used directly by applications but they are also used by the OCSP client functions and CMP (Certificate Management Protocol) client implementation in OpenSSL. However the URLs used by these implementations are unlikely to be controlled by an attacker.

In this vulnerable code the out of bounds read can only trigger a crash. Furthermore the vulnerability requires an attacker-controlled URL to be passed from an application to the OpenSSL function and the user has to have a 'no_proxy' environment variable set. For the aforementioned reasons the issue was assessed as Low severity.

The vulnerable code was introduced in the following patch releases: 3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.0 and 3.5.0.

The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the HTTP client implementation is outside the OpenSSL FIPS module boundary.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.4-r0 or higher.

References


CVE-2025-9230

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.

Impact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.

Although the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.

The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.4-r0 or higher.

References


CVE-2025-9231

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: A timing side-channel which could potentially allow remote recovery of the private key exists in the SM2 algorithm implementation on 64 bit ARM platforms.

Impact summary: A timing side-channel in SM2 signature computations on 64 bit ARM platforms could allow recovering the private key by an attacker..

While remote key recovery over a network was not attempted by the reporter, timing measurements revealed a timing signal which may allow such an attack.

OpenSSL does not directly support certificates with SM2 keys in TLS, and so this CVE is not relevant in most TLS contexts. However, given that it is possible to add support for such certificates via a custom provider, coupled with the fact that in such a custom provider context the private key may be recoverable via remote timing measurements, we consider this to be a Moderate severity issue.

The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as SM2 is not an approved algorithm.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.4-r0 or higher.

References


CVE-2025-11187

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation which can trigger a stack-based buffer overflow, invalid pointer or NULL pointer dereference during MAC verification.

Impact summary: The stack buffer overflow or NULL pointer dereference may cause a crash leading to Denial of Service for an application that parses untrusted PKCS#12 files. The buffer overflow may also potentially enable code execution depending on platform mitigations.

When verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2 salt and keylength parameters from the file are used without validation. If the value of keylength exceeds the size of the fixed stack buffer used for the derived key (64 bytes), the key derivation will overflow the buffer. The overflow length is attacker-controlled. Also, if the salt parameter is not an OCTET STRING type this can lead to invalid or NULL pointer dereference.

Exploiting this issue requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. For this reason the issue was assessed as Moderate severity.

The FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as PKCS#12 processing is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.

OpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do not support PBMAC1 in PKCS#12.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-69419

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously crafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing non-ASCII BMP code point can trigger a one byte write before the allocated buffer.

Impact summary: The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service.

The OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12 BMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes, the helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16 source byte count as the destination buffer capacity to UTF8_putc(). For BMP code points above U+07FF, UTF-8 requires three bytes, but the forwarded capacity can be just two bytes. UTF8_putc() then returns -1, and this negative value is added to the output length without validation, causing the length to become negative. The subsequent trailing NUL byte is then written at a negative offset, causing write outside of heap allocated buffer.

The vulnerability is reachable via the public PKCS12_get_friendlyname() API when parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a different code path that avoids this issue, PKCS12_get_friendlyname() directly invokes the vulnerable function. Exploitation requires an attacker to provide a malicious PKCS#12 file to be parsed by the application and the attacker can just trigger a one zero byte write before the allocated buffer. For that reason the issue was assessed as Low severity according to our Security Policy.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-15467

low severity
Exploit: Proof of Concept

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with maliciously crafted AEAD parameters can trigger a stack buffer overflow.

Impact summary: A stack buffer overflow may lead to a crash, causing Denial of Service, or potentially remote code execution.

When parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as AES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is copied into a fixed-size stack buffer without verifying that its length fits the destination. An attacker can supply a crafted CMS message with an oversized IV, causing a stack-based out-of-bounds write before any authentication or tag verification occurs.

Applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable. Because the overflow occurs prior to authentication, no valid key material is required to trigger it. While exploitability to remote code execution depends on platform and toolchain mitigations, the stack-based write primitive represents a severe risk.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.

OpenSSL 1.1.1 and 1.0.2 are not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-15469

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: The 'openssl dgst' command-line tool silently truncates input data to 16MB when using one-shot signing algorithms and reports success instead of an error.

Impact summary: A user signing or verifying files larger than 16MB with one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire file is authenticated while trailing data beyond 16MB remains unauthenticated.

When the 'openssl dgst' command is used with algorithms that only support one-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input is buffered with a 16MB limit. If the input exceeds this limit, the tool silently truncates to the first 16MB and continues without signaling an error, contrary to what the documentation states. This creates an integrity gap where trailing bytes can be modified without detection if both signing and verification are performed using the same affected codepath.

The issue affects only the command-line tool behavior. Verifiers that process the full message using library APIs will reject the signature, so the risk primarily affects workflows that both sign and verify with the affected 'openssl dgst' command. Streaming digest algorithms for 'openssl dgst' and library users are unaffected.

The FIPS modules in 3.5 and 3.6 are not affected by this issue, as the command-line tools are outside the OpenSSL FIPS module boundary.

OpenSSL 3.5 and 3.6 are vulnerable to this issue.

OpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-69418

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: When using the low-level OCB API directly with AES-NI or<br>other hardware-accelerated code paths, inputs whose length is not a multiple<br>of 16 bytes can leave the final partial block unencrypted and unauthenticated.<br><br>Impact summary: The trailing 1-15 bytes of a message may be exposed in<br>cleartext on encryption and are not covered by the authentication tag,<br>allowing an attacker to read or tamper with those bytes without detection.<br><br>The low-level OCB encrypt and decrypt routines in the hardware-accelerated<br>stream path process full 16-byte blocks but do not advance the input/output<br>pointers. The subsequent tail-handling code then operates on the original<br>base pointers, effectively reprocessing the beginning of the buffer while<br>leaving the actual trailing bytes unprocessed. The authentication checksum<br>also excludes the true tail bytes.<br><br>However, typical OpenSSL consumers using EVP are not affected because the<br>higher-level EVP and provider OCB implementations split inputs so that full<br>blocks and trailing partial blocks are processed in separate calls, avoiding<br>the problematic code path. Additionally, TLS does not use OCB ciphersuites.<br>The vulnerability only affects applications that call the low-level<br>CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with<br>non-block-aligned lengths in a single call on hardware-accelerated builds.<br>For these reasons the issue was assessed as Low severity.<br><br>The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected<br>by this issue, as OCB mode is not a FIPS-approved algorithm.<br><br>OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.<br><br>OpenSSL 1.0.2 is not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-68160

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: Writing large, newline-free data into a BIO chain using the line-buffering filter where the next BIO performs short writes can trigger a heap-based out-of-bounds write.

Impact summary: This out-of-bounds write can cause memory corruption which typically results in a crash, leading to Denial of Service for an application.

The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in TLS/SSL data paths. In OpenSSL command-line applications, it is typically only pushed onto stdout/stderr on VMS systems. Third-party applications that explicitly use this filter with a BIO chain that can short-write and that write large, newline-free data influenced by an attacker would be affected. However, the circumstances where this could happen are unlikely to be under attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated data controlled by an attacker. For that reason the issue was assessed as Low severity.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the BIO implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2026-22796

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: A type confusion vulnerability exists in the signature verification of signed PKCS#7 data where an ASN1_TYPE union member is accessed without first validating the type, causing an invalid or NULL pointer dereference when processing malformed PKCS#7 data.

Impact summary: An application performing signature verification of PKCS#7 data or calling directly the PKCS7_digest_from_attributes() function can be caused to dereference an invalid or NULL pointer when reading, resulting in a Denial of Service.

The function PKCS7_digest_from_attributes() accesses the message digest attribute value without validating its type. When the type is not V_ASN1_OCTET_STRING, this results in accessing invalid memory through the ASN1_TYPE union, causing a crash.

Exploiting this vulnerability requires an attacker to provide a malformed signed PKCS#7 to an application that verifies it. The impact of the exploit is just a Denial of Service, the PKCS7 API is legacy and applications should be using the CMS API instead. For these reasons the issue was assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS#7 parsing implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-66199

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: A TLS 1.3 connection using certificate compression can be forced to allocate a large buffer before decompression without checking against the configured certificate size limit.

Impact summary: An attacker can cause per-connection memory allocations of up to approximately 22 MiB and extra CPU work, potentially leading to service degradation or resource exhaustion (Denial of Service).

In affected configurations, the peer-supplied uncompressed certificate length from a CompressedCertificate message is used to grow a heap buffer prior to decompression. This length is not bounded by the max_cert_list setting, which otherwise constrains certificate message sizes. An attacker can exploit this to cause large per-connection allocations followed by handshake failure. No memory corruption or information disclosure occurs.

This issue only affects builds where TLS 1.3 certificate compression is compiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression algorithm (brotli, zlib, or zstd) is available, and where the compression extension is negotiated. Both clients receiving a server CompressedCertificate and servers in mutual TLS scenarios receiving a client CompressedCertificate are affected. Servers that do not request client certificates are not vulnerable to client-initiated attacks.

Users can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION to disable receiving compressed certificates.

The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue, as the TLS implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.

OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-15468

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: If an application using the SSL_CIPHER_find() function in a QUIC protocol client or server receives an unknown cipher suite from the peer, a NULL dereference occurs.

Impact summary: A NULL pointer dereference leads to abnormal termination of the running process causing Denial of Service.

Some applications call SSL_CIPHER_find() from the client_hello_cb callback on the cipher ID received from the peer. If this is done with an SSL object implementing the QUIC protocol, NULL pointer dereference will happen if the examined cipher ID is unknown or unsupported.

As it is not very common to call this function in applications using the QUIC protocol and the worst outcome is Denial of Service, the issue was assessed as Low severity.

The vulnerable code was introduced in the 3.2 version with the addition of the QUIC protocol support.

The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue, as the QUIC implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.

OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-69420

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: A type confusion vulnerability exists in the TimeStamp Response verification code where an ASN1_TYPE union member is accessed without first validating the type, causing an invalid or NULL pointer dereference when processing a malformed TimeStamp Response file.

Impact summary: An application calling TS_RESP_verify_response() with a malformed TimeStamp Response can be caused to dereference an invalid or NULL pointer when reading, resulting in a Denial of Service.

The functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2() access the signing cert attribute value without validating its type. When the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory through the ASN1_TYPE union, causing a crash.

Exploiting this vulnerability requires an attacker to provide a malformed TimeStamp Response to an application that verifies timestamp responses. The TimeStamp protocol (RFC 3161) is not widely used and the impact of the exploit is just a Denial of Service. For these reasons the issue was assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the TimeStamp Response implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2026-22795

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: openssl/libcrypto3
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and openssl/libcrypto3@3.5.1-r0

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-r0 openssl/libcrypto3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18 openssl/libssl3@3.5.1-r0
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 apk-tools/apk-tools@2.14.9-r2 apk-tools/libapk2@2.14.9-r2 openssl/libssl3@3.5.1-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.22 relevant fixed versions and status.

Issue summary: An invalid or NULL pointer dereference can happen in an application processing a malformed PKCS#12 file.

Impact summary: An application processing a malformed PKCS#12 file can be caused to dereference an invalid or NULL pointer on memory read, resulting in a Denial of Service.

A type confusion vulnerability exists in PKCS#12 parsing code where an ASN1_TYPE union member is accessed without first validating the type, causing an invalid pointer read.

The location is constrained to a 1-byte address space, meaning any attempted pointer manipulation can only target addresses between 0x00 and 0xFF. This range corresponds to the zero page, which is unmapped on most modern operating systems and will reliably result in a crash, leading only to a Denial of Service. Exploiting this issue also requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. For these reasons, the issue was assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue.

Remediation

Upgrade Alpine:3.22 openssl to version 3.5.5-r0 or higher.

References


CVE-2025-46394

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: busybox/busybox
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and busybox/busybox@1.37.0-r18

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/busybox@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 alpine-baselayout/alpine-baselayout@3.7.0-r0 busybox/busybox-binsh@1.37.0-r18 busybox/busybox@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/busybox-binsh@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 alpine-baselayout/alpine-baselayout@3.7.0-r0 busybox/busybox-binsh@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18

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.22 relevant fixed versions and status.

In tar in BusyBox through 1.37.0, a TAR archive can have filenames hidden from a listing through the use of terminal escape sequences.

Remediation

Upgrade Alpine:3.22 busybox to version 1.37.0-r20 or higher.

References


CVE-2024-58251

low severity
Exploit: Not Defined

  • Package Manager: alpine:3.22
  • Vulnerable module: busybox/busybox
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 and busybox/busybox@1.37.0-r18

Detailed paths

  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/busybox@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 alpine-baselayout/alpine-baselayout@3.7.0-r0 busybox/busybox-binsh@1.37.0-r18 busybox/busybox@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/busybox-binsh@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 alpine-baselayout/alpine-baselayout@3.7.0-r0 busybox/busybox-binsh@1.37.0-r18
  • Introduced through: docker-image|ghcr.io/dexidp/dex@v2.44.0 busybox/ssl_client@1.37.0-r18

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.22 relevant fixed versions and status.

In netstat in BusyBox through 1.37.0, local users can launch of network application with an argv[0] containing an ANSI terminal escape sequence, leading to a denial of service (terminal locked up) when netstat is used by a victim.

Remediation

Upgrade Alpine:3.22 busybox to version 1.37.0-r20 or higher.

References