CVE-2026-82865
Received Received - Intake

XSS in pdfme Designer via unsanitized i18n labels

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulnCheck

Description

pdfme schemas before 5.5.10 contains a cross-site scripting vulnerability in the multiVariableText property panel that assigns unsanitized i18n label values to innerHTML. Attackers who control label overrides through options.labels can inject arbitrary JavaScript that executes when users open the Designer and select a multiVariableText field without variable placeholders.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
pdfme schemas to 5.5.10 (exc)
pdfme schemas 5.5.9

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 is a Cross-Site Scripting (XSS) vulnerability in pdfme schemas versions before 5.5.10. It occurs in the multiVariableText property panel where unsanitized i18n label values are assigned to innerHTML without proper neutralization. Attackers can inject arbitrary JavaScript by controlling label overrides through options.labels. The malicious code executes when users open the Designer and select a multiVariableText field without variable placeholders.

Detection Guidance

To detect this vulnerability, check the version of the @pdfme/schemas package in your project. If you are using version 5.5.9 or below, your system is vulnerable. Run commands like 'npm list @pdfme/schemas' or 'yarn list @pdfme/schemas' to verify the installed version.

Impact Analysis

This vulnerability could allow attackers to execute arbitrary JavaScript in your browser when you interact with a vulnerable pdfme Designer. This may lead to session hijacking, DOM manipulation, or stored XSS in multi-tenant applications. The impact is limited as it requires user interaction and the attacker must control label overrides.

Mitigation Strategies

Immediately update the @pdfme/schemas package to version 5.5.10 or later. If updating is not possible, review and sanitize all label values passed through options.labels to prevent XSS attacks. Remove any untrusted user-controlled label overrides.

Chat Assistant

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

EPSS Chart