๐Ÿ” CVE Alert

CVE-2026-75531

UNKNOWN 0.0

Stored Cross-Site Scripting in URL Observables via Lookyloo Submission Handler in Pandora

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Pandora contains a stored cross-site scripting (XSS) vulnerability in the rendering of URL observables. A URL extracted from or associated with an analyzed file was inserted directly into the inline JavaScript onclick handler used by the Submit to Lookyloo action. Although the value was subject to HTML escaping by the template engine, it was embedded inside a JavaScript string within an HTML attribute. An attacker-controlled URL containing specially crafted characters could therefore break out of the JavaScript string and inject arbitrary JavaScript code. The malicious script would execute in the context of the Pandora web application when a victim interacts with the affected Submit to Lookyloo control. Successful exploitation could allow an attacker to access information available to the victim's browser or perform actions using the victim's authenticated Pandora session. The patch removes the observable value from the inline JavaScript handler. The URL is instead stored in an HTML data-url attribute and retrieved through the DOM dataset API when needed. Additional uses of innerHTML were also replaced with textContent as defensive hardening.

CWE CWE-79
Vendor pandora-analysis
Product pandora
Published Aug 17, 2026
Stay Ahead of the Next One

Get instant alerts for pandora-analysis pandora

Be the first to know when new unknown vulnerabilities affecting pandora-analysis pandora are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

pandora-analysis / pandora
0 โ‰ค 1.12.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pandora-analysis/pandora/commit/77a84a039e2079dba7ea0342816c9813099d75d0

Credits

Jeroen Pinoy Raphael Vinot