cvelist/2022/41xxx/CVE-2022-41943.json

88 lines
2.9 KiB
JSON
Raw Normal View History

2022-09-30 17:00:43 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-09-30 17:00:43 +00:00
"ID": "CVE-2022-41943",
"STATE": "PUBLIC",
"TITLE": "Incorrect default permissions found in Sourcegraph"
2022-09-30 17:00:43 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "sourcegraph",
"version": {
"version_data": [
{
"version_value": "< 4.1.0"
}
]
}
}
]
},
"vendor_name": "sourcegraph"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-09-30 17:00:43 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "sourcegraph is a code intelligence platform. As a site admin it was possible to execute arbitrary commands on Gitserver when the experimental `customGitFetch` feature was enabled. This experimental feature has now been disabled by default. This issue has been patched in version 4.1.0."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-276: Incorrect Default Permissions"
}
]
2022-09-30 17:00:43 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/sourcegraph/sourcegraph/security/advisories/GHSA-4qhq-4x4h-fxm8",
"refsource": "CONFIRM",
"url": "https://github.com/sourcegraph/sourcegraph/security/advisories/GHSA-4qhq-4x4h-fxm8"
},
{
"name": "https://github.com/sourcegraph/sourcegraph/pull/42704",
"refsource": "MISC",
"url": "https://github.com/sourcegraph/sourcegraph/pull/42704"
}
]
},
"source": {
"advisory": "GHSA-4qhq-4x4h-fxm8",
"discovery": "UNKNOWN"
2022-09-30 17:00:43 +00:00
}
}