Katalog CVE

CVE-2026-82727

NiskieCVSS 2.3
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece ash_phoenix (wersje od 1.2.17 przed 2.3.25) wykryto podatność na ujawnianie wrażliwych informacji w komunikatach błędów. Cała mapa parametrów żądania jest zapisywana w komunikacie wyjątku, co może ujawnić sekrety w logach i raportach błędów.

Ocena ryzyka

Wrażliwe dane, takie jak hasła, mogą zostać ujawnione w logach, raportach błędów i stronach błędów, co może prowadzić do naruszenia poufności danych.

Rekomendacja

Zaleca się aktualizację ash_phoenix do wersji 2.3.25 lub nowszej, która zawiera poprawkę.

Inne podatności w ash_phoenix

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_phoenix writes the entire raw submitted param map into an exception message, so secrets submitted alongside a union form field leak into logs, crash reports and the dev error page. When AshPhoenix.Form.Auto builds a union sub-form and the submitted _union_type does not match a configured type, both raise sites built the message with inspect(params, pretty: true), embedding the full untrusted param map, and also inspected the internal union constraints[:types]. Because the message is constructed by the library rather than Phoenix's parameter logger, config :phoenix, :filter_parameters never redacts it. An attacker controls both the trigger and the contents: submitting %{"_union_type" => "nope", "password" => "..."} puts the password verbatim in the raised message. The fix reports only the offending _union_type and the valid type names, dropping the param and constraints dumps. This issue affects ash_phoenix: from 1.2.17 before 2.3.25.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS