
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
In the Linux kernel, a vulnerability has been identified and resolved in the mei: vsc: component. The issue stems from an invalid use of the countedby() attribute in vsctppacket.buf[], where gcc 15 honors the _countedby(len) attribute but the code uses it incorrectly. The len parameter contains the actual packet length without the CRC rather than the available buffer size, leading to a buffer overflow condition when vsctp_xfer() attempts to add the CRC to buf[] (NVD).
The vulnerability occurs when the vsctpxfer() function attempts to add CRC to buf[], triggering a fortify-panic handler due to incorrect buffer size calculation. The issue manifests as a 4-byte write attempt to a buffer of size 0, as evidenced by the error message: 'memcpy: detected buffer overflow: 4 byte write of buffer size 0'. This triggers a CPU warning and fortify panic in the kernel (NVD).
When exploited, this vulnerability can lead to buffer overflow conditions in the Linux kernel's mei: vsc component. The immediate impact is a system panic when the fortify handler detects the overflow attempt, which could result in system instability or denial of service (NVD).
A fix has been implemented by restructuring the vsctppacket struct definition. Instead of simply removing the counted-by attribute, the solution involves splitting the struct into a header and a full-packet definition, using a fixed size buf[] in the packet definition. This approach maintains the effectiveness of fortify-source buffer overrun checking while correctly handling the buffer size (NVD).
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.”