Skip to content

Is it possible to make a process.send cmd: "NODE_*" attack while under --experimental-pemission? #1156

Description

@LongTengDao
child_process.fork('', [], {
    execArgv: [
        '--experimental-permission',
        '-e', 'process.send({ cmd: "NODE_*" });',
    ]
});

Will this api be a security problem in any case to cause parent process work wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions