CVE-2026-5000
7.3PromtEngineer · localGPT
PromtEngineer localGPT contains a missing authentication vulnerability in the LocalGPTHandler function, allowing remote unauthenticated attackers to manipulate the API endpoint.
Executive summary
A critical missing authentication flaw in PromtEngineer localGPT enables remote, unauthenticated attackers to interact with the API, posing a significant risk to system integrity.
Vulnerability
The application fails to perform proper authentication within the LocalGPTHandler function of the backend/server.py file. This allows an unauthenticated remote attacker to manipulate the BaseHTTPRequestHandler argument, effectively bypassing access controls.
Business impact
The lack of authentication mechanisms allows unauthorized actors to interface directly with the localGPT backend. This may lead to the unauthorized execution of functions, potential data exposure, or the manipulation of LLM processing pipelines. With a CVSS score of 7.3, this vulnerability represents a high risk that could lead to service disruption or misuse of local AI resources.
Remediation
Immediate Action: As no official patch is available, administrators should immediately restrict network access to the affected API endpoint using firewalls or network access control lists to prevent external reachability.
Proactive Monitoring: Review server access logs for suspicious or unauthorized requests directed at the backend/server.py endpoint, particularly those originating from untrusted network segments.
Compensating Controls: Deploy a Web Application Firewall or an API gateway in front of the localGPT instance to enforce authentication and validate incoming requests before they reach the vulnerable handler.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept repository exists via GitHub (https://github.com/Perl-Code/CVE-2026-5000).
Analyst recommendation
Given the lack of a vendor-provided security update, immediate isolation of the affected service is required to mitigate the risk of unauthorized access. Security teams must prioritize restricting network access to the API and implementing robust compensating controls until a formal patch is released. Failure to secure this endpoint could result in the total compromise of the application functionality.
Sources
Originally found and disclosed by Yu_Bao (VulDB User), with VulDB (coordinator), per the CVE Program record.
- VDB-353887 | PromtEngineer localGPT API Endpoint server.py LocalGPTHandler missing authentication Vulnerability database entry
- VDB-353887 | CTI Indicators (IOB, IOC, IOA)
- Submit #778315 | PromtEngineer localGPT Latest (commit 4d41c7d) Missing Authentication and Authorization Third-party advisory
- Issue tracker