CVE-2025-63095 Details
Description
Improper input validation in the BitstreamWriter::write_bits() function of Tempus Ex hello-video-codec v0.1.0 allows attackers to cause a Denial of Service (DoS) via a crafted input.
A denial-of-service vulnerability has been identified in Tempus Ex Hello-Video-Codec version 0.1.0. The issue arises from improper input validation in the BitstreamWriter::write_bits() function, where untrusted bit-lengths derived from user-controlled input are accepted without bounds checking. This flaw can be exploited by sending a crafted media file that encodes a large length value, leading to silent data corruption in the output stream. Such corruption can disrupt downstream processes that rely on the integrity of the data, causing potential issues like corrupted archives or polluted analytics inputs.
To address this vulnerability, the 'write_bits' function should be modified to enforce strict input validation, rejecting any length values outside the range of 1 to 64 bits. Additionally, the function should be updated to use iterative logic instead of recursion, which can fragment the internal state and lead to corruption.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Dec 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| tempus-ex hello-video-codec | 0.1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Dec 23, 2025 | Initial Analysis | [email protected] |
| Dec 1, 2025 | CVE Modified | CISA-ADP |
| Dec 1, 2025 | New CVE Received | [email protected] |