Lucene search
+L

41 matches found

Vulnrichment
Vulnrichment
added 2024/04/17 3:29 p.m.12 views

CVE-2024-32463 phlex makes Cross-site Scripting (XSS) possible due to improper sanitisation of `href` attributes on `<a>` tags

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. The filter to detect and prevent the use of the javascript: URL scheme in the href attribute of an tag...

7.1CVSS5.6AI score0.00575EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/17 3:29 p.m.33 views

CVE-2024-32463 phlex makes Cross-site Scripting (XSS) possible due to improper sanitisation of `href` attributes on `<a>` tags

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. The filter to detect and prevent the use of the javascript: URL scheme in the href attribute of an tag...

7.1CVSS6.5AI score0.00575EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/17 3:29 p.m.55 views

CVE-2024-32463

The CVE-2024-32463 entry concerns phlex, a Ruby-based open source framework for building object-oriented views. The vulnerability is an XSS flaw in the handling of href attributes on tags, where the javascript: scheme can be bypassed by inserting tab or newline characters (e.g., java\tscript:). ...

7.1CVSS5.5AI score0.00575EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 3:29 p.m.40 views

CVE-2024-32463 phlex makes Cross-site Scripting (XSS) possible due to improper sanitisation of `href` attributes on `<a>` tags

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. The filter to detect and prevent the use of the javascript: URL scheme in the href attribute of an tag...

7.1CVSS6AI score0.00575EPSS
SaveExploits0References6
Veracode
Veracode
added 2024/04/17 11:30 a.m.17 views

Cross Site Scripting (XSS)

phlex is vulnerable to Cross Site Scripting. The vulnerability is due improper filtering of javascript: URL scheme within the href attribute of an tag, which allows an attacker to insert tab \t or newline \n characters between the characters of the protocol, resulting in Cross Site Scripting...

7.1CVSS6.7AI score0.00575EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/17 12:20 a.m.32 views

Cross-site Scripting (XSS) possible due to improper sanitisation of `href` attributes on `<a>` tags

Summary There is a potential cross-site scripting XSS vulnerability that can be exploited via maliciously crafted user data. Our filter to detect and prevent the use of the javascript: URL scheme in the href attribute of an tag could be bypassed with tab \t or newline \n characters between the...

7.1CVSS5.9AI score0.00575EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/17 12:0 a.m.9 views

PT-2024-24591 · Phlex · Phlex

Name of the Vulnerable Software and Affected Versions: phlex versions prior to 1.10.1 phlex versions prior to 1.9.2 phlex versions prior to 1.8.3 phlex versions prior to 1.7.2 phlex versions prior to 1.6.3 phlex versions prior to 1.5.3 phlex versions prior to 1.4.2 Description: There is a potenti...

7.1CVSS6AI score0.00575EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/04/17 12:0 a.m.6 views

phlex 安全漏洞

phlex is a framework for building object-oriented views in Ruby. A security vulnerability exists in phlex that stems from a potential cross-site scripting XSS vulnerability...

7.1CVSS6.3AI score0.00575EPSS
SaveExploits0References5
Snyk
Snyk
added 2024/03/12 3:39 p.m.5 views

Cross-site Scripting (XSS)

Overview phlex is a high-performance view framework optimised for fun. Affected versions of this package are vulnerable to Cross-site Scripting XSS due to case-insensitivity in the code designed to prevent XSS attacks. When rendering HTML or SVG tags with user-provided attributes, malicious event...

7.1CVSS5.3AI score0.00604EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/03/12 3:39 p.m.17 views

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

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. Impact If you render an tag with an href attribute set to a user-provided link, that...

7.1CVSS5.8AI score0.00604EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/03/12 3:39 p.m.19 views

GHSA-242P-4V39-2V8G Cross-site Scripting (XSS) possible with maliciously formed HTML attribute names and values in Phlex

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. Impact If you render an tag with an href attribute set to a user-provided link, that...

7.1CVSS6AI score0.00604EPSS
SaveExploits0References7
Veracode
Veracode
added 2024/03/12 7:57 a.m.33 views

Cross Site Scripting (XSS)

Phlex is vulnerable to a cross-site scripting XSS. The vulnerability is due to improper case-sensitivity checks, rendering an tag with a user-provided link in the href attribute within the sgml.rb file, resulting in the execution of JavaScript when clicked on by another user...

7.1CVSS6.2AI score0.00604EPSS
SaveExploits0References4Affected Software1
RubySec
RubySec
added 2024/03/12 12:0 a.m.18 views

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

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. Impact If you render an tag with an href attribute set to a user-provided link, that...

7.1CVSS5.8AI score0.00604EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2024/03/11 11:15 p.m.34 views

CVE-2024-28199

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

7.1CVSS6.5AI score0.00604EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/11 11:15 p.m.34 views

Cross site scripting

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

5.8CVSS6.4AI score0.00604EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/11 10:50 p.m.14 views

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

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

7.1CVSS5.7AI score0.00604EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/11 10:50 p.m.36 views

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

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

7.1CVSS6.6AI score0.00604EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/11 10:50 p.m.75 views

CVE-2024-28199

Phlex (Ruby) contains an XSS vulnerability (CVE-2024-28199) due to case-sensitive checks not preventing malicious data in HTML attributes. If a user-provided href is rendered in an tag or if user attributes are splatted onto elements, JavaScript may execute in victims’ browsers. Patched versions...

7.1CVSS6.4AI score0.00604EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/03/11 10:50 p.m.20 views

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

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

7.1CVSS6.2AI score0.00604EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/11 12:0 a.m.10 views

PT-2024-22333 · Phlex · Phlex

Name of the Vulnerable Software and Affected Versions: phlex versions 1.0.0 through 1.9.0 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...

7.1CVSS6AI score0.00604EPSS
SaveExploits0References14
Rows per page
Query Builder