Solution
Please Install the Updated Packages.
Insight
Tornado is an open source version of the scalable, non-blocking web server and tools.
The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.
Affected
python-tornado on Fedora 15
References
Updated on 2015-03-25
Severity
Classification
-
CVE CVE-2012-2374 -
CVSS Base Score: 5.0
AV:N/AC:L/Au:N/C:N/I:P/A:N
Related Vulnerabilities