Skip to content

Function Injection Exploit #1

@bobrossrtx

Description

@bobrossrtx

we are able to inject code through the console

const userInput = prompt("Enter your input");
if (userInput) {
  try { eval(userInput); } catch(e) {}
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions