CVE-2026-45245

7.4

steipete · summarize

A Server-Side Request Forgery (SSRF) vulnerability in the summarize package allows unauthenticated attackers to perform unauthorized daemon requests via untrusted events.

Executive summary

A Server-Side Request Forgery vulnerability in the steipete summarize package could allow unauthenticated attackers to induce unauthorized internal requests.

Vulnerability

This vulnerability consists of a Server-Side Request Forgery (CWE-918) and Improper Verification of Source (CWE-940). It allows an unauthenticated, network-adjacent attacker to influence the application to perform requests to internal services.

Business impact

Successful exploitation could allow an attacker to probe internal network infrastructure or interact with internal APIs that are not exposed to the public internet. While the CVSS score is 7.4 (High), the potential to bypass perimeter defenses and access sensitive internal services poses a significant risk to organizational data integrity and service confidentiality.

Remediation

Immediate Action: Update the npm/@steipete/summarize package to version 0.15.1 or later.

Proactive Monitoring: Monitor server-side logs for unusual outbound network connections initiated by the application service.

Compensating Controls: Implement strict egress filtering on the host machine to block the application from reaching unauthorized internal resources or sensitive endpoints.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the potential for internal network discovery and the availability of proof-of-concept material, organizations using the summarize package should prioritize upgrading to version 0.15.1 immediately. Ensure that all downstream dependencies are also updated to maintain a secure software supply chain.