{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "state": "PUBLISHED",
        "cveId": "CVE-2022-41919",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "dateUpdated": "2024-08-03T12:56:38.544Z",
        "dateReserved": "2022-09-30T00:00:00",
        "datePublished": "2022-11-22T00:00:00"
    },
    "containers": {
        "cna": {
            "title": "Fastify vulnerable to Cross-Site Request Forgery (CSRF) attack via incorrect content type",
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2022-11-22T00:00:00"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Fastify is a web framework with minimal overhead and plugin architecture. The attacker can use the incorrect `Content-Type` to bypass the `Pre-Flight` checking of `fetch`. `fetch()` requests with Content-Type’s essence as \"application/x-www-form-urlencoded\", \"multipart/form-data\", or \"text/plain\", could potentially be used to invoke routes that only accepts `application/json` content type, thus bypassing any CORS protection, and therefore they could lead to a Cross-Site Request Forgery attack. This issue has been patched in version 4.10.2 and 3.29.4. As a workaround, implement Cross-Site Request Forgery protection using `@fastify/csrf'."
                }
            ],
            "affected": [
                {
                    "vendor": "fastify",
                    "product": "fastify",
                    "versions": [
                        {
                            "version": ">= 4.0.0, < 4.10.2",
                            "status": "affected"
                        },
                        {
                            "version": ">= 3.0.0, < 3.29.4",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://github.com/fastify/fastify/security/advisories/GHSA-3fjj-p79j-c9hh"
                },
                {
                    "url": "https://github.com/fastify/fastify/commit/62dde76f1f7aca76e38625fe8d983761f26e6fc9"
                },
                {
                    "url": "https://www.npmjs.com/package/%40fastify/csrf"
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N",
                        "attackVector": "NETWORK",
                        "attackComplexity": "HIGH",
                        "privilegesRequired": "NONE",
                        "userInteraction": "REQUIRED",
                        "scope": "UNCHANGED",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "LOW",
                        "availabilityImpact": "NONE",
                        "baseScore": 4.2,
                        "baseSeverity": "MEDIUM"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "type": "CWE",
                            "lang": "en",
                            "description": "CWE-352: Cross-Site Request Forgery (CSRF)",
                            "cweId": "CWE-352"
                        }
                    ]
                }
            ],
            "source": {
                "advisory": "GHSA-3fjj-p79j-c9hh",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-03T12:56:38.544Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://github.com/fastify/fastify/security/advisories/GHSA-3fjj-p79j-c9hh",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://github.com/fastify/fastify/commit/62dde76f1f7aca76e38625fe8d983761f26e6fc9",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://www.npmjs.com/package/%40fastify/csrf",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            }
        ]
    }
}