CVE-2020-35139: FaucetSDN Ryu Denial of Service Vulnerability
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.4171%
CWE
Published
8/11/2023
Updated
11/11/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| ryu | pip | <= 4.34 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub issue #118 explicitly identifies the OFPQueueGetConfigReply parser loop in ofproto_v1_3_parser.py as vulnerable when queue.len=0. Though the CVE description mentions OFPBundleCtrlMsg, the primary source (issue tracker) and code analysis confirm the loop in OFPQueueGetConfigReply's parser lacks validation for zero-length queue entries, directly causing the infinite loop described in the vulnerability.