CVE-2024-43380: fugit parse and parse_nat stall on lengthy input
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.3196%
CWE
Published
8/19/2024
Updated
8/21/2024
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| fugit | rubygems | < 1.11.1 | 1.11.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation explicitly lists these six methods in workarounds and advisories. All affected functions handle input parsing without length validation, allowing attackers to submit arbitrarily long strings that trigger excessive processing. The commit diff shows test adjustments for parsing performance, confirming these methods' involvement. The CWE-400 classification directly maps to the uncontrolled resource consumption exhibited by these functions. File paths are inferred from standard Ruby gem structure and method namespaces (Fugit core vs Fugit::Nat module).