
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-37879 is a vulnerability discovered in the Linux kernel, specifically affecting the 9p/net subsystem. The vulnerability was published on May 9, 2025, and involves improper handling of bogus negative read/write replies in the kernel's network filesystem implementation (NVD).
The vulnerability exists in the p9clientwrite() and p9clientread_once() functions where the server could incorrectly reply with success but provide a negative write/read count. Due to both variables being signed, the system would incorrectly consider written (negative) <= rsize (positive). The issue has been addressed by making the variables unsigned to prevent this comparison problem. The CVSS v3.1 base score is 5.5 with attack vector being Local, attack complexity Low, and requiring Low privileges (Red Hat).
The vulnerability could lead to a null pointer dereference in the Linux kernel when handling certain network filesystem operations. After the fix, instead of a null pointer dereference, the system now properly fails with an error message indicating '9pnet: bogus RWRITE count' (Wiz).
The vulnerability has been resolved in the Linux kernel through patches that modify the variable types from signed to unsigned in the affected functions. The fix prevents the incorrect comparison that could lead to the null pointer dereference (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."