Lucene search
+L

484 matches found

Cvelist
Cvelist
added 2024/04/24 7:42 p.m.31 views

CVE-2024-32879 social-auth-app-django Improper Handling of Case Sensitivity vulnerability

Python Social Auth is a social authentication/registration mechanism. Prior to version 5.4.1, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match. This issue has been addressed b...

4.9CVSS5.4AI score0.00581EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/04/24 6:47 p.m.38 views

social-auth-app-django affected by Improper Handling of Case Sensitivity

Impact Due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match. Patches This issue has been addressed by https://github.com/python-social-auth/social-app-django/pull/566 and fix...

4.9CVSS5.3AI score0.00581EPSS
SaveExploits0References5Affected Software1
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.11 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.21 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
SaveExploits0
FreeBSD
FreeBSD
added 2024/04/24 12:0 a.m.43 views

py-social-auth-app-django -- Improper Handling of Case Sensitivity

GitHub Advisory Database: Python Social Auth is a social authentication/registration mechanism. Prior to version 5.4.1, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match. This...

4.9CVSS7.3AI score0.00581EPSS
SaveExploits0References1
zdt
zdt
added 2024/04/21 12:0 a.m.350 views

Flowise 1.6.5 - Authentication Bypass Vulnerability

Exploit Title: Flowise 1.6.5 - Authentication Bypass Exploit Author: Maerifat Majeed Vendor Homepage: https://flowiseai.com/ Software Link: https://github.com/FlowiseAI/Flowise/releases Version: 1.6.5 Tested on: mac-os CVE : CVE-2024-31621 The flowise version if req.url.includes'/api/v1/'...

7.6CVSS7.2AI score0.59867EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2024/04/21 12:0 a.m.462 views

Flowise 1.6.5 - Authentication Bypass

Exploit Title: Flowise 1.6.5 - Authentication Bypass Date: 17-April-2024 Exploit Author: Maerifat Majeed Vendor Homepage: https://flowiseai.com/ Software Link: https://github.com/FlowiseAI/Flowise/releases Version: 1.6.5 Tested on: mac-os CVE : CVE-2024-31621 The flowise version if...

7.6CVSS7.3AI score0.59867EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2024/04/19 12:0 a.m.175 views

Flowise 1.6.5 Authentication Bypass

Exploit Title: Flowise 1.6.5 - Authentication Bypass Date: 17-April-2024 Exploit Author: Maerifat Majeed Vendor Homepage: https://flowiseai.com/ Software Link: https://github.com/FlowiseAI/Flowise/releases Version: 1.6.5 Tested on: mac-os CVE : CVE-2024-31621 The flowise version if...

6.8AI score0.59867EPSS
SaveExploits4
CNNVD
CNNVD
added 2024/04/15 12:0 a.m.6 views

Lunary 安全漏洞

lunary is a production toolkit for LLM. An input validation error vulnerability exists in lunary that stems from improper validation of email addresses during the registration process and can be exploited by an attacker to create multiple accounts with the same email address by changing the case ...

9.1CVSS6.8AI score0.00561EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/12 3:39 p.m.27 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.19 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
Prion
Prion
added 2024/03/11 11:15 p.m.36 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
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
CNNVD
CNNVD
added 2024/03/11 12:0 a.m.21 views

phlex Cross-Site Scripting Vulnerability

phlex is a framework for building object-oriented views in Ruby. A cross-site scripting vulnerability exists in versions prior to phlex 1.9.1, which stems from code that is not properly case-sensitive, resulting in cross-site scripting...

7.1CVSS6.1AI score0.00604EPSS
SaveExploits0References5
Citrix
Citrix
added 2024/02/14 12:0 a.m.10 views

Authentication fails through Remote Power shell SDK

Authentication fails through Remote Power shell SDK whenupper case and lower case are present in the Customer ID...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/12/06 12:0 a.m.13 views

PT-2023-25658 · Prolion · Prolion Cryptospike

Name of the Vulnerable Software and Affected Versions: ProLion CryptoSpike version 3.0.15P2 Description: The issue concerns the login REST API when using LDAP or Active Directory as the user store. It allows a remote blocked user to login and obtain an authentication token by specifying a usernam...

9.8CVSS7.3AI score0.00985EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2023/12/06 12:0 a.m.8 views

ProLion CryptoSpike Security Vulnerability

ProLion CryptoSpike is ProLion's solution for detecting and combating suspicious activity. A security vulnerability exists in ProLion CryptoSpike version 3.0.15P2, which stems from a vulnerability that allows a remotely blocked user to log in and obtain an authentication token by specifying a...

9.8CVSS9.4AI score0.00985EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2023/05/30 7:0 a.m.6 views

An issue was discovered in Qt before 5.15.14 6.x before 6.2.9 and 6.3.x through 6.5.x before 6.5.1. Qt Network incorrectly parses the strict-transport-security (HSTS) header allowing unencrypted connections to be established even when explicitly prohibited by the server. This happens if the case used for this header does not exactly match.

...

5.3CVSS6.2AI score0.00875EPSS
SaveExploits0
Rows per page
Query Builder