Add CVE-2022-24755 for GHSA-4979-8ffj-4q26

Add CVE-2022-24755 for GHSA-4979-8ffj-4q26
This commit is contained in:
advisory-database[bot] 2022-03-15 14:34:50 +00:00 committed by GitHub
parent 10ebd9d4ba
commit 1d4ba432d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,109 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24755",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Incorrect Authorization in Bareos Director"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "bareos",
"version": {
"version_data": [
{
"version_value": ">= 18.2, < 19.2.12"
},
{
"version_value": ">= 20.0.0, < 20.0.6"
},
{
"version_value": ">= 21.0.0, < 21.1.0"
}
]
}
}
]
},
"vendor_name": "bareos"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Bareos is open source software for backup, archiving, and recovery of data for operating systems. When Bareos Director >= 18.2 >= 18.2 but prior to 21.1.0, 20.0.6, and 19.2.12 is built and configured for PAM authentication, it will skip authorization checks completely. Expired accounts and accounts with expired passwords can still login. This problem will affect users that have PAM enabled. Currently there is no authorization (e.g. check for expired or disabled accounts), but only plain authentication (i.e. check if username and password match). Bareos Director versions 21.1.0, 20.0.6 and 19.2.12 implement the authorization check that was previously missing. The only workaround is to make sure that authentication fails if the user is not authorized."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-863: Incorrect Authorization"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/bareos/bareos/security/advisories/GHSA-4979-8ffj-4q26",
"refsource": "CONFIRM",
"url": "https://github.com/bareos/bareos/security/advisories/GHSA-4979-8ffj-4q26"
},
{
"name": "https://github.com/bareos/bareos/pull/1115",
"refsource": "MISC",
"url": "https://github.com/bareos/bareos/pull/1115"
},
{
"name": "https://github.com/bareos/bareos/pull/1119",
"refsource": "MISC",
"url": "https://github.com/bareos/bareos/pull/1119"
},
{
"name": "https://github.com/bareos/bareos/pull/1121",
"refsource": "MISC",
"url": "https://github.com/bareos/bareos/pull/1121"
},
{
"name": "https://huntr.dev/bounties/480121f2-bc3c-427e-986e-5acffb1606c5/",
"refsource": "MISC",
"url": "https://huntr.dev/bounties/480121f2-bc3c-427e-986e-5acffb1606c5/"
}
]
},
"source": {
"advisory": "GHSA-4979-8ffj-4q26",
"discovery": "UNKNOWN"
}
}