サイバーセキュリティ 3 h agoブックマークに追加

NuGet パッケージが Newtonsoft.Json に非常に似ており、実際に動作するライブラリの中に、Digitain のライブパリ結果を改ざんするためのコードが隠されています。
According to The Hacker News (July 22, 2026), researchers discovered a typosquat on NuGet named « Newtonsoftt.Json.Net » - two "t"s - that impersonates the famous library Newtonsoft.Json. Seven versions have been published on the registry. This is not a classic info-stealer: it's a trojanized fork that specifically targets live sports betting on Digitain.
Two points stand out.
The NuGet typosquat remains an open surface. The difference of one character between Newtonsoft.Json (the real one, ~4 billion historical downloads according to nuget.org) and Newtonsoftt.Json.Net is enough to trap any unfortunate copy-paste in a CSPROJ, a CI build script, or a StackOverflow doc - not to mention LLMs that regularly hallucinate similar package names.
The payload is atypical. The attacker does not sell credit cards nor does he set up a general RAT. He targets a specific platform (Digitain, an iGaming software provider used by many bookmakers) and a specific class of fraud (rigging live results). This is finalized supply chain: the developer who integrates the lib is a vector towards a specific production environment, not a target in itself.
À faire maintenant :
Newtonsoftt.Json.Net (grep sur les fichiers .csproj, packages.lock.json, artefacts CI).Newtonsoft.Json (Author: James Newton-King, ID exact) dans un NuGet.config restrictif avec packageSourceMapping.Supply-chain typosquatting is no longer just about "stealing npm tokens". A package can be a targeted tool against a sector (here iGaming) - vigilance over dependency names has become basic hygiene, not a luxury.
本記事は人工知能により作成され、人間の編集管理のもとで校閲されています。