mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-29 01:31:20 +00:00
152 lines
4.5 KiB
JSON
152 lines
4.5 KiB
JSON
{
|
|
"id": "CVE-2021-46658",
|
|
"sourceIdentifier": "cve@mitre.org",
|
|
"published": "2022-01-29T23:15:07.417",
|
|
"lastModified": "2022-07-12T17:42:04.277",
|
|
"vulnStatus": "Analyzed",
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "save_window_function_values in MariaDB before 10.6.3 allows an application crash because of incorrect handling of with_window_func=true for a subquery."
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"value": "La funci\u00f3n save_window_function_values en MariaDB versiones anteriores a 10.6.3, permite un bloqueo de la aplicaci\u00f3n debido al manejo incorrecto de with_window_func=true para una subconsulta"
|
|
}
|
|
],
|
|
"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": "NVD-CWE-noinfo"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"configurations": [
|
|
{
|
|
"nodes": [
|
|
{
|
|
"operator": "OR",
|
|
"negate": false,
|
|
"cpeMatch": [
|
|
{
|
|
"vulnerable": true,
|
|
"criteria": "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*",
|
|
"versionStartIncluding": "10.2.0",
|
|
"versionEndExcluding": "10.2.40",
|
|
"matchCriteriaId": "B2EB6249-EEBF-4972-94F9-93FDA7DF6326"
|
|
},
|
|
{
|
|
"vulnerable": true,
|
|
"criteria": "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*",
|
|
"versionStartIncluding": "10.3.0",
|
|
"versionEndExcluding": "10.3.31",
|
|
"matchCriteriaId": "A9F48535-3E65-4328-90D7-B3053BFBDEBA"
|
|
},
|
|
{
|
|
"vulnerable": true,
|
|
"criteria": "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*",
|
|
"versionStartIncluding": "10.4.0",
|
|
"versionEndExcluding": "10.4.21",
|
|
"matchCriteriaId": "876A64A3-77A6-42FC-B92E-A1E03E947179"
|
|
},
|
|
{
|
|
"vulnerable": true,
|
|
"criteria": "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*",
|
|
"versionStartIncluding": "10.5.0",
|
|
"versionEndExcluding": "10.5.12",
|
|
"matchCriteriaId": "153825E2-B0C5-489B-A4CF-09F64E147C86"
|
|
},
|
|
{
|
|
"vulnerable": true,
|
|
"criteria": "cpe:2.3:a:mariadb:mariadb:*:*:*:*:*:*:*:*",
|
|
"versionStartIncluding": "10.6.0",
|
|
"versionEndExcluding": "10.6.3",
|
|
"matchCriteriaId": "C78E2D40-FAF7-4852-BA43-27CA1E6A7051"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"url": "https://jira.mariadb.org/browse/MDEV-25630",
|
|
"source": "cve@mitre.org",
|
|
"tags": [
|
|
"Exploit",
|
|
"Issue Tracking",
|
|
"Patch",
|
|
"Vendor Advisory"
|
|
]
|
|
},
|
|
{
|
|
"url": "https://mariadb.com/kb/en/security/",
|
|
"source": "cve@mitre.org",
|
|
"tags": [
|
|
"Patch",
|
|
"Vendor Advisory"
|
|
]
|
|
},
|
|
{
|
|
"url": "https://security.netapp.com/advisory/ntap-20220221-0002/",
|
|
"source": "cve@mitre.org",
|
|
"tags": [
|
|
"Third Party Advisory"
|
|
]
|
|
}
|
|
]
|
|
} |