Junglewise Threat Intelligence

CVE-2025-71177: LavaLite CMS stored XSS in package creation and search

CVE-2025-71177 · Severity: medium · CVSS 5.4 · Published 2026-01-23

Technologies: lavalite/cms (Packagist). Vendors: Packagist.

Executive brief

LavaLite CMS, a content management system used for building websites and web applications, is vulnerable to a security flaw in its package management feature. An authenticated user can upload malicious scripts disguised as package names or descriptions. When other users, including administrators, search for packages, these scripts automatically run in their browsers, potentially allowing attackers to steal login sessions or perform unauthorized actions.

Technical details

A stored cross-site scripting (XSS) vulnerability exists in LavaLite CMS versions up to and including 10.1.0. The flaw is located within the package creation and search components, where the 'Name' and 'Description' fields fail to properly sanitize user-supplied HTML or JavaScript. An authenticated attacker can inject malicious payloads into these fields; when a victim performs a search that returns the compromised package, the payload is rendered without proper output encoding. This allows for the execution of arbitrary script in the context of the victim's browser session, which can lead to session hijacking or credential theft. As of the advisory date, users are advised to monitor for patches or manually implement output encoding for search result displays.

Affected products

  • LavaLite LavaLite CMS <= 10.1.0

Timeline

  • 2025-01-27: disclosed: Issue reported on GitHub
  • 2026-01-23: advisory: NVD and VulnCheck published advisory

References

Related threats