gsd-2022-37026
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-37026",
"description": "In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS.",
"id": "GSD-2022-37026",
"references": [
"https://advisories.mageia.org/CVE-2022-37026.html",
"https://access.redhat.com/errata/RHSA-2022:8857",
"https://www.suse.com/security/cve/CVE-2022-37026.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-37026"
],
"details": "In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS.",
"id": "GSD-2022-37026",
"modified": "2023-12-13T01:19:13.693298Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-37026",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/erlang/otp/compare/OTP-23.3.4.14...OTP-23.3.4.15",
"refsource": "MISC",
"url": "https://github.com/erlang/otp/compare/OTP-23.3.4.14...OTP-23.3.4.15"
},
{
"name": "https://erlangforums.com/c/erlang-news-announcements/91",
"refsource": "MISC",
"url": "https://erlangforums.com/c/erlang-news-announcements/91"
},
{
"name": "https://erlangforums.com/t/otp-25-1-released/1854",
"refsource": "CONFIRM",
"url": "https://erlangforums.com/t/otp-25-1-released/1854"
},
{
"name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3491-1] erlang security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00012.html"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "23.3.4.15",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "24.3.4.2",
"versionStartIncluding": "24.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "25.0.2",
"versionStartIncluding": "25.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-37026"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-287"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/erlang/otp/compare/OTP-23.3.4.14...OTP-23.3.4.15",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/erlang/otp/compare/OTP-23.3.4.14...OTP-23.3.4.15"
},
{
"name": "https://erlangforums.com/c/erlang-news-announcements/91",
"refsource": "MISC",
"tags": [
"Release Notes",
"Vendor Advisory"
],
"url": "https://erlangforums.com/c/erlang-news-announcements/91"
},
{
"name": "https://erlangforums.com/t/otp-25-1-released/1854",
"refsource": "CONFIRM",
"tags": [
"Release Notes",
"Vendor Advisory"
],
"url": "https://erlangforums.com/t/otp-25-1-released/1854"
},
{
"name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3491-1] erlang security update",
"refsource": "MLIST",
"tags": [],
"url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00012.html"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2023-07-11T17:15Z",
"publishedDate": "2022-09-21T14:15Z"
}
}
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…
Loading…