
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49278 is a vulnerability in the Linux kernel's remoteproc subsystem, specifically in the rproccoredumpwrite() function. The vulnerability was discovered and disclosed in early 2022, affecting the remoteproc debugfs functionality. The issue involves an improper count check that could potentially lead to an underflow condition (Kernel Git).
The vulnerability exists in the rproccoredumpwrite() function within the Linux kernel's remoteproc debugfs implementation. The original code only checked if count was greater than the buffer size but failed to check for zero or negative values, potentially leading to an underflow condition. The fix involves modifying the count check to verify both lower and upper bounds (count < 1 || count > sizeof(buf)), making it consistent with the checks used in rprocrecoverywrite() (Kernel Git).
The vulnerability could potentially lead to an underflow condition in the remoteproc subsystem's coredump functionality. This could affect systems utilizing the remoteproc framework for remote processor management (NVD).
The vulnerability has been patched in the Linux kernel. The fix involves adding a proper bounds check in the rproccoredumpwrite() function to prevent potential underflow conditions. Users should update their kernel to a version containing the fix (Kernel Git).
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.
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."