CVE-2026-56771
Deferred Deferred - Pending Action
Server-Side Request Forgery in NewsBlur

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: VulnCheck

Description
NewsBlur before version 14.5.0 contains a server-side request forgery vulnerability in the add_url endpoint that allows authenticated users to make arbitrary server requests to internal networks by failing to filter private IP addresses. Attackers can exploit this to access localhost services and cloud metadata endpoints, enabling internal network scanning and sensitive data exfiltration.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-26
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
newsblur newsblur to 14.5.0 (exc)
samuelclay newsblur to 14.5.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-56771 is a server-side request forgery (SSRF) vulnerability in NewsBlur versions before 14.5.0. It exists in the add_url endpoint, where authenticated users can make arbitrary server requests to internal networks because the system fails to properly filter private IP addresses.

This flaw allows attackers to access localhost services and cloud metadata endpoints, which can lead to internal network scanning and unauthorized access to sensitive data.

Impact Analysis

The vulnerability can be exploited by authenticated users to perform unauthorized requests within the internal network, potentially accessing sensitive internal services and data.

  • Attackers can scan internal networks to discover services that are not normally exposed.
  • Access to localhost services and cloud metadata endpoints can lead to sensitive data exfiltration.
  • This can compromise the confidentiality and integrity of internal systems and data.
Detection Guidance

This vulnerability involves server-side request forgery (SSRF) via the add_url endpoint in NewsBlur, allowing authenticated users to make arbitrary requests to internal network addresses. Detection can focus on monitoring for unusual or unauthorized requests to internal IP ranges or localhost from the NewsBlur server.

To detect exploitation attempts, you can monitor network traffic or server logs for requests originating from the NewsBlur application to private IP addresses or cloud metadata endpoints (e.g., 169.254.169.254).

  • Use network monitoring tools like tcpdump or Wireshark to capture outgoing requests from the NewsBlur server to private IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or localhost (127.0.0.1). Example command: tcpdump -i eth0 src <NewsBlur_server_IP> and dst net 10.0.0.0/8
  • Check web server or application logs for requests to the /reader/add_url endpoint that include suspicious URLs pointing to internal IP addresses or metadata services.
  • Use grep or similar tools to search logs for private IP addresses or metadata IPs such as 169.254.169.254.
Mitigation Strategies

The primary mitigation is to upgrade NewsBlur to version 14.5.0 or later, where the vulnerability has been fixed by adding strict URL validation to block private and link-local IP addresses.

The fix includes validating URLs before processing feed additions or fetching resources, rejecting any URLs that point to private network addresses or cloud metadata endpoints.

  • Upgrade NewsBlur to version 14.5.0 or later.
  • If immediate upgrade is not possible, implement network-level restrictions to block the NewsBlur server from making outbound requests to private IP ranges and metadata IP addresses.
  • Review and restrict authenticated user permissions to limit who can access the add_url endpoint.
Compliance Impact

The vulnerability allows authenticated users to perform server-side request forgery (SSRF) attacks that can access internal network services and cloud metadata endpoints, potentially leading to unauthorized internal network scanning and sensitive data exfiltration.

Such unauthorized access and data exfiltration risks could impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding sensitive data and preventing unauthorized access.

By enabling attackers to access internal services and sensitive data, this vulnerability could lead to breaches of confidentiality and data integrity, thereby violating regulatory requirements for protecting personal and sensitive information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56771. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart