CVE-2026-63175
WysokieCVSS 7.1Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 21 - wyżej niż 21% wszystkich znanych CVE
Streszczenie
Podatność w PlaywrightCapture polega na przechowywaniu danych konfiguracyjnych i wykonawczych jako zmienne klasowe zamiast instancyjne. Powoduje to współdzielenie stanu między wieloma obiektami Capture w tym samym procesie Pythona, w tym nagłówków HTTP, ciasteczek, danych uwierzytelniających i przechwyconych żądań.
Ocena ryzyka
Ryzyko obejmuje ujawnienie ciasteczek uwierzytelniających, danych logowania lub przechwyconych żądań między użytkownikami w środowisku wielodostępnym. Może też prowadzić do nieautoryzowanego dostępu do zdalnych zasobów przez współdzielenie kontekstu uwierzytelniania lub konfiguracji proxy.
Rekomendacja
Należy natychmiast zaktualizować PlaywrightCapture do wersji, w której wszystkie ustawienia specyficzne dla przechwytywania są inicjowane jako zmienne instancyjne w konstruktorze Capture. Zapewni to izolację stanu między operacjami przechwytywania.
Inne podatności w PlaywrightCapture
Oryginalny opis (angielski, źródło NVD)
PlaywrightCapture stored capture-specific configuration and runtime data as mutable class-level variables rather than instance-level variables. Consequently, multiple Capture objects running within the same Python process could share state, including HTTP headers, cookies, browser storage, HTTP credentials, proxy configuration, user-agent settings, geolocation information, and captured request data. In a multi-user or concurrent deployment, information supplied during one capture could therefore persist and be reused by a subsequent or parallel capture. This could result in the disclosure of authentication cookies, credentials, browser storage, or captured request data belonging to another user. It could also cause requests to be performed with another capture's authentication context, headers, or proxy configuration, potentially enabling unauthorized access to remote resources or interference with other capture operations. The vulnerability is resolved by initializing all capture-specific settings and request data as instance variables in the Capture constructor, ensuring that state is isolated between capture operations.

