CVE-2023-38687
ŚrednieCVSS 5.4Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 38 - wyżej niż 38% wszystkich znanych CVE
Streszczenie
Svelecte to elastyczny komponent autouzupełniania/wyboru napisany w Svelte, który renderuje nazwy elementów jako surowy HTML bez ucieczki. To umożliwia wstrzykiwanie dowolnego HTML do rozwijanego menu Svelecte, co może prowadzić do wykonania dowolnego JavaScriptu przy otwieraniu menu.
Ocena ryzyka
Organizacje korzystające z Svelecte mogą być narażone na ataki XSS, clickjacking oraz inne ataki związane z wstrzykiwaniem HTML, szczególnie jeśli źródła danych są mało zaufane. Wpływ tej podatności zależy od zaufania do źródeł dostarczających elementy Svelecte oraz zastosowanych środków ochrony przed atakami XSS.
Rekomendacja
Zaleca się aktualizację do wersji 3.16.3, która rozwiązuje ten problem. Należy również wdrożyć politykę bezpieczeństwa treści (Content Security Policy), aby zablokować wstrzykiwanie inline JavaScript.
Oryginalny opis (angielski, źródło NVD)
Svelecte is a flexible autocomplete/select component written in Svelte. Svelecte item names are rendered as raw HTML with no escaping. This allows the injection of arbitrary HTML into the Svelecte dropdown. This can be exploited to execute arbitrary JavaScript whenever a Svelecte dropdown is opened. Item names given to Svelecte appear to be directly rendered as HTML by the default item renderer. This means that any HTML tags in the name are rendered as HTML elements not as text. Note that the custom item renderer shown in https://mskocik.github.io/svelecte/#item-rendering is also vulnerable to the same exploit. Any site that uses Svelecte with dynamically created items either from an external source or from user-created content could be vulnerable to an XSS attack (execution of untrusted JavaScript), clickjacking or any other attack that can be performed with arbitrary HTML injection. The actual impact of this vulnerability for a specific application depends on how trustworthy the sources that provide Svelecte items are and the steps that the application has taken to mitigate XSS attacks. XSS attacks using this vulnerability are mostly mitigated by a Content Security Policy that blocks inline JavaScript. This issue has been addressed in version 3.16.3. Users are advised to upgrade. There are no known workarounds for this vulnerability.

