2024-06-20 12:03:13 +00:00
{
"id" : "CVE-2022-48717" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-06-20T11:15:55.287" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T07:33:51.117" ,
2025-03-09 03:03:50 +00:00
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-06-20 12:03:13 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: max9759: fix underflow in speaker_gain_control_put()\n\nCheck for negative values of \"priv->gain\" to prevent an out of bounds\naccess. The concern is that these might come from the user via:\n -> snd_ctl_elem_write_user()\n -> snd_ctl_elem_write()\n -> kctl->put()"
2024-06-20 14:03:13 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ASoC: max9759: corrige el desbordamiento en altavoz_gain_control_put() Compruebe si hay valores negativos de \"priv->gain\" para evitar un acceso fuera de los l\u00edmites. La preocupaci\u00f3n es que estos puedan provenir del usuario a trav\u00e9s de: -> snd_ctl_elem_write_user() -> snd_ctl_elem_write() -> kctl->put()"
2024-06-20 12:03:13 +00:00
}
] ,
2025-03-09 03:03:50 +00:00
"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:H/I:H/A:H" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-787"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.17" ,
"versionEndExcluding" : "4.19.228" ,
"matchCriteriaId" : "6130CE5E-0A47-4763-921D-FAFBFECB34B8"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.20" ,
"versionEndExcluding" : "5.4.178" ,
"matchCriteriaId" : "6F090A25-CDC9-43D2-912A-64923DD7D182"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.99" ,
"matchCriteriaId" : "FA1C3B80-458E-4F34-A0BF-5223557F2863"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.22" ,
"matchCriteriaId" : "74528AA6-B524-4C3F-B188-1194235FE47D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "5.16.8" ,
"matchCriteriaId" : "0623892A-E3E4-44E6-8A5E-39A0B47AF782"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "7BD5F8D9-54FA-4CB0-B4F0-CB0471FDDB2D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "E6E34B23-78B4-4516-9BD8-61B33F4AC49A"
}
]
}
]
}
] ,
2024-06-20 12:03:13 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/4c907bcd9dcd233da6707059d777ab389dcbd964" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/5a45448ac95b715173edb1cd090ff24b6586d921" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/71e60c170105d153e34d01766c1e4db26a4b24cc" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/a0f49d12547d45ea8b0f356a96632dd503941c1e" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/baead410e5db49e962a67fffc17ac30e44b50b7c" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/f114fd6165dfb52520755cc4d1c1dfbd447b88b6" ,
2025-03-09 03:03:50 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/4c907bcd9dcd233da6707059d777ab389dcbd964" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/5a45448ac95b715173edb1cd090ff24b6586d921" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/71e60c170105d153e34d01766c1e4db26a4b24cc" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/a0f49d12547d45ea8b0f356a96632dd503941c1e" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/baead410e5db49e962a67fffc17ac30e44b50b7c" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/f114fd6165dfb52520755cc4d1c1dfbd447b88b6" ,
2025-03-09 03:03:50 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-06-20 12:03:13 +00:00
}
]
}