Security7 views

Unity Fixes Critical Security Flaw Present in Games for 8+ Years

Unity has patched a critical security vulnerability that affected thousands of games for nearly a decade. The flaw, identified as CVE-2025-59489, impacts all titles built with Unity version 2017.1 or later.

What Was the Problem?

The vulnerability involved unsafe file loading and inclusion, which could potentially allow:

  • Execution of malicious code on users' devices
  • Unauthorized access to sensitive information
  • Exploitation on both computers and mobile devices

The Fix

Unity released a security patch on October 2nd covering all vulnerable versions of the engine. The company emphasized that there's no evidence the flaw was actively exploited during the eight-year period.

What Should Developers Do?

Game developers using Unity should:

  1. Update to the latest patched version immediately
  2. Redistribute updated builds to players
  3. Review security practices for file handling in their projects

This incident highlights the importance of regular security audits, even for established platforms. While no attacks were detected, the potential risk to millions of players worldwide was significant.