Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure Script Parsing #1

Open
Rossi1337 opened this issue May 26, 2017 · 0 comments
Open

Secure Script Parsing #1

Rossi1337 opened this issue May 26, 2017 · 0 comments

Comments

@Rossi1337
Copy link
Contributor

PAC script parsing is done via the Java scripting engine.
These is unsecure per default. A malicous PAC script could run arbitrary code and even access the operating system via Runtime.exec

To prevent this we have to sandbox the script parser.
See: https://github.com/javadelight/delight-nashorn-sandbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant