{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-50728",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2023-12-11T17:53:36.032Z",
        "datePublished": "2023-12-15T21:59:00.312Z",
        "dateUpdated": "2024-08-02T22:16:47.284Z"
    },
    "containers": {
        "cna": {
            "title": "Unauthenticated Denial of Service in the octokit/webhooks library",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-755",
                            "lang": "en",
                            "description": "CWE-755: Improper Handling of Exceptional Conditions",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "HIGH",
                        "attackVector": "ADJACENT_NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 5.4,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv"
                },
                {
                    "name": "https://github.com/octokit/app.js/releases/tag/v14.0.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/app.js/releases/tag/v14.0.2"
                },
                {
                    "name": "https://github.com/octokit/octokit.js/releases/tag/v3.1.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/octokit.js/releases/tag/v3.1.2"
                },
                {
                    "name": "https://github.com/octokit/webhooks.js/releases/tag/v10.9.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/webhooks.js/releases/tag/v10.9.2"
                },
                {
                    "name": "https://github.com/octokit/webhooks.js/releases/tag/v11.1.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/webhooks.js/releases/tag/v11.1.2"
                },
                {
                    "name": "https://github.com/octokit/webhooks.js/releases/tag/v12.0.4",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/webhooks.js/releases/tag/v12.0.4"
                },
                {
                    "name": "https://github.com/octokit/webhooks.js/releases/tag/v9.26.3",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/octokit/webhooks.js/releases/tag/v9.26.3"
                },
                {
                    "name": "https://github.com/probot/probot/releases/tag/v12.3.3",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/probot/probot/releases/tag/v12.3.3"
                }
            ],
            "affected": [
                {
                    "vendor": "octokit",
                    "product": "webhooks.js",
                    "versions": [
                        {
                            "version": ">= 9.26.0, < 9.26.3",
                            "status": "affected"
                        },
                        {
                            "version": ">= 10.9.0, < 10.9.2",
                            "status": "affected"
                        },
                        {
                            "version": ">= 11.1.0, < 11.1.2",
                            "status": "affected"
                        },
                        {
                            "version": ">= 12.0.0, < 12.0.4",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2023-12-15T21:59:00.312Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "octokit/webhooks is a GitHub webhook events toolset for Node.js. Starting in 9.26.0 and prior to 9.26.3, 10.9.2, 11.1.2, and 12.0.4, there is a problem caused by an issue with error handling in the @octokit/webhooks library because the error can be undefined in some cases. The resulting request was found to cause an uncaught exception that ends the nodejs process.  The bug is fixed in octokit/webhooks.js 9.26.3, 10.9.2, 11.1.2, and 12.0.4, app.js 14.02, octokit.js 3.1.2, and Protobot 12.3.3."
                }
            ],
            "source": {
                "advisory": "GHSA-pwfr-8pq7-x9qv",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T22:16:47.284Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv"
                    },
                    {
                        "name": "https://github.com/octokit/app.js/releases/tag/v14.0.2",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/app.js/releases/tag/v14.0.2"
                    },
                    {
                        "name": "https://github.com/octokit/octokit.js/releases/tag/v3.1.2",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/octokit.js/releases/tag/v3.1.2"
                    },
                    {
                        "name": "https://github.com/octokit/webhooks.js/releases/tag/v10.9.2",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/webhooks.js/releases/tag/v10.9.2"
                    },
                    {
                        "name": "https://github.com/octokit/webhooks.js/releases/tag/v11.1.2",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/webhooks.js/releases/tag/v11.1.2"
                    },
                    {
                        "name": "https://github.com/octokit/webhooks.js/releases/tag/v12.0.4",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/webhooks.js/releases/tag/v12.0.4"
                    },
                    {
                        "name": "https://github.com/octokit/webhooks.js/releases/tag/v9.26.3",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/octokit/webhooks.js/releases/tag/v9.26.3"
                    },
                    {
                        "name": "https://github.com/probot/probot/releases/tag/v12.3.3",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/probot/probot/releases/tag/v12.3.3"
                    }
                ]
            }
        ]
    }
}