SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76240

HIGH · CVSS 7.5 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

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

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-76240
Severity
HIGH
CVSS
7.5
EPSS
0.28%

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.