CVE-2026-44633
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 · uneditedLive Helper Chat is an open-source application that enables live support websites. In 4.84v, the Live Helper Chat REST API chat update endpoint allows a REST user with lhchat/use to update a chat in a department they cannot read. The endpoint accepts arbitrary chat object fields, so the user can change the chat hash and status and then access or tamper with the chat through visitor/widget paths. The same write primitive can set operation_admin, which is later emitted as operator-side JavaScript.
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 · high confidenceIn Live Helper Chat 4.84v, the REST API chat update endpoint permits a REST user with lhchat/use permission to update chats in departments they lack read access to. The endpoint accepts arbitrary chat object fields, enabling manipulation of chat hash/status to access/tamper with chats via visitor/widget paths, and can set operation_admin which gets rendered as operator-side JavaScript, creating a stored XSS risk.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
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.
-
Verify Live Helper Chat installation and versionLocate the version file (typically version.php or similar in the installation root) or access the admin panel's 'System information' page. Compare the installed version against 4.84v.Affected if The installed version is 4.84v or earlier in the 4.x branch.
-
Confirm REST API endpoint accessibilityVerify the endpoint /index.php (rest_api)/lhchat/use exists and is reachable. Check the router configuration or .htaccess for route registration of 'lhchat/use'.Affected if The endpoint responds to HTTP requests and accepts JSON payloads.
-
Inspect department authorization logicExamine the chat update controller (typically in src/handlers/lhchat or similar) for department permission checks before processing updates. Look for code that validates user department read permissions against the chat's assigned department.Affected if No department-level authorization check exists before allowing chat modifications.
-
Detect arbitrary field acceptance in APISend a test request to the chat update endpoint with a field outside the expected set (e.g., an extra 'chat_hash' parameter) and inspect whether the API accepts and processes it.Affected if The API accepts and persists fields that are not explicitly defined in the request schema.
-
Check for operation_admin in JavaScript outputLocate where operation_admin is emitted in operator-side templates or API responses. Inspect the rendered page source or API response for 'operation_admin' appearing in script tags or event handlers without encoding.Affected if The operation_admin value is output directly into JavaScript context without sanitization.
A user is affected if running Live Helper Chat version 4.84v with the REST API endpoint enabled and no additional authorization layer blocks department-crossing chat updates or sanitizes operation_admin before JavaScript emission.
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.
From vendor dataImplement strict department-level authorization checks ensuring users can only modify chats in departments they have explicit read/write permissions for, and sanitize or block the operation_admin field from being reflected as executable JavaScript.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-44633 — 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-44633 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