CVE-2026-17431
ŚrednieCVSS 6.1Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 49 - wyżej niż 49% wszystkich znanych CVE
Streszczenie
Biblioteka PDF::WebKit dla Perla (do wersji 1.2) pozwala na wstrzyknięcie poleceń systemowych przez dwuargumentową funkcję open() dla ścieżki wyjściowej w metodzie to_pdf oraz ścieżek arkuszy stylów w _style_tag_for. Wartości zaczynające się lub kończące się znakiem potoku (|) są wykonywane jako polecenia, a wartości z przekierowaniem (>) umożliwiają zapis lub dopisanie do pliku.
Ocena ryzyka
Jeśli aplikacja przekazuje niezaufane dane jako ścieżkę wyjściową lub wpis arkusza stylów, osoba atakująca może uruchomić dowolne polecenie z uprawnieniami procesu, a także odczytać dane z polecenia lub nadpisać pliki.
Rekomendacja
Należy unikać przekazywania niezaufanych danych jako ścieżki wyjściowej lub arkuszy stylów do PDF::WebKit. Zaleca się aktualizację do wersji, która eliminuje tę podatność, lub zastosowanie bezpieczniejszej metody otwierania plików.
Oryginalny opis (angielski, źródło NVD)
PDF::WebKit versions through 1.2 for Perl allow OS command injection via a 2-arg open() of the output path in to_pdf and of stylesheet paths in _style_tag_for. to_pdf reads the generated PDF back from its path argument, and _style_tag_for reads each entry of the stylesheets list, by assigning the path to a local @ARGV and reading it with the diamond operator, which opens each @ARGV element with Perl's 2-arg open(). A value that begins or ends with a pipe ("| cmd", "cmd |") is run as a command rather than opened as a file, and one that begins with a redirect ("> path", ">> path") opens that path for write or append. to_file forwards its path argument to to_pdf and reaches the same read. Any caller that forwards untrusted input as the output path or as a stylesheets entry can run a command under the process UID; with the "cmd |" form the command's output is returned in place of the PDF, and with the "> path" form the named file is truncated. Stylesheets may only be added to an HTML source, so a URL or file source exposes the output path alone.

