CVE-2026-61526 PUBLISHED

AdonisJS HTTP Server is vulnerable to reflected XSS through its exception handler

Assigner: GitHub_M
Reserved: 10.07.2026 Published: 30.07.2026 Updated: 30.07.2026

AdonisJS HTTP Server is a package for handling HTTP requests in the AdonisJS framework. In versions 8.0.0-next.0 through 8.2.0 and 9.0.0 through 9.0.2, the error.message is interpolated into the default HTML exception response without escaping, allowing a crafted missing-route URL to execute attacker-controlled JavaScript when a victim opens it and no custom status page or JSON response handles the error. When debug mode is disabled and no custom status page handles the error, the default HTML renderer interpolates error.message directly into an HTML response. This issue is fixed in versions 8.2.1 and 9.1.0.

Metrics

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

Product Status

Vendor adonisjs
Product http-server
Versions
  • Version >= 8.0.0-next.0, < 8.2.1 is affected
  • Version >= 9.0.0, < 9.1.0 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE