CVE-2026-82905
Deferred Deferred - Pending Action

Server-Side Request Forgery in sdcb chats

Vulnerability report for CVE-2026-82905, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was detected in sdcb chats up to 1.12.0. This affects the function McpController of the file src/BE/web/Controllers/Users/Mcps/McpController.cs of the component fetch-tools Endpoint. The manipulation results in server-side request forgery. The attack may be launched remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-09-01
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sdcb chats to 1.12.0 (inc)

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

This is an authenticated Server-Side Request Forgery (SSRF) vulnerability in the sdcb/chats application up to version 1.12.0. It exists in the MCP tool discovery endpoint (POST /api/mcp/fetch-tools) which is accessible to any authenticated user due to weak authorization controls. The endpoint accepts arbitrary URLs in requests, allowing the backend to initiate HTTP requests to internal or external services without restrictions.

Detection Guidance

To detect this SSRF vulnerability in sdcb chats, check if the POST /api/mcp/fetch-tools endpoint is accessible and accepts arbitrary URLs. Monitor server logs for unusual outbound HTTP requests from the application. Test with authenticated requests to internal or private IP addresses.

Impact Analysis

An attacker with low privileges could exploit this to make the backend server act as a network pivot. This enables probing internal network services, accessing private endpoints, or interacting with cloud metadata services. The backend performs these requests instead of the frontend, bypassing client-side restrictions.

Compliance Impact

This vulnerability, an authenticated Server-Side Request Forgery (SSRF) in sdcb chats, could potentially violate compliance with GDPR and HIPAA by enabling unauthorized access to internal services or sensitive data. SSRF allows attackers to probe internal networks, access private endpoints, or interact with cloud metadata services, which may expose personal or protected health information. This could lead to data breaches or unauthorized data exfiltration, directly conflicting with GDPR's data protection requirements and HIPAA's safeguards for protected health information.

Mitigation Strategies

Immediately restrict access to the POST /api/mcp/fetch-tools endpoint to authorized users only. Implement allowlists for URLs that the endpoint can access. Update sdcb chats to the latest version if a patch is available. Monitor network traffic for suspicious outbound requests.

Chat Assistant

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

EPSS Chart