PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-76239 eidetic-labs CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T14:17:56.157Z and has not been modified since then. 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. The vulnerability affects Stigmem deployments prior to version 0.9.0a11 and requires immediate attention from administrators and security teams. Users should verify and limit the delivery_address parameter in webhook subscriptions, implement additional validation for internal loopback and private network destinations, monitor server-side HTTP POST requests to internal services, restrict authenticated users' ability to specify arbitrary delivery addresses, review and update Stigmem server configurations to prevent SSRF attacks, and conduct regular security audits to identify potential SSRF vulnerabilities.

Vendor
eidetic-labs
Product
stigmem-node
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-08-21
Advisory published
2026-08-19
Advisory updated
2026-08-21

Who should care

Users of Stigmem before 0.9.0a11, administrators of internal services, security teams monitoring for SSRF attacks, and IT personnel responsible for maintaining Stigmem server configurations should be aware of this vulnerability and take necessary precautions to prevent exploitation.

Technical summary

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 and trigger server-side HTTP POST requests to internal services, enabling blind SSRF attacks. This vulnerability affects Stigmem deployments prior to version 0.9.0a11 and requires immediate attention from administrators and security teams.

Defensive priority

Authenticated users can exploit this vulnerability to conduct blind SSRF attacks against internal services.

Recommended defensive actions

  • Verify and limit the delivery_address parameter in webhook subscriptions
  • Implement additional validation for internal loopback and private network destinations
  • Monitor server-side HTTP POST requests to internal services
  • Restrict authenticated users' ability to specify arbitrary delivery addresses
  • Review and update Stigmem server configurations to prevent SSRF attacks
  • Conduct regular security audits to identify potential SSRF vulnerabilities
  • Implement network segmentation to limit the impact of potential SSRF attacks

Evidence notes

The Stigmem server fails to validate the delivery_address parameter when creating webhook subscriptions, allowing authenticated users to specify internal loopback and private network destinations. This issue enables attackers to trigger server-side HTTP POST requests to internal services, potentially leading to blind SSRF attacks. To verify, defenders should review webhook subscription configurations, check for suspicious delivery addresses, and monitor server-side requests.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T14:17:56.157Z and has not been modified since then.