CVE-2026-5000
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was detected in PromtEngineer localGPT up to 4d41c7d1713b16b216d8e062e51a5dd88b20b054. Impacted is the function LocalGPTHandler of the file backend/server.py of the component API Endpoint. The manipulation of the argument BaseHTTPRequestHandler results in missing authentication. The attack can be executed remotely. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA missing authentication vulnerability exists in the LocalGPTHandler function of the API endpoint in PromtEngineer localGPT (up to commit 4d41c7d). The API endpoint accepts requests without requiring any authentication, allowing remote attackers to access the LocalGPT functionality without credentials.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if PromtEngineer localGPT is deployedLocate the localGPT installation directory and confirm the product name matches 'PromtEngineer localGPT' or contains the LocalGPTHandler componentAffected if The product is PromtEngineer localGPT with the LocalGPTHandler function present in the codebase
-
Determine the git commit versionRun 'git log --oneline' in the localGPT repository root to view commit history, or check for version metadata files that reference commit hashesAffected if The installed commit is 4d41c7d or any earlier commit (the vulnerability affects up to and including commit 4d41c7d)
-
Locate the LocalGPTHandler functionSearch the codebase for the string 'LocalGPTHandler' using grep or a file search (e.g., 'grep -r "LocalGPTHandler" .' or similar)Affected if The LocalGPTHandler function exists in the codebase and is part of the API endpoint handling
-
Inspect API endpoint authentication configurationExamine the API routing/configuration files where LocalGPTHandler is registered as an endpoint; look for middleware, decorators, or checks that enforce authentication (e.g., @auth_required, session validation, token checks)Affected if The API endpoint associated with LocalGPTHandler has no authentication middleware or validation logic present
-
Test endpoint accessibility without credentialsSend an HTTP request to the LocalGPTHandler API endpoint using curl or similar tool without including any authentication headers, tokens, or cookiesAffected if The endpoint responds successfully (returns 2xx or valid data) without any authentication credentials provided
If PromtEngineer localGPT is running at commit 4d41c7d or earlier and the LocalGPTHandler API endpoint responds to requests without requiring authentication credentials, the environment is affected by this vulnerability.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImplement proper authentication and authorization checks in the LocalGPTHandler function and all API endpoints to verify user identity before processing requests.
Latest commit after 4d41c7d1713b16b216d8e062e51a5dd88b20b054 (main branch)
- 1. Navigate to the localGPT repository directory
- 2. Check the current commit: git log -1 --oneline
- 3. Verify if the current commit is at or before 4d41c7d1713b16b216d8e062e51a5dd88b20b054
- 4. If vulnerable, pull the latest code: git pull origin main (or git fetch --all && git reset --hard origin/main)
- 5. Ensure the API endpoint in backend/server.py now includes authentication checks in the LocalGPTHandler function
- 6. Test that unauthenticated requests to the API endpoint are now rejected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-5000 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-5000 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data