CVE-2026-18526
Received Received - Intake

Stored XSS in HumHub Community Edition

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

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: Fluid Attacks

Description

HumHub Community Edition 1.18.4 and 1.18.4-pl1 contain a stored Cross-Site Scripting (XSS) vulnerability in the oEmbed confirmation rendering workflow.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-19
AI Q&A
2026-08-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
humhub humhub 1.18.4
humhub humhub 1.18.4-pl1
humhub humhub 1.18.5

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

HumHub Community Edition 1.18.4 and 1.18.4-pl1 have a stored Cross-Site Scripting (XSS) vulnerability in the oEmbed confirmation rendering workflow. A low-privilege authenticated Space member can craft a malicious rich-text oEmbed link with a script tag in the Post[message] field. When another user views the post, HumHub incorrectly processes the malformed URL as a supported oEmbed provider, injecting attacker-controlled script tags. The issue arises from improper URL validation and lack of output encoding.

Detection Guidance

To detect this vulnerability, inspect HumHub posts containing oEmbed links for malicious script tags in the Post[message] field. Check for malformed URLs that include substrings like youtube.com but contain script tags. Review server logs for unusual oEmbed confirmation prompts or CSP nonce bypass attempts.

Impact Analysis

An attacker can execute arbitrary JavaScript in the victim's browser session, allowing them to perform actions on behalf of the victim such as reading sensitive data. The injected script bypasses Content Security Policy (CSP) restrictions due to improper reconstruction with a valid CSP nonce.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive user data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Organizations using affected HumHub versions may face compliance breaches due to potential data exposure.

Mitigation Strategies

Upgrade HumHub to version 1.18.5 or later immediately. If upgrading is not possible, apply the patch from pull request 8373 which adds Html::encode for oEmbed URLs. Disable oEmbed functionality temporarily if not critical. Monitor posts for suspicious content and review user permissions to limit Space member capabilities.

Chat Assistant

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

EPSS Chart