CVE-2022-50814 (GCVE-0-2022-50814)
Vulnerability from cvelistv5 – Published: 2025-12-30 12:08 – Updated: 2025-12-30 12:08
VLAI?
Title
crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
Summary
In the Linux kernel, the following vulnerability has been resolved:
crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
KASAN reported this Bug:
[17619.659757] BUG: KASAN: global-out-of-bounds in param_get_int+0x34/0x60
[17619.673193] Read of size 4 at addr fffff01332d7ed00 by task read_all/1507958
...
[17619.698934] The buggy address belongs to the variable:
[17619.708371] sgl_sge_nr+0x0/0xffffffffffffa300 [hisi_zip]
There is a mismatch in hisi_zip when get/set the variable sgl_sge_nr.
The type of sgl_sge_nr is u16, and get/set sgl_sge_nr by
param_get/set_int.
Replacing param_get/set_int to param_get/set_ushort can fix this bug.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Affected:
f081fda293ffba54216a7dab66faba7275475006 , < d88b88514ef28515ccfa1f1787c2aedef75a79dd
(git)
Affected: f081fda293ffba54216a7dab66faba7275475006 , < 272093471305261c4e07a2fc97c2d1e53cd56819 (git) Affected: f081fda293ffba54216a7dab66faba7275475006 , < f8a983d6e01b198320d310cb1326364d7d973b2a (git) Affected: f081fda293ffba54216a7dab66faba7275475006 , < 5eaebd19fbb0e26e73a34f55d3b1dc310df0eb15 (git) Affected: f081fda293ffba54216a7dab66faba7275475006 , < d74f9340097a881869c4c22ca376654cc2516ecc (git) |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/crypto/hisilicon/zip/zip_crypto.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "d88b88514ef28515ccfa1f1787c2aedef75a79dd",
"status": "affected",
"version": "f081fda293ffba54216a7dab66faba7275475006",
"versionType": "git"
},
{
"lessThan": "272093471305261c4e07a2fc97c2d1e53cd56819",
"status": "affected",
"version": "f081fda293ffba54216a7dab66faba7275475006",
"versionType": "git"
},
{
"lessThan": "f8a983d6e01b198320d310cb1326364d7d973b2a",
"status": "affected",
"version": "f081fda293ffba54216a7dab66faba7275475006",
"versionType": "git"
},
{
"lessThan": "5eaebd19fbb0e26e73a34f55d3b1dc310df0eb15",
"status": "affected",
"version": "f081fda293ffba54216a7dab66faba7275475006",
"versionType": "git"
},
{
"lessThan": "d74f9340097a881869c4c22ca376654cc2516ecc",
"status": "affected",
"version": "f081fda293ffba54216a7dab66faba7275475006",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/crypto/hisilicon/zip/zip_crypto.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.5"
},
{
"lessThan": "5.5",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.150",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.75",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.19.*",
"status": "unaffected",
"version": "5.19.17",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.0.*",
"status": "unaffected",
"version": "6.0.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.150",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.75",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.19.17",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.0.3",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1",
"versionStartIncluding": "5.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr\n\nKASAN reported this Bug:\n\n\t[17619.659757] BUG: KASAN: global-out-of-bounds in param_get_int+0x34/0x60\n\t[17619.673193] Read of size 4 at addr fffff01332d7ed00 by task read_all/1507958\n\t...\n\t[17619.698934] The buggy address belongs to the variable:\n\t[17619.708371] sgl_sge_nr+0x0/0xffffffffffffa300 [hisi_zip]\n\nThere is a mismatch in hisi_zip when get/set the variable sgl_sge_nr.\nThe type of sgl_sge_nr is u16, and get/set sgl_sge_nr by\nparam_get/set_int.\n\nReplacing param_get/set_int to param_get/set_ushort can fix this bug."
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T12:08:30.862Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/d88b88514ef28515ccfa1f1787c2aedef75a79dd"
},
{
"url": "https://git.kernel.org/stable/c/272093471305261c4e07a2fc97c2d1e53cd56819"
},
{
"url": "https://git.kernel.org/stable/c/f8a983d6e01b198320d310cb1326364d7d973b2a"
},
{
"url": "https://git.kernel.org/stable/c/5eaebd19fbb0e26e73a34f55d3b1dc310df0eb15"
},
{
"url": "https://git.kernel.org/stable/c/d74f9340097a881869c4c22ca376654cc2516ecc"
}
],
"title": "crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2022-50814",
"datePublished": "2025-12-30T12:08:30.862Z",
"dateReserved": "2025-12-30T12:06:07.130Z",
"dateUpdated": "2025-12-30T12:08:30.862Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-50814\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-30T13:15:55.750\",\"lastModified\":\"2025-12-30T13:15:55.750\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncrypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr\\n\\nKASAN reported this Bug:\\n\\n\\t[17619.659757] BUG: KASAN: global-out-of-bounds in param_get_int+0x34/0x60\\n\\t[17619.673193] Read of size 4 at addr fffff01332d7ed00 by task read_all/1507958\\n\\t...\\n\\t[17619.698934] The buggy address belongs to the variable:\\n\\t[17619.708371] sgl_sge_nr+0x0/0xffffffffffffa300 [hisi_zip]\\n\\nThere is a mismatch in hisi_zip when get/set the variable sgl_sge_nr.\\nThe type of sgl_sge_nr is u16, and get/set sgl_sge_nr by\\nparam_get/set_int.\\n\\nReplacing param_get/set_int to param_get/set_ushort can fix this bug.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/272093471305261c4e07a2fc97c2d1e53cd56819\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5eaebd19fbb0e26e73a34f55d3b1dc310df0eb15\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d74f9340097a881869c4c22ca376654cc2516ecc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d88b88514ef28515ccfa1f1787c2aedef75a79dd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f8a983d6e01b198320d310cb1326364d7d973b2a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…