AI Achieves Root Access on Samsung Smart TV

Researchers used OpenAI's Codex to autonomously escalate privileges from a browser shell to root on a Samsung Smart TV. By auditing firmware source code, the AI identified and exploited a kernel driver flaw that allowed it to overwrite its own process credentials in physical memory. The project highlights the potential for AI to perform end-to-end hardware exploitation when given a proper testing harness and occasional human guidance.
Key Points
- Codex successfully escalated a low-privilege browser foothold to a root shell on a physical Samsung Smart TV by auditing kernel driver source code.
- The AI discovered a vulnerability in the ntksys driver that allowed unprivileged users to map raw physical memory to their own process.
- The exploitation method was a data-only attack that involved scanning RAM for process credentials and overwriting them to gain root status.
- A specialized testing harness was necessary to provide the AI with a functional environment for building, deploying, and debugging code on the target hardware.
- The experiment demonstrated that while AI can perform complex multi-stage hacking, human intervention is still required to steer the model when it encounters logic errors.
Sentiment
The community is broadly impressed but heavily qualifies the achievement. Most acknowledge AI's growing power as a security research tool while noting the substantial advantages given to Codex (source code access, pre-existing foothold, expert human guidance). The dominant sentiment is that AI is a useful force multiplier for reverse engineering but not yet an autonomous hacker. More enthusiasm appears in threads where people share their own successful AI-assisted hardware hacking experiences than in direct analysis of the article's claims.
In Agreement
- AI coding agents are genuinely powerful for hardware reverse engineering and exploit development, as demonstrated by numerous personal anecdotes of users hacking their own routers, LED controllers, and IoT devices
- This demonstrates how AI can dramatically accelerate vulnerability research when paired with human expertise
- The democratization of exploit capabilities through AI is real and has significant security implications for the embedded device ecosystem
- Embedded firmware is riddled with poor security due to the BSP supply chain where no one performs security audits, making it ripe for AI-assisted exploitation
Opposed
- Codex was given full firmware source code access, which is a massive advantage that most real-world attackers would not have
- The researchers already had the initial browser foothold before involving Codex — finding that initial entry point is arguably the harder part of exploitation
- The AI required significant human steering from experienced pentesters, making the headline misleading about AI autonomy in hacking
- This is not a revolutionary AI advance but rather an upscaling of known techniques — the AI applies patterns from training data rather than discovering novel attack methods
- Samsung TVs are notoriously insecure, so this particular target does not demonstrate much about AI general hacking capabilities