VYPR
High severityNVD Advisory· Published Mar 11, 2024· Updated Aug 2, 2024

Cross-site Scripting (XSS) possible with maliciously formed HTML attribute names and values in Phlex

CVE-2024-28199

Description

phlex is an open source framework for building object-oriented views in Ruby. There is a potential cross-site scripting (XSS) vulnerability that can be exploited via maliciously crafted user data. This was due to improper case-sensitivity in the code that was meant to prevent these attacks. If you render an ` tag with an href attribute set to a user-provided link, that link could potentially execute JavaScript when clicked by another user. If you splat user-provided attributes when rendering any HTML tag, malicious event attributes could be included in the output, executing JavaScript when the events are triggered by another user. Patches are available on RubyGems for all 1.x minor versions. Users are advised to upgrade. Users unable to upgrade should consider configuring a content security policy that does not allow unsafe-inline`.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
phlexRubyGems
>= 1.9.0, < 1.9.11.9.1
phlexRubyGems
>= 1.8.0, < 1.8.21.8.2
phlexRubyGems
>= 1.7.0, < 1.7.11.7.1
phlexRubyGems
>= 1.6.0, < 1.6.21.6.2
phlexRubyGems
>= 1.5.0, < 1.5.21.5.2
phlexRubyGems
>= 1.4.0, < 1.4.11.4.1
phlexRubyGems
>= 1.3.0, < 1.3.31.3.3
phlexRubyGems
>= 1.2.0, < 1.2.21.2.2
phlexRubyGems
>= 1.1.0, < 1.1.11.1.1
phlexRubyGems
< 1.0.11.0.1

Affected products

2
  • ghsa-coords
    Range: >= 1.9.0, < 1.9.1
  • phlex-ruby/phlexv5
    Range: = 1.9.0

Patches

Vulnerability mechanics

References

7

News mentions

0

No linked articles in our index yet.