CVE-2026-52842 PUBLISHED

Lightpanda:URL parser misidentifies page origin for URLs containing @ in the path - Same-Origin Policy bypass

Assigner: GitHub_M
Reserved: 08.06.2026 Published: 15.07.2026 Updated: 15.07.2026

Lightpanda is a headless browser designed for AI and automation. Prior to 0.3.1, Lightpanda searched for @ across the entire URL string instead of only the authority component when computing a page origin, so a URL such as http://attacker.com/@victim.com/ was fetched from attacker.com but treated as http://victim.com, allowing a complete Same-Origin Policy bypass. This issue is fixed in version 0.3.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
CVSS Score: 9.3

Product Status

Vendor lightpanda-io
Product browser
Versions
  • Version < 0.3.1 is affected

References

Problem Types

  • CWE-346: Origin Validation Error CWE