Vulnerability 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.
Related Weaknesses (CWE)
References
- https://github.com/eidetic-labs/stigmem/security/advisories/GHSA-9pc9-4crj-mhpj
- https://www.vulncheck.com/advisories/stigmem-postgres-sql-injection-via-schema-i
FAQ
What is CVE-2026-76240?
CVE-2026-76240 is a documented vulnerability. 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 patt...
How severe is CVE-2026-76240?
CVSS scoring is not yet available for CVE-2026-76240. Check NVD for updates.
Is there a patch for CVE-2026-76240?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.