CVE-2023-41378 (GCVE-0-2023-41378)
Vulnerability from cvelistv5 – Published: 2023-11-06 15:00 – Updated: 2024-09-05 13:40
VLAI?
Title
Calico Typha hangs during unclean TLS handshake
Summary
In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.
Severity ?
7.5 (High)
CWE
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
Credits
Rodrigo Fior Kuntzer (Github: rodrigorfk)
Anthony Tam
Behnam Shobiri
Shaun Crampton
Matt Dupre
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T19:01:35.258Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"vendor-advisory",
"release-notes",
"x_transferred"
],
"url": "https://www.tigera.io/security-bulletins-tta-2023-001/"
},
{
"tags": [
"issue-tracking",
"x_transferred"
],
"url": "https://github.com/projectcalico/calico/pull/7908"
},
{
"tags": [
"patch",
"x_transferred"
],
"url": "https://github.com/projectcalico/calico/pull/7993"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:calico:typha:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "typha",
"vendor": "calico",
"versions": [
{
"lessThanOrEqual": "v3.26.2",
"status": "affected",
"version": "v3.26.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.25.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"cpes": [
"cpe:2.3:a:tigera:calico:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "calico",
"vendor": "tigera",
"versions": [
{
"lessThanOrEqual": "v3.17.1",
"status": "affected",
"version": "v3.17.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.16.3",
"status": "affected",
"version": "v3.16.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.15.3",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-41378",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-05T13:31:52.190285Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-05T13:40:37.794Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Typha",
"vendor": "Calico",
"versions": [
{
"lessThanOrEqual": "v3.26.2",
"status": "affected",
"version": "v3.26.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.25.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"product": "Typha",
"vendor": "Tigera",
"versions": [
{
"lessThanOrEqual": "v3.17.1",
"status": "affected",
"version": "v3.17.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.16.3",
"status": "affected",
"version": "v3.16.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "v3.15.3",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Rodrigo Fior Kuntzer (Github: rodrigorfk)"
},
{
"lang": "en",
"type": "remediation verifier",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Anthony Tam"
},
{
"lang": "en",
"type": "remediation reviewer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Behnam Shobiri"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Shaun Crampton"
},
{
"lang": "en",
"type": "remediation reviewer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Matt Dupre"
}
],
"datePublic": "2023-11-06T15:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cspan style=\"background-color: transparent;\"\u003eIn certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.\u003c/span\u003e\u003cbr\u003e"
}
],
"value": "In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.\n"
}
],
"metrics": [
{
"cvssV3_1": {
"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"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-703",
"description": "CWE-703 Improper Check or Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-11-06T15:00:53.249Z",
"orgId": "e6d453f4-3dae-4941-bcea-9af25f4e824d",
"shortName": "Tigera"
},
"references": [
{
"tags": [
"vendor-advisory",
"release-notes"
],
"url": "https://www.tigera.io/security-bulletins-tta-2023-001/"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/projectcalico/calico/pull/7908"
},
{
"tags": [
"patch"
],
"url": "https://github.com/projectcalico/calico/pull/7993"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Calico Typha hangs during unclean TLS handshake",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "e6d453f4-3dae-4941-bcea-9af25f4e824d",
"assignerShortName": "Tigera",
"cveId": "CVE-2023-41378",
"datePublished": "2023-11-06T15:00:53.249Z",
"dateReserved": "2023-08-29T17:03:16.306Z",
"dateUpdated": "2024-09-05T13:40:37.794Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.tigera.io/security-bulletins-tta-2023-001/\", \"tags\": [\"vendor-advisory\", \"release-notes\", \"x_transferred\"]}, {\"url\": \"https://github.com/projectcalico/calico/pull/7908\", \"tags\": [\"issue-tracking\", \"x_transferred\"]}, {\"url\": \"https://github.com/projectcalico/calico/pull/7993\", \"tags\": [\"patch\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T19:01:35.258Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-41378\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-05T13:31:52.190285Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:calico:typha:*:*:*:*:*:*:*:*\"], \"vendor\": \"calico\", \"product\": \"typha\", \"versions\": [{\"status\": \"affected\", \"version\": \"v3.26.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.26.2\"}, {\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.25.1\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:tigera:calico:*:*:*:*:*:*:*:*\"], \"vendor\": \"tigera\", \"product\": \"calico\", \"versions\": [{\"status\": \"affected\", \"version\": \"v3.17.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.17.1\"}, {\"status\": \"affected\", \"version\": \"v3.16.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.16.3\"}, {\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.15.3\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-05T13:36:10.879Z\"}}], \"cna\": {\"title\": \"Calico Typha hangs during unclean TLS handshake\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Rodrigo Fior Kuntzer (Github: rodrigorfk)\"}, {\"lang\": \"en\", \"type\": \"remediation verifier\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Anthony Tam\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Behnam Shobiri\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Shaun Crampton\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Matt Dupre\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"Calico\", \"product\": \"Typha\", \"versions\": [{\"status\": \"affected\", \"version\": \"v3.26.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.26.2\"}, {\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.25.1\"}], \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"Tigera\", \"product\": \"Typha\", \"versions\": [{\"status\": \"affected\", \"version\": \"v3.17.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.17.1\"}, {\"status\": \"affected\", \"version\": \"v3.16.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.16.3\"}, {\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"v3.15.3\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-11-06T15:00:00.000Z\", \"references\": [{\"url\": \"https://www.tigera.io/security-bulletins-tta-2023-001/\", \"tags\": [\"vendor-advisory\", \"release-notes\"]}, {\"url\": \"https://github.com/projectcalico/calico/pull/7908\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/projectcalico/calico/pull/7993\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.\\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cspan style=\\\"background-color: transparent;\\\"\u003eIn certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.\u003c/span\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-703\", \"description\": \"CWE-703 Improper Check or Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"e6d453f4-3dae-4941-bcea-9af25f4e824d\", \"shortName\": \"Tigera\", \"dateUpdated\": \"2023-11-06T15:00:53.249Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-41378\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-05T13:40:37.794Z\", \"dateReserved\": \"2023-08-29T17:03:16.306Z\", \"assignerOrgId\": \"e6d453f4-3dae-4941-bcea-9af25f4e824d\", \"datePublished\": \"2023-11-06T15:00:53.249Z\", \"assignerShortName\": \"Tigera\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…