CVE 6.1 MEDIUM

@adonisjs/http-server has an Open Redirect vulnerability_CVE-2026-40255

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

Description

AdonisJS HTTP Server is a package for handling HTTP requests in the AdonisJS framework. In @adonisjs/http-server versions prior to 7.8.1 and 8.0.0-next.0 through 8.1.3, and @adonisjs/core versions prior to 7.4.0, the response.redirect().back() method reads the Referer header from the incoming HTTP request and redirects to that URL without validating the host.An attacker who can influence the Referer header can cause the application to redirect users to a malicious external site. This affects all AdonisJS applications that use response.redirect().back() or response.redirect('back'). This issue has been fixed in versions 7.8.1 and 8.2.0 and 7.4.0 of @adonisjs/core.

Basic Information

ID CVE-2026-40255
Source GitHub_M
Published Apr 16, 2026 at 22:25

Affected Product

Vendor adonisjs
Product http-server
Version >= 8.0.0-next.0, < 8.2.0
Affected Versions adonisjs http-server >= 8.0.0-next.0, < 8.2.0
adonisjs http-server < 7.8.1
adonisjs http-core < 7.4.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.