-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability stems from the OFPMultipartReply parser's handling of message body length. The code shown in GitHub issue #191 demonstrates a while loop that parses message parts using b.length for offset calculation. When an attacker provides b.length=0, the offset increment becomes zero, making the loop condition (offset < msg_len) never false. This matches the CWE-835 infinite loop pattern described in the advisory. The code location is explicitly referenced in both the CVE description and GitHub issue, with a clear PoC demonstrating the exploit mechanism.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| ryu | pip | <= 4.34 |
Ongoing coverage of React2Shell