cve-2021-47216
Vulnerability from cvelistv5
Published
2024-04-10 19:01
Modified
2024-11-04 12:01
Severity ?
EPSS score ?
Summary
scsi: advansys: Fix kernel pointer leak
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T05:32:07.506Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/06d7d12efb5c62db9dea15141ae2b322c2719515" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/ad19f7046c24f95c674fbea21870479b2b9f5bab" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/5612287991debe310c914600599bd59511ababfb" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/f5a0ba4a9b5e70e7b2f767636d26523f9d1ac59d" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/cc248790bfdcf879e3094fa248c85bf92cdf9dae" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/055eced3edf5b675d12189081303f6285ef26511" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/27490ae6a85a70242d80615ca74d0362a820d6a7" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/d4996c6eac4c81b8872043e9391563f67f13e406" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2021-47216", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-09-10T15:49:48.927137Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-09-11T17:33:35.251Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "drivers/scsi/advansys.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "06d7d12efb5c", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "ad19f7046c24", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "5612287991de", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "f5a0ba4a9b5e", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "cc248790bfdc", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "055eced3edf5", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "27490ae6a85a", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" }, { "lessThan": "d4996c6eac4c", "status": "affected", "version": "1da177e4c3f4", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "drivers/scsi/advansys.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThanOrEqual": "4.4.*", "status": "unaffected", "version": "4.4.293", "versionType": "semver" }, { "lessThanOrEqual": "4.9.*", "status": "unaffected", "version": "4.9.291", "versionType": "semver" }, { "lessThanOrEqual": "4.14.*", "status": "unaffected", "version": "4.14.256", "versionType": "semver" }, { "lessThanOrEqual": "4.19.*", "status": "unaffected", "version": "4.19.218", "versionType": "semver" }, { "lessThanOrEqual": "5.4.*", "status": "unaffected", "version": "5.4.162", "versionType": "semver" }, { "lessThanOrEqual": "5.10.*", "status": "unaffected", "version": "5.10.82", "versionType": "semver" }, { "lessThanOrEqual": "5.15.*", "status": "unaffected", "version": "5.15.5", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "5.16", "versionType": "original_commit_for_fix" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: advansys: Fix kernel pointer leak\n\nPointers should be printed with %p or %px rather than cast to \u0027unsigned\nlong\u0027 and printed with %lx.\n\nChange %lx to %p to print the hashed pointer." } ], "providerMetadata": { "dateUpdated": "2024-11-04T12:01:40.596Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/06d7d12efb5c62db9dea15141ae2b322c2719515" }, { "url": "https://git.kernel.org/stable/c/ad19f7046c24f95c674fbea21870479b2b9f5bab" }, { "url": "https://git.kernel.org/stable/c/5612287991debe310c914600599bd59511ababfb" }, { "url": "https://git.kernel.org/stable/c/f5a0ba4a9b5e70e7b2f767636d26523f9d1ac59d" }, { "url": "https://git.kernel.org/stable/c/cc248790bfdcf879e3094fa248c85bf92cdf9dae" }, { "url": "https://git.kernel.org/stable/c/055eced3edf5b675d12189081303f6285ef26511" }, { "url": "https://git.kernel.org/stable/c/27490ae6a85a70242d80615ca74d0362a820d6a7" }, { "url": "https://git.kernel.org/stable/c/d4996c6eac4c81b8872043e9391563f67f13e406" } ], "title": "scsi: advansys: Fix kernel pointer leak", "x_generator": { "engine": "bippy-9e1c9544281a" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2021-47216", "datePublished": "2024-04-10T19:01:55.779Z", "dateReserved": "2024-04-10T18:59:19.528Z", "dateUpdated": "2024-11-04T12:01:40.596Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-47216\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-04-10T19:15:48.770\",\"lastModified\":\"2024-04-10T19:49:51.183\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: advansys: Fix kernel pointer leak\\n\\nPointers should be printed with %p or %px rather than cast to \u0027unsigned\\nlong\u0027 and printed with %lx.\\n\\nChange %lx to %p to print the hashed pointer.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/055eced3edf5b675d12189081303f6285ef26511\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/06d7d12efb5c62db9dea15141ae2b322c2719515\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/27490ae6a85a70242d80615ca74d0362a820d6a7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5612287991debe310c914600599bd59511ababfb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ad19f7046c24f95c674fbea21870479b2b9f5bab\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cc248790bfdcf879e3094fa248c85bf92cdf9dae\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d4996c6eac4c81b8872043e9391563f67f13e406\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f5a0ba4a9b5e70e7b2f767636d26523f9d1ac59d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}" } }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.