Coder Social home page Coder Social logo

SSL socket exhaustion? about asyncio HOT 10 OPEN

kyuupichan avatar kyuupichan commented on May 27, 2024
SSL socket exhaustion?

from asyncio.

Comments (10)

Martiusweb avatar Martiusweb commented on May 27, 2024 2

Hi,

I didn't dig too deep, but it think that's indeed an issue which should be fixed: it's probably easy to DOS an asyncio server by keeping SSL connections open without completing the handshake.
We don't need to do anything for client SSL streams, wrapping open_connection() (or the equivalent for other streams) in wait_for() with a timeout is sufficient.

I'm interested in working on this. The simplest solution is probably to set a timeout on idle streams. We have to keep in mind that either solution must work for any kind of stream transport.

I can look at how we can update the API to include a timeout argument to the right methods and coroutine functions.

from asyncio.

kyuupichan avatar kyuupichan commented on May 27, 2024

This would seem to be an easy avenue to exhaust the open file limit of any asyncio server that accepts SSL connections as it is out of the control of the application author.

Should there not be some timeout on SSL handshakes - both initial handshake and shutdown handshake?

from asyncio.

kyuupichan avatar kyuupichan commented on May 27, 2024

Any progress on this? This is a huge flaw for asyncio SSL servers in a hostile environment.

from asyncio.

fafhrd91 avatar fafhrd91 commented on May 27, 2024

here is fix python/cpython#480

from asyncio.

kyuupichan avatar kyuupichan commented on May 27, 2024

Fantastic, thank you. I hope this can be back-ported to 3.5.x and 3.6.x.

from asyncio.

fafhrd91 avatar fafhrd91 commented on May 27, 2024

fix is trivial, we can include it into aiohttp for old python versions.

from asyncio.

kyuupichan avatar kyuupichan commented on May 27, 2024

aiohttp? Not using that; using simple SSL sockets with raw TCP

from asyncio.

fafhrd91 avatar fafhrd91 commented on May 27, 2024

ah, ok. just saw aiohttp in install_requires.
then you can do monkey patch yourself.

from asyncio.

kyuupichan avatar kyuupichan commented on May 27, 2024

Well I can for myself, but not for my 100 users. As this is a remotely exploitable resource leakage I think it should be backported.

from asyncio.

fafhrd91 avatar fafhrd91 commented on May 27, 2024

I mean fix should be included in library that you use. and sure it should be backported, but this will take some time.

from asyncio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.