Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Adrai

#29375of 56,333
9.1Total CVSS
Vulnerabilities · 1
PT-2026-67424
9.1
2026-08-03
Npm · @Fastify/Aws-Lambda · CVE-2026-18248
**Name of the Vulnerable Software and Affected Versions** @fastify/aws-lambda version 6.4.0 **Description** In the default configuration, the getter that populates request decorations reads the client-controlled `x-apigateway-event` and `x-apigateway-context` HTTP headers before falling back to the trusted internal request token. Because these reserved headers are not stripped from the incoming event, an unauthenticated attacker can set these headers to forge the entire Lambda proxy event, including the authorizer context. This allows the attacker to override genuine data, leading to a full authentication and authorization bypass and privilege escalation for applications that rely on `request.awsLambda.event` or `request.awsLambda.context` for identity or access control. **Recommendations** Upgrade to @fastify/aws-lambda version 6.4.1.