Cyber Resilience

CVE-2025-0306

Published
09 January 2025
Modified
30 June 2026
CVSS Score v3.1 7.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0065 48th percentile
Risk Priority 56 floored blend · peak EPSS

Summary

CVE-2025-0306 is a high-severity Covert Timing Channel (CWE-385) vulnerability. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data Obfuscation (T1001); ranked at the 48th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-31 (Covert Channel Analysis) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-0306 is a vulnerability in the Ruby interpreter that exposes it to the Marvin Attack. Published on 2025-01-09, this issue is classified under CWE-385 and carries a CVSS v3.1 base score of 7.4 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N), indicating high confidentiality and integrity impacts with no availability effects.

The attack requires a remote, unauthenticated adversary to engage the vulnerable service over the network, though it demands high complexity with no user interaction needed. By exchanging a large number of messages with the service, the attacker can decrypt previously encrypted messages or forge signatures.

Mitigation guidance is provided in vendor advisories, including Red Hat security updates at https://access.redhat.com/security/cve/CVE-2025-0306 and https://bugzilla.redhat.com/show_bug.cgi?id=2336100, as well as NetApp advisory ntap-20250221-0009/ at https://security.netapp.com/advisory/ntap-20250221-0009/.

EU & UK References

Vulnerability Data

A vulnerability was found in Ruby. The Ruby interpreter is vulnerable to the Marvin Attack. This attack allows the attacker to decrypt previously encrypted messages or forge signatures by exchanging a large number of messages with the vulnerable service.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1001 Data Obfuscation Command And Control
Adversaries may obfuscate command and control traffic to make it more difficult to detect.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-45192Shared CWE-385
CVE-2026-6478Shared CWE-385
CVE-2024-25964Shared CWE-385
CVE-2025-9231Shared CWE-385
CVE-2025-49087Shared CWE-385
CVE-2026-5598Shared CWE-385
CVE-2024-26306Shared CWE-385
CVE-2025-66442Shared CWE-385
CVE-2025-27587Shared CWE-385
CVE-2024-13176Shared CWE-385

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Covert channel analysis directly identifies timing channels that could leak information.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure development practices (reviews, testing) directly reduce introduction of timing-channel vulnerabilities in code.

DE.CM-09 partial match
prevents

Runtime monitoring of hardware/software behavior can detect anomalous timing patterns that indicate covert channels.

ID.RA-01 partial match
prevents

Vulnerability identification processes can surface timing-channel weaknesses during design or code analysis.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

A.8.15 Logging partial match
degrades

Detailed logging can reveal timing anomalies but does not prevent covert timing channels.

finds

Continuous monitoring may detect timing-based exfiltration but does not eliminate the channel itself.

mitigates

Network segmentation reduces attack surface but does not address intra-process timing channels.

mitigates

Network segregation limits external timing observation but not internal covert timing.

prevents

Secure architecture principles can include timing-channel countermeasures but are not specific.

prevents

Secure coding guidelines may recommend constant-time algorithms but coverage is not guaranteed.

References