CVE-2026-5002
7.3PromtEngineer · localGPT
A remote injection vulnerability exists in the LLM Prompt Handler component of PromtEngineer localGPT, specifically within the backend/server.py file.
Executive summary
An unauthenticated remote injection vulnerability in PromtEngineer localGPT allows remote attackers to compromise the LLM Prompt Handler component.
Vulnerability
The flaw exists in the _route_using_overviews function within backend/server.py, which fails to properly neutralize input, resulting in an injection vulnerability that can be triggered by an unauthenticated remote attacker.
Business impact
The vulnerability carries a CVSS score of 7.3, indicating a high severity risk. Successful exploitation could allow unauthorized remote manipulation of the LLM Prompt Handler, potentially leading to data integrity issues or unauthorized system interaction. Given that the software lacks a formal versioning system and the vendor has been unresponsive, the risk of unpatched exposure is significant.
Remediation
Immediate Action: Since no official patch is available, organizations should restrict network access to the localGPT instance, ensuring it is not exposed to untrusted networks or the public internet.
Proactive Monitoring: Monitor server logs for unusual patterns or unexpected input strings directed at the backend/server.py endpoint to identify potential exploitation attempts.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict input validation rules to filter malicious payloads directed at the vulnerable component.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the security researcher's disclosure at https://github.com/August829/CVEP/issues/9.
Analyst recommendation
Due to the lack of vendor-supplied patches and the presence of a public proof-of-concept, this vulnerability poses a credible risk to any environment hosting localGPT. Security teams must isolate the application immediately and implement strict network access controls to prevent unauthorized remote exploitation. Continued monitoring for anomalous traffic is essential until a permanent fix or transition to a more secure alternative can be implemented.
Sources
Originally found and disclosed by Yu_Bao (VulDB User), with VulDB (coordinator), per the CVE Program record.
- VDB-353889 | PromtEngineer localGPT LLM Prompt server.py _route_using_overviews injection Vulnerability database entry
- VDB-353889 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #779122 | PromtEngineer localGPT Latest (commit 4d41c7d) LLM Prompt Injection via Unsanitized User Input Third-party advisory
- Exploit / PoC