Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2024-28199 Details

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 `<a>` 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`.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
phlex phlex
< 1.0.1
>= 1.2.0, < 1.2.2
>= 1.3.0, < 1.3.3
1.1.0
1.4.0

CPE

  • cpe:2.3:a:phlex:phlex:*:*:*:*:*:ruby:*:*
  • cpe:2.3:a:phlex:phlex:1.1.0:*:*:*:*:ruby:*:*
  • cpe:2.3:a:phlex:phlex:1.4.0:*:*:*:*:ruby:*:*
  • cpe:2.3:a:phlex:phlex:1.7.0:*:*:*:*:ruby:*:*
  • cpe:2.3:a:phlex:phlex:1.9.0:*:*:*:*:ruby:*:*

Remediation

  • No remediation found in references.

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2024-28199
NVD Published Date:
Mar 11, 2024
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2024-28199 Details - Not Deferred