{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2024-23452",
        "ASSIGNER": "security@apache.org",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "Request smuggling vulnerability in HTTP server in Apache bRPC 0.9.5~1.7.0 on all platforms allows attacker to smuggle request.\n\nVulnerability Cause Description\uff1a\n\nThe http_parser does not comply with the RFC-7230 HTTP 1.1 specification.\n\nAttack\u00a0scenario:\nIf a message is received with both a Transfer-Encoding and a Content-Length header field, such a message might indicate an attempt to perform request smuggling or response splitting.\nOne particular attack scenario is that a bRPC made http server on the backend receiving requests in one persistent connection from frontend server that uses TE to parse request with the logic that 'chunk' is contained in the TE field. in that case an attacker can smuggle a request into the connection to the backend server.\u00a0\n\nSolution:\nYou can choose one solution from below:\n1. Upgrade bRPC to version 1.8.0, which fixes this issue. Download link:  https://github.com/apache/brpc/releases/tag/1.8.0\n 2. Apply this patch:\u00a0 https://github.com/apache/brpc/pull/2518 \n\n"
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-444 Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')",
                        "cweId": "CWE-444"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "Apache Software Foundation",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "Apache bRPC",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "<",
                                            "version_name": "0.9.5",
                                            "version_value": "1.8.0"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://github.com/apache/brpc/releases/tag/1.8.0",
                "refsource": "MISC",
                "name": "https://github.com/apache/brpc/releases/tag/1.8.0"
            },
            {
                "url": "https://github.com/apache/brpc/pull/2518",
                "refsource": "MISC",
                "name": "https://github.com/apache/brpc/pull/2518"
            },
            {
                "url": "https://lists.apache.org/thread/kkvdpwyr2s2yt9qvvxfdzon012898vxd",
                "refsource": "MISC",
                "name": "https://lists.apache.org/thread/kkvdpwyr2s2yt9qvvxfdzon012898vxd"
            },
            {
                "url": "http://www.openwall.com/lists/oss-security/2024/02/08/1",
                "refsource": "MISC",
                "name": "http://www.openwall.com/lists/oss-security/2024/02/08/1"
            }
        ]
    },
    "generator": {
        "engine": "Vulnogram 0.1.0-dev"
    },
    "source": {
        "discovery": "EXTERNAL"
    },
    "credits": [
        {
            "lang": "en",
            "value": "Pingtao Wei of 2012 Laboratories"
        },
        {
            "lang": "en",
            "value": "Ziyang Chen of 2012 Laboratories"
        },
        {
            "lang": "en",
            "value": "Haoran Zhi of 2012 Laboratories"
        },
        {
            "lang": "en",
            "value": "Hongpei Li of 2012 Laboratories"
        }
    ]
}