Git Product home page Git Product logo

network_clipboard's People

Watchers

 avatar  avatar

network_clipboard's Issues

Fix typo in README

The Usage section talks about joining a "newtwork" (unless this is a Monty Python reference)

Replay Attacks

Even with authentication (see #3), a MitM can observe valid message across the wire and then proceed to spam it repeatedly. Since there is only one shared clipboard on the receiver, the attacker can continuously overwrite the clipboard with old values preventing legitimate clients from functioning.

One possible solution: employ a monotonic ratchet on a per client basis. Since sessions are synchronous, both the sender and receiver should know the sequence number of the next message. The MitM shouldn't know the PSK, and so cannot advance the ratchet themselves. Messages not matching the expected sequence number can be discarded.

AESConnection offers unauthenticated encryption

Specifically, once a connection is established, any new message is simply decrypted and shoved into the clipboard.

A MitM can observe the client handshake and then proceed to inject garbage into the receiver's clipboard. MAC'ing the individual messages (after encryption!) and verifying the MAC before decryption should do the right thing here.

A more sophisticated attacker can exploit mallaebility to alter known plaintexts. I'm struggling to come up with a good threat model for this specific scenario though :P

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.