This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate simbol-server

Dependencies

(9 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 iron^0.60.6.1up to date
 iron-cors^0.80.8.0up to date
 mount^0.40.4.0up to date
 router^0.60.6.0up to date
 serde^1.01.0.198up to date
 serde_derive^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 staticfile^0.50.5.0up to date
 ws ⚠️^0.7.30.9.2insecure

Security Vulnerabilities

ws: Insufficient size checks in outgoing buffer in ws allows remote attacker to run the process out of memory

RUSTSEC-2020-0043

Affected versions of this crate did not properly check and cap the growth of the outgoing buffer.

This allows a remote attacker to take down the process by growing the buffer of their (single) connection until the process runs out of memory it can allocate and is killed.

The flaw was corrected in the parity-ws fork (>=0.10.0) by disconnecting a client when the buffer runs full.