Description
Stigmem before 0.9.0a11 fails to validate the delivery_address parameter when creating webhook subscriptions, allowing authenticated users to specify internal loopback and private network destinations. Attackers can trigger matching fact-change events to cause the Stigmem server to issue server-side HTTP POST requests to internal services, enabling blind SSRF attacks against localhost and private network endpoints.
Published: 2026-08-19
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Stigmem versions prior to 0.9.0a11 allow an authenticated user to set an arbitrary delivery_address when creating a webhook. The application does not check whether the address resolves to an internal or external host. Because the server automatically posts fact‑change notifications to the specified URL, an attacker can cause the server to issue HTTP POST requests to private loopback or subnet addresses, giving them blind access to internal services not exposed externally. The weakness is a blind SSRF flaw (CWE‑918) that can potentially expose internal data or further compromise internal hosts.

Affected Systems

The vulnerability affects the Stigmem web service from eidetic‑labs, specifically all releases before 0.9.0a11. Users of any earlier version who can authenticate to the service are able to create webhook subscriptions with malicious delivery addresses.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. EPSS data is not available, so the exact current exploitation probability is unknown, and the vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the attacker must first log in to the Stigmem instance and then create a webhook with a delivery_address pointing to a private or loopback IP; afterwards, generating a matching fact‑change event triggers the server‑side POST request. This constitutes the likely attack vector. The attack can result in blind SSRF against internal endpoints, potentially exposing internal information or enabling further internal exploitation.

Generated by OpenCVE AI on August 19, 2026 at 18:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Stigmem to version 0.9.0a11 or newer, which validates webhook delivery addresses
  • Configure the application (or firewall) to restrict webhook destinations to a whitelist of trusted domains or IP ranges before allowing configuration
  • If the webhook feature is not required for business operations, disable it entirely to eliminate the attack surface

Generated by OpenCVE AI on August 19, 2026 at 18:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description Stigmem before 0.9.0a11 fails to validate the delivery_address parameter when creating webhook subscriptions, allowing authenticated users to specify internal loopback and private network destinations. Attackers can trigger matching fact-change events to cause the Stigmem server to issue server-side HTTP POST requests to internal services, enabling blind SSRF attacks against localhost and private network endpoints.
Title Stigmem before 0.9.0a11 SSRF via unvalidated webhook delivery_address
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-19T14:43:14.349Z

Reserved: 2026-08-19T11:38:33.224Z

Link: CVE-2026-76239

cve-icon Vulnrichment

Updated: 2026-08-19T14:42:57.342Z

cve-icon NVD

Status : Received

Published: 2026-08-19T14:17:56.157

Modified: 2026-08-19T15:18:11.123

Link: CVE-2026-76239

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T18:45:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)