CVE-2026-65636
NiskieCVSS 2.1Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 4 - wyżej niż 4% wszystkich znanych CVE
Streszczenie
Podatność związana z neutralizacją sekwencji CRLF w module Elixir.Ymlr biblioteki ymlr firmy ufirstgroup pozwala atakującym na wstrzykiwanie dowolnej treści do generowanych dokumentów YAML poprzez komentarze. Funkcja Ymlr.document!/2 interpoluje komentarze bez walidacji, co pozwala na wstrzyknięcie nowych linii i fałszywych kluczy. Problem dotyczy wersji od 0.0.1 do 5.1.6.
Ocena ryzyka
Ryzyko polega na możliwości wstrzyknięcia fałszywych danych do dokumentów YAML, co może prowadzić do naruszenia konfiguracji, manifestów wdrożeniowych, potoków CI lub importerów danych.
Rekomendacja
Zaleca się aktualizację biblioteki ymlr do wersji 5.1.6 lub nowszej.
Oryginalny opis (angielski, źródło NVD)
Improper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6.

