A trojanized NuGet package named "Newtonsoftt.Json.Net" targets game operators using a typosquat attack against the legitimate Newtonsoft.Json library. Researchers discovered the malicious package functions as a working fork of the genuine library while embedding code designed to manipulate live game results on the Digitain platform.

The attack exploits a common developer mistake. Typosquatting succeeds when developers mistype package names during installation. This particular variant stands apart from typical supply chain attacks because it prioritizes game manipulation rather than credential theft or information exfiltration. The seven published versions demonstrate an active campaign with iterative refinement.

The trojanized package maintains functionality of the original Newtonsoft.Json serialization library, reducing detection risk. Developers who installed the malicious version unknowingly integrated game-rigging capabilities into their applications. The embedded code communicates with Digitain infrastructure to alter game outcomes in real time.

The threat targets online gaming operators and platforms relying on Digitain's infrastructure. Compromised applications could deliver unfair results to players, damaging operator reputation and violating gaming regulations. The attack also exposes downstream users to potential financial losses through rigged gaming mechanics.

This incident reveals a critical vulnerability in the NuGet ecosystem. While package managers implement security scanning, determined attackers exploit human error in the developer workflow. Single-character typos in package names remain difficult to prevent automatically without disrupting legitimate use cases.

Organizations should implement strict package approval workflows and verify package authenticity before deployment. Developers must double-check package names during installation. NuGet and similar registries should flag suspicious packages mimicking popular libraries and alert maintainers of targeted libraries about typosquat threats.

Security teams handling gaming infrastructure should audit their dependencies for this and similar packages immediately. The discovery reinforces that supply chain attacks increasingly target