🛡️ GHSA-9pc9-4crj-mhpj — stigmem-node
Description
stigmem-node's Postgres schema identifier handling required defensive quoting
Impact
Postgres backend schema identifiers were interpolated into SQL strings. In the reviewed code path the schema value is operator-controlled, but the pattern was unsafe if future call sites allowed tenant or request-controlled schema names. Impacted users are operators using the Postgres backend in affected versions.
Patches
Patched in 0.9.0a2. Schema identifier handling now uses defensive identifier quoting and validation-oriented regression coverage.
Workarounds
Before upgrading, only configure Postgres schema names from trusted deployment configuration and do not derive schema names from request, tenant, header, or user input.
Upgrade
Upgrade to the patched release:
```bash
pip install --upgrade --pre stigmem-node
```
If developers install through the Stigmem meta-package instead, they should use the matching extra for deployments, for example:
```bash
pip install --upgrade --pre 'stigmem[node]'
```
Resources
- Release: https://github.com/eidetic-labs/stigmem/releases/tag/v0.9.0a2
- Changelog: https://github.com/eidetic-labs/stigmem/blob/v0.9.0a2/CHANGELOG.md#L14-L35
- Security policy and posture: https://github.com/eidetic-labs/stigmem/blob/v0.9.0a2/SECURITY.md
How this vulnerability can be exploited
This issue can be reached over the network, attack complexity is low, an attacker needs administrative privileges on the target. No user interaction is required. Rated impact: confidentiality high, integrity high, availability high.
Weakness class
GHSA-9pc9-4crj-mhpj is classified as CWE-89: SQL Injection. Untrusted input is concatenated into an SQL statement, letting an attacker change the query and reach data the request should not return.
Affected software
GHSA-9pc9-4crj-mhpj is recorded against 1 package.
- stigmem-node (fixed in 0.9.0a2)
Timeline and source
Published on 29 May 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
github.com (Web)
github.com (Package)
github.com (Web)
github.com (Web)
github.com (Web)
Details
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| stigmem-node | — | 0.9.0a2 |
References
Similar Threats
- High GHSA-6gqw-jqv7-v88m
- High GHSA-x26h-xmv8-gxf7
- High GHSA-9pc9-4crj-mhpj
- Critical GHSA-9vp8-3hmv-8fgh
- Critical GHSA-fp6w-8wpg-74g5
Site Security Check
Is stigmem-node part of your stack?
GHSA-9pc9-4crj-mhpj is rated CVSS 8.0 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.