CVE-2026-19000
Received Received - Intake

Server-Side Request Forgery in JeecgBoot

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

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A vulnerability was identified in JeecgBoot up to 3.9.2. The affected element is an unknown function of the file /airag/chat/send of the component Anonymous Chat Attachment Parser. The manipulation leads to server-side request forgery. The attack can be initiated remotely. The exploit is publicly available and might be used. A fix is planned for the upcoming release.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jeecgboot jeecgboot to 3.9.2 (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 vulnerability is a Server-Side Request Forgery (SSRF) in JeecgBoot version 3.9.2, specifically in the Airag anonymous chat feature. The /airag/chat/send endpoint allows unauthenticated users to upload remote HTTP/HTTPS file URLs via the files parameter. The backend downloads and processes these files using Apache Tika to extract text, which is then included in the model's context. The SSRF protection only blocks loopback and link-local addresses but fails to restrict private network ranges like 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

Detection Guidance

To detect this SSRF vulnerability in JeecgBoot, monitor network traffic for outbound requests from the /airag/chat/send endpoint to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16). Check Apache Tika logs for file downloads from external URLs. Use tools like curl to test the endpoint: curl -X POST http://<target>/airag/chat/send -F 'files=http://internal-server/secret'.

Impact Analysis

Attackers can force the server to access internal network resources by sending a crafted request with a malicious file URL. If the downloaded file is a supported document type (e.g., TXT, PDF, DOCX, XLSX), its contents may be leaked through the model's response. Exploitation requires no authentication and can lead to unauthorized access to sensitive data or internal systems.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, potentially violating GDPR (data protection) and HIPAA (healthcare data privacy) by exposing confidential information. Organizations using JeecgBoot may face compliance risks due to insufficient SSRF protections.

Mitigation Strategies

Immediately upgrade JeecgBoot to the latest version beyond 3.9.2. Temporarily disable the Airag anonymous chat feature if an update is unavailable. Restrict outbound network access from the server to private IP ranges. Implement stricter SSRF validation in SsrfFileTypeFilter to block all private network ranges, not just loopback and link-local addresses.

Chat Assistant

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

EPSS Chart