Turkish student arrested for using ChatGPT to cheat on university exam
A Turkish student was arrested in Isparta for using a custom-built device connected to ChatGPT to cheat during the 2024 YKS university entrance exam. The incident highlighted the use of AI tools to circumvent academic integrity measures.
A student utilized a makeshift device linked to ChatGPT to bypass exam security in Isparta.
Key facts
- What
- A Turkish student was arrested in Isparta for using a custom-built device connected to ChatGPT to cheat during the 2024 YKS university entrance exam.
- Incident date
- Jun 8, 2024
- Who
- OpenAI
- Failure mode
- Tool Misuse
- AI surface
- Chatbot
- Severity
- Low
What happened
A student in Isparta, Turkey, was arrested for using a makeshift AI-powered device to cheat during the 2024 YKS university entrance exam. The incident occurred during the Basic Proficiency Test (TYT) on June 8, 2024, where the student used the device to access ChatGPT.
What broke inside the model
- 01 · TriggerThe agent selects the correct tool.
- 02 · Model stepIt fills the call with the wrong arguments.
- 03 · Control gapNo validation checks the arguments first.
- 04 · FailureThe tool runs against the wrong target.
- 05 · ConsequenceThe wrong record, account, or system is hit.
At the tool call, the arguments point at the wrong target.
The failure was a bypass of the high-stakes exam's security protocols via an external AI interface. The AI system was used as a remote knowledge source through a makeshift device, circumventing the closed-book nature of the test.
What it cost
Sources
- PressTurkish student arrested for using AI to cheat in university examreuters.com
- PressTurkish student arrested for cheating on university entrance examination using ChatGPTturkishminute.com
Cite this entry
https://failureindex.ai/failures/turkish-student-arrested-using-chatgpt-cheatAI Failure Index. "Turkish student arrested for using ChatGPT to cheat on university exam" (FI-0638). Realm Labs. https://failureindex.ai/failures/turkish-student-arrested-using-chatgpt-cheat (indexed Jun 22, 2026).Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0638. Full dataset at /data.
Note from Realm Labs, the Index steward
How Realm would have caught this
- OmniGuard
- AgentRealm
Realm can inspect a tool call against the user's actual intent before it runs, and hold calls whose arguments or target do not match what was asked, so the wrong tool or the wrong arguments never reach the system of record.