CyberRota Analysis
AI-GeneratedThe stigmem-node version 0.9.0a1 is vulnerable due to improper handling of Postgres backend schema identifiers, which can lead to SQL injection attacks if schema names are derived from user-controlled input. This vulnerability poses a high risk, particularly for applications that rely on dynamic schema configurations, as it could allow attackers to manipulate database queries. Organizations using this version should prioritize upgrading to 0.9.0a2 or implement strict controls on schema name configurations to mitigate the risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
stigmem-node 0.9.0a1 interpolates Postgres backend schema identifiers into SQL strings without defensive quoting. In the affected code path the schema value is operator-controlled, but the unsafe pattern could allow SQL injection if a schema name were derived from tenant, request, or user input. Fixed in 0.9.0a2, which adds identifier quoting and validation. As a workaround, only configure schema names from trusted deployment configuration.