Summary
The vulnerability is created when an unknown user sends strange packets to the server
Impact
The vulnerability makes it possible for incoming data to be controlled and altered by the server
PoC
client.connect(port, ip, () => {
console.log('Đã kết nối tới server');
client.write();
});
Summary
The vulnerability is created when an unknown user sends strange packets to the server
Impact
The vulnerability makes it possible for incoming data to be controlled and altered by the server
PoC