CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's pkey_pckmo handler allows for potential buffer overflow issues due to inadequate length checks on the target buffer. This could lead to unauthorized access or data corruption, impacting system integrity and security. Organizations using affected Linux systems should prioritize patching this vulnerability to mitigate risks associated with buffer overflow attacks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in pkey_pckmo handler implementation Explicitly check the length of the target buffer in the pkey_pckmo implementation of the key_to_protkey() handler function. The handler function fails, if the generated output data exceeds the length of the provided target buffer.