CVE-2026-40230
Received Received - Intake

Stored XSS in Helpy Knowledge Base Doc

Vulnerability report for CVE-2026-40230, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-29

Last updated on: 2026-05-01

Assigner: Fluid Attacks

Description

Helpy contains a stored cross-site scripting vulnerability in the knowledge base Doc rendering logic. An authenticated attacker with admin or agent editor privileges can persist arbitrary HTML or JavaScript in the body field of a knowledge base Doc.This issue affects helpy: 2.8.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-29
Last Modified
2026-05-01
Generated
2026-07-26
AI Q&A
2026-04-29
EPSS Evaluated
2026-07-25
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
helpy.io helpy 2.8.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a stored cross-site scripting (XSS) issue found in Helpy version 2.8.0. It occurs in the knowledge base document rendering logic, where an authenticated attacker with admin or agent editor privileges can insert and persist arbitrary HTML or JavaScript code in the body field of a knowledge base document.

Detection Guidance

This vulnerability can be detected by inspecting knowledge base documents in Helpy version 2.8.0 for the presence of malicious or unexpected HTML or JavaScript code in the body field. Since the vulnerability involves stored cross-site scripting, checking the database entries for the knowledge base documents for suspicious script tags or HTML content is a key detection method.

There are no specific commands provided to detect this vulnerability automatically. However, manual inspection or custom scripts to query the database for suspicious content in the Doc#body field can be used.

Additionally, monitoring HTTP traffic for unexpected script execution when viewing knowledge base documents could help identify exploitation attempts.

Impact Analysis

The vulnerability allows an attacker with certain privileges to execute arbitrary HTML or JavaScript code within the application. This can lead to unauthorized actions, data theft, session hijacking, or other malicious activities performed in the context of the affected application.

Compliance Impact

The vulnerability allows an authenticated attacker with admin or agent editor privileges to inject malicious JavaScript or HTML into knowledge base documents, which is then executed in the browsers of users viewing those documents, including unauthenticated visitors.

This stored cross-site scripting (XSS) vulnerability could lead to unauthorized access to sensitive information or session hijacking, potentially compromising the confidentiality and integrity of user data.

Such security weaknesses may impact compliance with data protection regulations like GDPR and HIPAA, which require appropriate safeguards to protect personal and sensitive data from unauthorized access or disclosure.

However, the provided information does not explicitly discuss the direct impact of this vulnerability on compliance with these standards.

Mitigation Strategies

Immediate mitigation steps include restricting access to the admin or agent editor roles to trusted users only, as the vulnerability requires authenticated users with these privileges to inject malicious content.

Since there is no available patch as of the disclosure date, avoid creating or editing knowledge base documents until a fix is released.

Implement additional input sanitization or filtering on the body field of knowledge base documents to prevent the inclusion of arbitrary HTML or JavaScript.

Monitor and audit knowledge base documents for suspicious content and remove any potentially malicious entries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-40230. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart