CVE-2023-50728 (GCVE-0-2023-50728)
Vulnerability from cvelistv5
Published
2023-12-15 21:59
Modified
2024-08-02 22:16
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Summary
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.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
octokit | webhooks.js |
Version: >= 9.26.0, < 9.26.3 Version: >= 10.9.0, < 10.9.2 Version: >= 11.1.0, < 11.1.2 Version: >= 12.0.0, < 12.0.4 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T22:16:47.284Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "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" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "webhooks.js", "vendor": "octokit", "versions": [ { "status": "affected", "version": "\u003e= 9.26.0, \u003c 9.26.3" }, { "status": "affected", "version": "\u003e= 10.9.0, \u003c 10.9.2" }, { "status": "affected", "version": "\u003e= 11.1.0, \u003c 11.1.2" }, { "status": "affected", "version": "\u003e= 12.0.0, \u003c 12.0.4" } ] } ], "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." } ], "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-755", "description": "CWE-755: Improper Handling of Exceptional Conditions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-12-15T21:59:00.312Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "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" } ], "source": { "advisory": "GHSA-pwfr-8pq7-x9qv", "discovery": "UNKNOWN" }, "title": "Unauthenticated Denial of Service in the octokit/webhooks library" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-50728", "datePublished": "2023-12-15T21:59:00.312Z", "dateReserved": "2023-12-11T17:53:36.032Z", "dateUpdated": "2024-08-02T22:16:47.284Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-50728\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-12-15T22:15:07.160\",\"lastModified\":\"2024-11-21T08:37:13.543\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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.\"},{\"lang\":\"es\",\"value\":\"octokit/webhooks es un conjunto de herramientas de eventos de webhook de GitHub para Node.js. A partir de 9.26.0 y anteriores a 9.26.3, 10.9.2, 11.1.2 y 12.0.4, hay un problema causado por un problema con el manejo de errores en la librer\u00eda @octokit/webhooks porque el error puede no estar definido en algunos casos. Se descubri\u00f3 que la solicitud resultante provoca una excepci\u00f3n no detectada que finaliza el proceso de nodejs. El error se solucion\u00f3 en octokit/webhooks.js 9.26.3, 10.9.2, 11.1.2 y 12.0.4, app.js 14.02, octokit.js 3.1.2 y Protobot 12.3.3.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.2,\"impactScore\":4.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-755\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:app:14.0.1:*:*:*:*:node.js:*:*\",\"matchCriteriaId\":\"6D8BE8ED-7684-4F25-AE87-1739F1432742\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:octokit:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"3.1.2\",\"matchCriteriaId\":\"A734E79A-E7A2-4A97-B875-DCCBCBB226F6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:webhooks:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"9.26.3\",\"matchCriteriaId\":\"57318B95-09DC-4A5B-AA66-F8911722138D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:webhooks:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.9.2\",\"matchCriteriaId\":\"718FA3E2-34B9-4AB7-86E2-ED91BCDB5FEC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:webhooks:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"11.0.0\",\"versionEndExcluding\":\"11.1.2\",\"matchCriteriaId\":\"4B6206DA-B77A-47EB-98AE-B5B5D2B56E5A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:octokit:webhooks:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndExcluding\":\"12.0.4\",\"matchCriteriaId\":\"0F1F07B3-C4E0-4E7E-934A-A0C57EA8A246\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:probot:probot:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"12.3.3\",\"matchCriteriaId\":\"84995A76-C69A-400C-B668-87394E5BE7B9\"}]}]}],\"references\":[{\"url\":\"https://github.com/octokit/app.js/releases/tag/v14.0.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/octokit.js/releases/tag/v3.1.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v10.9.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v11.1.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v12.0.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v9.26.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/probot/probot/releases/tag/v12.3.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/app.js/releases/tag/v14.0.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/octokit.js/releases/tag/v3.1.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v10.9.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v11.1.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v12.0.4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/releases/tag/v9.26.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/octokit/webhooks.js/security/advisories/GHSA-pwfr-8pq7-x9qv\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/probot/probot/releases/tag/v12.3.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]}]}}" } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…