CVE-2026-45348

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the packages.js template at src/pyload/webui/app/themes/modern/templates/js/packages.js:172 interpolates a stored link URL into a template literal inside single-quoted HTML and then writes the result to the DOM via $(div).html(html). No escaping runs between the API value and innerHTML. An attacker (Alice) who can submit a package link puts a single quote plus event handler into the URL, breaks out of the attribute, and executes JavaScript in every operator's browser that opens the downloads view. The theme does not set a Content Security Policy that restricts inline script or event handlers. This vulnerability is fixed in 0.5.0b3.dev100.
Configurations

No configuration.

History

28 May 2026, 20:16

Type Values Removed Values Added
References () https://github.com/pyload/pyload/security/advisories/GHSA-fcjq-435v-jx94 - () https://github.com/pyload/pyload/security/advisories/GHSA-fcjq-435v-jx94 -

28 May 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-28 18:16

Updated : 2026-05-29 15:39


NVD link : CVE-2026-45348

Mitre link : CVE-2026-45348

CVE.ORG link : CVE-2026-45348


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')