
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's firmware arm_ffa component was discovered and disclosed on July 25, 2025. The issue involves the use of a mutex to protect notifier hashtable accesses which can lead to issues in atomic context (NVD).
The vulnerability stems from using a mutex for protecting notifier hashtable accesses, which can cause kernel warnings due to sleeping in atomic context. The issue manifests with specific warnings at kernel/locking/mutex.c:258, showing problems with atomic operations and interrupt handling. The technical trace includes multiple function calls through the kernel stack, including showstack, dumpstack, and mutex_lock operations (NVD).
The vulnerability can result in kernel warnings and potential system stability issues when the mutex lock is called in atomic context. This can lead to unexpected system behavior and potential reliability concerns in affected Linux kernel versions (NVD).
The vulnerability has been addressed by replacing the mutex with an rwlock to protect the notifier hashtable accesses. This solution ensures that read-side locking does not sleep and multiple readers can acquire the lock concurrently, while maintaining exclusive writer access. The change resolves the lockdep warnings about potential sleep in atomic context (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.
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."