CVE-2024-24753 MEDIUM

CVE-2024-24753: Bref Multiple Value Headers Not Supported in ApiGatewayFormatV2

Vendor Brefphp
Product bref
Weakness CWE-436
Published February 1, 2024
Last update June 17, 2025

CVSS base score

4.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

Bref enable serverless PHP on AWS Lambda. When Bref is used in combination with an API Gateway with the v2 format, it does not handle multiple values headers. If PHP generates a response with two headers having the same key but different values only the latest one is kept. If an application relies on multiple headers with the same key being set for security reasons, then Bref would lower the application security. For example, if an application sets multiple `Content-Security-Policy` headers, then Bref would just reflect the latest one. This vulnerability is patched in 2.1.13.

Key dates

02Disclosure timeline

February 1, 2024 CVE published
June 17, 2025 Record updated