CVE-2026-4504
7.3Eosphoros-AI · DB-GPT
An SQL injection vulnerability exists in the /api/v1/editor/ endpoint of Eosphoros-AI DB-GPT, allowing unauthenticated remote attackers to execute arbitrary SQL commands.
Executive summary
A critical SQL injection vulnerability in Eosphoros-AI DB-GPT allows unauthenticated remote attackers to compromise the underlying database, posing a severe risk to data integrity and confidentiality.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /api/v1/editor/ component. The flaw is remotely exploitable by an unauthenticated attacker, as indicated by the CVSS attack vector (AV:N/PR:N).
Business impact
Successful exploitation permits unauthorized access to the application database, potentially leading to data exfiltration, modification, or deletion. With a CVSS score of 7.3, this high-severity vulnerability represents a significant threat to business continuity and regulatory compliance, as the application fails to safely handle user-supplied input in a critical API path.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the affected /api/v1/editor/ endpoint immediately.
Proactive Monitoring: Monitor database query logs for suspicious patterns, such as unexpected syntax or unauthorized access attempts originating from the API service account.
Compensating Controls: Deploy or update Web Application Firewall (WAF) rules to inspect and block malicious SQL injection payloads targeting the /api/v1/editor/ URI.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced huntr.com bounty report.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability requires immediate attention. Security teams must prioritize isolating the vulnerable component and applying network-level filtering to prevent unauthorized exploitation while awaiting a formal fix from the project maintainers.
More Eosphoros-AI CVEs
Sources
Originally found and disclosed by Goku (VulDB User), with VulDB (coordinator), per the CVE Program record.
- VDB-352070 | eosphoros-ai db-gpt Incomplete Fix editor sql injection Vulnerability database entry
- VDB-352070 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #773891 | eosphoros-ai DB-GPT <=0.7.5 Remote command execution Third-party advisory
- Exploit / PoC