Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: python312Packages.marko

Found 1 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-41591
6.4 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Changed (C)
  • Confidentiality (C): Low (L)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): Low (L)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 2 weeks, 3 days ago Activity log
  • Created suggestion
Marko: XSS via case-insensitive script/style closing tag bypass in runtime HTML escaping

Marko is a declarative, HTML-based language for building web apps. Prior to marko version 5.38.36 and prior to @marko/runtime-tags 6.0.164, when dynamic text is interpolated into a <script> or <style> tag the Marko runtime failed to prevent tag breakout when the closing tag used non-lowercase casing. An attacker able to place input inside a <script> or <style> block could break out of the tag with </SCRIPT>, </Style>, etc. and inject arbitrary HTML/JavaScript, resulting in cross-site scripting. This issue has been patched in marko version 5.38.36 and @marko/runtime-tags 6.0.164.

Affected products

marko
  • ==@marko/runtime-tags < 6.0.164
  • ==marko < 5.38.36

Matching in nixpkgs

pkgs.haskellPackages.markov

Simple interpreter for Markov's normal algorithms

  • nixos-unstable 0.1
    • nixpkgs-unstable 0.1
    • nixos-unstable-small 0.1
  • nixos-25.11 0.1
    • nixos-25.11-small 0.1
    • nixpkgs-25.11-darwin 0.1

Package maintainers