2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2022-31623" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2022-05-25T21:15:08.657" ,
2024-08-12 14:03:14 +00:00
"lastModified" : "2024-08-12T13:38:09.363" ,
2024-05-02 23:58:20 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [
{
"sourceIdentifier" : "cve@mitre.org" ,
"tags" : [
"disputed"
]
}
] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
2024-05-02 23:58:20 +00:00
"value" : "MariaDB Server before 10.7 is vulnerable to Denial of Service. In extra/mariabackup/ds_compress.cc, when an error occurs (i.e., going to the err label) while executing the method create_worker_threads, the held lock thd->ctrl_mutex is not released correctly, which allows local users to trigger a denial of service due to the deadlock. Note: The vendor argues this is just an improper locking bug and not a vulnerability with adverse effects."
2023-04-24 12:24:31 +02:00
} ,
{
"lang" : "es" ,
"value" : "MariaDB Server versiones anteriores a 10.7, es vulnerable a una denegaci\u00f3n de servicio. En el archivo extra/mariabackup/ds_compress.cc, cuando es producido un error (es decir, pasa a la etiqueta err) mientras es ejecutado el m\u00e9todo create_worker_threads, el bloqueo retenido thd-)ctrl_mutex no es liberado correctamente, lo que permite a usuarios locales desencadenar una denegaci\u00f3n de servicio debido al bloqueo"
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
] ,
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:L/AC:L/Au:N/C:N/I:N/A:P" ,
"accessVector" : "LOCAL" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "PARTIAL" ,
"baseScore" : 2.1
} ,
"baseSeverity" : "LOW" ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 2.9 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-667"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "10.2.42" ,
"matchCriteriaId" : "CE9ABE9C-698E-4289-9C3B-F4FBA550582D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.3.0" ,
"versionEndExcluding" : "10.3.33" ,
"matchCriteriaId" : "F8EB13E9-AFD7-4E82-A471-61201460CAC4"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.4.0" ,
"versionEndExcluding" : "10.4.23" ,
"matchCriteriaId" : "3EFE42EF-DB07-4DD4-A40C-6DD6A7D1E6DC"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.5.0" ,
"versionEndExcluding" : "10.5.14" ,
"matchCriteriaId" : "E3C63CE6-6B86-4C48-8D30-DC74CA83C5EC"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.6.0" ,
"versionEndExcluding" : "10.6.6" ,
"matchCriteriaId" : "09ADA35C-125F-4970-ACB7-36A9CC3516BF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.7.0" ,
"versionEndExcluding" : "10.7.2" ,
"matchCriteriaId" : "E0435104-B0F9-4997-A769-36821689DF45"
}
]
}
]
}
] ,
"references" : [
{
"url" : "https://github.com/MariaDB/server/commit/7c30bc38a588b22b01f11130cfe99e7f36accf94" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://github.com/MariaDB/server/pull/1938" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
2024-05-02 23:58:20 +00:00
{
"url" : "https://jira.mariadb.org/browse/MDEV-26561" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "https://jira.mariadb.org/browse/MDEV-26574" ,
"source" : "cve@mitre.org"
} ,
2023-04-24 12:24:31 +02:00
{
"url" : "https://security.netapp.com/advisory/ntap-20220707-0006/" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory"
]
}
]
}