---
schema_version: '1.0'
id: security-20260705-e94123
url: https://osv.dev/vulnerability/DEBIAN-CVE-2025-15469
url_hash: e941231712fc4b14f6bebdab37bf7bc82ac3b4dd0099d3472fa35eae949980a7
canonical_url: https://osv.dev/vulnerability/DEBIAN-CVE-2025-15469
source: osv:debian
category: security/os
category_raw: cve/os
region: null
tags:
- cve
- DEBIAN-CVE-2025-15469
- severity:CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
- openssl
- Debian
lang: en
published_at: '2026-01-27T16:16:14Z'
fetched_at: '2026-07-05T15:34:34Z'
updated_at: '2026-07-05T15:35:57Z'
status: published
content_hash: a28af1154521a44ff9542ccfe4fc22ec4492b0f4d95a0e98a5d0d1fabf2cfabe
license_note: full
summary: '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,'
summary_source: rss
summary_en: '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,'
entities: []
key_facts: []
related: []
related_auto: []
title: DEBIAN-CVE-2025-15469 — openssl
---

# DEBIAN-CVE-2025-15469 — openssl

## TL;DR
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,

## Key Points
- cve / DEBIAN-CVE-2025-15469 / severity:CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N / openssl / Debian

## Details
**Severity:** CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
**Advisory:** DEBIAN-CVE-2025-15469

**Affected (your watchlist):**
- `Debian:openssl` 3.0.11-1~deb12u2 → no fixed version listed [rpi]

**Details:**
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.

**References:**
- https://security-tracker.debian.org/tracker/CVE-2025-15469

_Data: OSV.dev (upstream: debian) — https://osv.dev/vulnerability/DEBIAN-CVE-2025-15469_

## Source
元記事: [DEBIAN-CVE-2025-15469 — openssl](https://osv.dev/vulnerability/DEBIAN-CVE-2025-15469) — published 2026-01-27T16:16:14Z
