Katalog CVE

CVE-2026-77186

ŚrednieCVSS 6.4
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność na Stored Cross-Site Scripting (XSS) w wtyczce My Calendar – Accessible Event Manager dla WordPressa, we wszystkich wersjach do 3.8.3 włącznie, przez atrybut 'fallback' w shortcode, z powodu niedostatecznej sanityzacji wejścia i braku escapowania wyjścia. Atakujący z dostępem na poziomie contributora i wyżej mogą wstrzyknąć skrypty, wykorzystując hex-encoded payloady, które omijają filtry.

Ocena ryzyka

Atakujący może wykraść dane użytkowników, przejąć sesje lub rozprzestrzeniać złośliwe treści w kontekście zaufanej strony.

Rekomendacja

Zaktualizuj wtyczkę do najnowszej wersji, jeśli dostępna, i ogranicz uprawnienia contributorów.

Inne podatności w My Calendar – Accessible Event Manager

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

The My Calendar – Accessible Event Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'fallback' Shortcode Attribute in all versions up to, and including, 3.8.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The bypass relies on hex-encoded shortcode attribute payloads (e.g. \x3cscript\x3e), which wp_kses_post cannot strip on save because they appear as literal backslash sequences rather than real HTML tags; WordPress core's shortcode_parse_atts() then calls stripcslashes() at render time, decoding the escapes into real angle brackets before they reach the unescaped sink.

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