NONE · 0

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp->dccps_mss_cache dccp_sendmsg() reads dp->dccps_mss_cache before locking the socket. Same thing in d...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp->dccps_mss_cache dccp_sendmsg() reads dp->dccps_mss_cache before locking the socket. Same thing in do_dccp_getsockopt(). Add READ_ONCE()/WRITE_ONCE() annotations, and change dccp_sendmsg() to check again dccps_mss_cache after socket is locked.

References

FAQ

What is CVE-2023-53839?

CVE-2023-53839 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp->dccps_mss_cache dccp_sendmsg() reads dp->dccps_mss_cache before locking the socket. Same thing in d...

How severe is CVE-2023-53839?

CVSS scoring is not yet available for CVE-2023-53839. Check NVD for updates.

Is there a patch for CVE-2023-53839?

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