Hacker News new | ask | show | jobs
by rot25 2263 days ago
This reminds me of Proxy Auto Configs (https://en.wikipedia.org/wiki/Proxy_auto-config). PAC files are Proxy configs that are programmed in JavaScript. To do this devices usually embed a JavaScript runtime in the operating system to parse proxy files. This introduces a lot more attack surface than a standard config file would and has resulted in remote code execution vulnerabilities in android and windows

https://android.googlesource.com/platform/external/chromium-...

https://googleprojectzero.blogspot.com/2017/12/apacolypse-no...