CVE-2026-48161
KrytyczneCVSS 9.3Streszczenie
Biblioteka react18-use (shim dla React 19) zawierała złośliwe commity w gałęzi domyślnej, które podczas `npm install` wykonywały zdalnie sterowany kod na maszynach deweloperskich. Kod pobierał payload JavaScript z kontrolowanego przez atakującego punktu końcowego, wyłączał weryfikację TLS i wykonywał go z dostępem do `require`. Wykonanie było celowo pomijane w środowiskach CI i chmurowych, celując w stacje robocze deweloperów.
Ocena ryzyka
Maszyny deweloperskie, na których uruchomiono `npm install` w określonym czasie, mogą być w pełni skompromitowane. Atakujący mógł uzyskać dostęp do wszystkich danych i poświadczeń dostępnych z procesu Node.
Rekomendacja
Potraktuj każdą maszynę deweloperską, na której uruchomiono `npm install` w podanym oknie czasowym, jako skompromitowaną. Obracaj wszystkie poświadczenia, audytuj aktywność kont i wyczyść lokalne klony repozytorium.
Oryginalny opis (angielski, źródło NVD)
react18-use is a React 19 use hook shim. Between 2026-05-19 01:07:01 and 2026-05-19 15:20:43, the default branch contained malicious commits 7b79148d1495a2505f9277da295a98cf176f4496 through 7b79148d1495a2505f9277da295a98cf176f4496 that executed remote attacker-controlled code on developer machines during `npm install`. The commits were removed by force-push, but local clones, forks, and direct-SHA URLs may still contain them, and `npm install` against an affected checkout will still execute the code today. The package was not published to npm. `src/install.js` was added and wired into the `postinstall` script. It fetched a JavaScript payload from an attacker-controlled HTTPS endpoint (configurable via an environment variable), disabled TLS verification, and evaluated the response as code with `require` available. Execution was deliberately skipped on CI and cloud/serverless environments, targeting developer workstations. The second-stage payload was attacker-hosted and cannot be reconstructed. Assume full compromise of anything reachable from a Node process with the user's permissions. Those who ran `npm install` against an affected checkout on a developer machine on or after 2026-05-19 01:07:01 should treat the machine as compromised, rotate every credential the machine could reach, audit account activity since 2026-05-19 01:07:01, and clean local clones.

