
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Deniable covert communications.
Like passing notes in class, but more secure.
"Dissidents in repressive regimes or victims of domestic abuse may have their phones occasionally confiscated and scanned, network traffic monitored, they may not be able to install a secure chat app at all, or may be punished for installing one, they may be identified and imprisoned if metadata or contacts show them connected or communicating with someone deemed undesirable at all. I'm not aware of any other system that the information security community recommends or even seeks to build to enable secure communication in these circumstances."
Expanded version of https://www.scriptjunkie.us/2021/09/covert-credit-calculation-communications/
Aspirational goals:
Servers facilitate peer-to-peer connections between clients over webrtc.
Changes in connections are broadcast immediately (new clients or servers joining or being disconnected).
Each node has an asymmetric keypair it announces. Chat participants additionally have a more secret keypair.
Each client sends a fixed size chunk of data at regular intervals encrypted to each system it is directly connected with.
This chunk may include instructions to forward inner wrapped encrypted messages to other nodes (which will be padded back to size for the next scheduled send).
Nodes can be instructed to act as forwards (if they receive a message for key X, wrap in encryption for key Y and forward to another node).
Setting a chain of forwards for ephemeral secret keys allows for rendezvous points to be used as destinations.
Each endpoint keep a list of server URL's, assigning each a (local) integer. Each server keep a list of connected clients, assigning each a server-specific integer. Endpoints are identified by a pair of numbers - the server int and client int. Peer links are identified by a quad - server/client for the first side and server/client for the other side.
FAQs
Secure messaging
The npm package chattier receives a total of 1 weekly downloads. As such, chattier popularity was classified as not popular.
We found that chattier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.