{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2024-32652",
        "ASSIGNER": "security-advisories@github.com",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "The adapter @hono/node-server allows you to run your Hono application on Node.js. Prior to 1.10.1, the application hangs when receiving a Host header with a value that `@hono/node-server` can't handle well. Invalid values are those that cannot be parsed by the `URL` as a hostname such as an empty string, slashes `/`, and other strings. The version 1.10.1 includes the fix for this issue."
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-755: Improper Handling of Exceptional Conditions",
                        "cweId": "CWE-755"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "honojs",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "node-server",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "=",
                                            "version_value": ">= 1.3.0, < 1.10.1"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://github.com/honojs/node-server/security/advisories/GHSA-hgxw-5xg3-69jx",
                "refsource": "MISC",
                "name": "https://github.com/honojs/node-server/security/advisories/GHSA-hgxw-5xg3-69jx"
            },
            {
                "url": "https://github.com/honojs/node-server/issues/159",
                "refsource": "MISC",
                "name": "https://github.com/honojs/node-server/issues/159"
            },
            {
                "url": "https://github.com/honojs/node-server/commit/d847e60249fd8183ba0998bc379ba20505643204",
                "refsource": "MISC",
                "name": "https://github.com/honojs/node-server/commit/d847e60249fd8183ba0998bc379ba20505643204"
            }
        ]
    },
    "source": {
        "advisory": "GHSA-hgxw-5xg3-69jx",
        "discovery": "UNKNOWN"
    },
    "impact": {
        "cvss": [
            {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
            }
        ]
    }
}