
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2021-47216 addresses a kernel pointer leak vulnerability in the Linux kernel's SCSI advansys driver. The vulnerability was discovered in the way pointers were being printed in debug output, where pointers were cast to 'unsigned long' and printed with %lx format specifier instead of using the secure %p or %px format (Kernel Commit).
The vulnerability exists in the advansys.c driver file where the iopbase pointer was being printed using an unsafe format string. The issue occurs in the ascprtadvboard_info function where the pointer was cast to 'unsigned long' and printed using %lx format specifier, potentially leaking kernel pointer information. The fix involves changing the format string from '0x%lx' to '0x%p' to ensure proper pointer hashing when printing debug information (Kernel Commit).
The vulnerability could lead to information disclosure by leaking kernel pointer addresses, which could potentially be used by attackers to bypass kernel address space layout randomization (KASLR) or gather information about the kernel memory layout (NVD).
The vulnerability has been fixed in multiple Linux kernel versions through backported patches. The fix involves updating the pointer printing format in the advansys driver code. Various Linux distributions have released updates containing the fix, including SUSE Linux Enterprise Server and other variants (CERT-FR).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”