1 results (0.001 seconds)
CVSS: 8.7EPSS: %CPEs: 1EXPL: 0

CVE-2025-3857 – Infinite loop condition in Amazon.IonDotnet
https://notcve.org/view.php?id=CVE-2025-3857
21 Apr 2025 — When reading binary Ion data through Amazon.IonDotnet using the RawBinaryReader class, Amazon.IonDotnet does not check the number of bytes read from the underlying stream while deserializing the binary format. If the Ion data is malformed or truncated, this triggers an infinite loop condition that could potentially result in a denial of service. Users should upgrade to Amazon.IonDotnet version 1.3.1 and ensure any forked or derivative code is patched to incorporate the new fixes. • https://aws.amazon.com/security/security-bulletins/AWS-2025-009 • CWE-502: Deserialization of Untrusted Data CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •