3 matches found
GHSA-6WCC-39RP-HH9P @hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution
A SQL injection vulnerability exists in the escapeValue function used for parameter substitution. escapeValue dispatches on the type of the parameter value, and two of its branches failed to escape safely. An attacker who can control a parameter value can terminate the enclosing string literal an...
PT-2026-65620
Name of the Vulnerable Software and Affected Versions Hypequery versions prior to 2.0.2 Description A SQL injection issue exists in the escapeValue function within the packages/clickhouse/src/core/utils.ts file. The function fails to escape backslashes before single quotes during parameter...
GHSA-CMH5-QC8W-XVCQ Cross-Site Scripting in i18next
Affected versions of i18next may fail to sanitize user input when certain configuration options are used. When using the .init method, passing interpolation options without passing an escapeValue will default to undefined rather than the assumed true. Proof of Concept js var init = i18n.init...