Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-29519 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Lucee CFML Server versions across the 5.3.x, 6.1.x, 6.2.x, and 7.0.x release lines contain a reflected cross-site scripting vulnerability in URL path parsing that allows unauthenticated remote attackers to execute arbitrary JavaScript in a victim's browser by embedding HTML or JavaScript payloads within the request path. Attackers can craft a malicious URL containing injected script content that is reflected in the server's response without proper output encoding, enabling session hijacking or unauthorized actions against the Lucee administrative interface when a victim visits the crafted link.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
Lucee
>= 5.3.1.95, <= 7.0.0.395

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 6.0.4.10moderate effort
  • Upgrade: 6.0.3.1moderate effort
  • Upgrade: 6.0.2.45moderate effort
  • Upgrade: 6.0.1.83moderate effort
  • Upgrade: 6.0.0.585-SNAPSHOT-light-nginxmoderate effort
  • Upgrade: 5.4.8.2moderate effort
  • Upgrade: 5.4.7.3moderate effort
  • Upgrade: 5.4.7.2moderate effort
  • Upgrade: 5.4.6.9moderate effort
  • Upgrade: 5.4.5.23moderate effort
  • Upgrade: 5.4.4.38moderate effort
  • Upgrade: 5.4.3.16moderate effort
  • Upgrade: 5.4.3.15moderate effort
  • Upgrade: 5.4.3.2moderate effort
  • Upgrade: 5.4.2.17moderate effort
  • Upgrade: 5.4.1.8moderate effort
  • Upgrade: 5.4.0.80moderate effort
  • Upgrade: 5.3.12.1moderate effort
  • Upgrade: 5.3.11.5moderate effort
  • Upgrade: 5.3.10.120moderate effort
  • Upgrade: 5.3.10.97moderate effort
  • Upgrade: 5.3.9.173moderate effort
  • Upgrade: 5.3.9.166moderate effort
  • Upgrade: 5.3.9.160moderate effort
  • Upgrade: 5.3.9.141moderate effort
  • Upgrade: 5.3.9.133moderate effort
  • Upgrade: 5.3.8.237moderate effort
  • Upgrade: 5.3.8.206moderate effort
  • Upgrade: 5.3.8.205-SNAPSHOTmoderate effort
  • Upgrade: 5.3.8.201moderate effort
  • Upgrade: 5.3.8.189moderate effort
  • Mitigation:low effort

    Apply a temporary WAF rule to block HTML tags in URL paths. Example (nginx): `location ~* "<.*>" { return 403; }`

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-29519
NVD Published Date:
Jul 10, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-29519 Details - Not Deferred