node-modbus-serial icon indicating copy to clipboard operation
node-modbus-serial copied to clipboard

expose information and allow an attacker to get full control over

Open ponguruswamy opened this issue 3 years ago • 0 comments

The dangerous function, memcpy, was found in use at line 2007 in node_modules/nan/nan.h file. Such functions may expose information and allow an attacker to get full control over the host machine.

void SetErrorMessage(const char *msg) { .... 2012. memcpy(errmsg_, msg, size);

ponguruswamy avatar Dec 16 '21 11:12 ponguruswamy