cvelist/2023/43xxx/CVE-2023-43809.json

101 lines
4.3 KiB
JSON
Raw Normal View History

2023-09-22 15:00:33 +00:00
{
2023-10-04 21:00:34 +00:00
"data_version": "4.0",
2023-09-22 15:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-43809",
2023-10-04 21:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-09-22 15:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-10-04 21:00:34 +00:00
"value": "Soft Serve is a self-hostable Git server for the command line. Prior to version 0.6.2, a security vulnerability in Soft Serve could allow an unauthenticated, remote attacker to bypass public key authentication when keyboard-interactive SSH authentication is active, through the `allow-keyless` setting, and the public key requires additional client-side verification for example using FIDO2 or GPG. This is due to insufficient validation procedures of the public key step during SSH request handshake, granting unauthorized access if the keyboard-interaction mode is utilized. An attacker could exploit this vulnerability by presenting manipulated SSH requests using keyboard-interactive authentication mode. This could potentially result in unauthorized access to the Soft Serve. Users should upgrade to the latest Soft Serve version `v0.6.2` to receive the patch for this issue. To workaround this vulnerability without upgrading, users can temporarily disable Keyboard-Interactive SSH Authentication using the `allow-keyless` setting."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-287: Improper Authentication",
"cweId": "CWE-287"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "charmbracelet",
"product": {
"product_data": [
{
"product_name": "soft-serve",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.6.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/charmbracelet/soft-serve/security/advisories/GHSA-mc97-99j4-vm2v",
"refsource": "MISC",
"name": "https://github.com/charmbracelet/soft-serve/security/advisories/GHSA-mc97-99j4-vm2v"
},
{
"url": "https://github.com/charmbracelet/soft-serve/issues/389",
"refsource": "MISC",
"name": "https://github.com/charmbracelet/soft-serve/issues/389"
},
{
"url": "https://github.com/charmbracelet/soft-serve/commit/407c4ec72d1006cee1ff8c1775e5bcc091c2bc89",
"refsource": "MISC",
"name": "https://github.com/charmbracelet/soft-serve/commit/407c4ec72d1006cee1ff8c1775e5bcc091c2bc89"
},
{
"url": "https://github.com/charmbracelet/soft-serve/releases/tag/v0.6.2",
"refsource": "MISC",
"name": "https://github.com/charmbracelet/soft-serve/releases/tag/v0.6.2"
}
]
},
"source": {
"advisory": "GHSA-mc97-99j4-vm2v",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
2023-09-22 15:00:33 +00:00
}
]
}
}