NONE · 0

CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in md_wakeup_thread We attempted to use RCU to protect the pointer 'thread', but directly passed the value ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in md_wakeup_thread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling md_wakeup_thread(). This means that the RCU pointer has been acquired before rcu_read_lock(), which renders rcu_read_lock() ineffective and could lead to a use-after-free.

References

FAQ

What is CVE-2025-68374?

CVE-2025-68374 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in md_wakeup_thread We attempted to use RCU to protect the pointer 'thread', but directly passed the value ...

How severe is CVE-2025-68374?

CVSS scoring is not yet available for CVE-2025-68374. Check NVD for updates.

Is there a patch for CVE-2025-68374?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.