CVE-2022-50676
Last modified
CVE-2022-50676 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks() syzbot is reporting lockdep warning at rds_tcp_reset_callbacks() [1], for commit ac3615e7f3cffe2a ("RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()") added cancel_delayed_work_sync() into a section protected by lock_sock() without realizing that rds_send_xmit() might call lock_sock(). We don't need to protect cancel_delayed_work_sync() using lock_sock(), for even if rds_{send,recv}_worker() re-queued this work while __flush_work() from cancel_delayed_work_sync() was waiting for this work to complete, retried rds_{send,recv}_worker() is no-op due to the absence of RDS_CONN_UP bit.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks() syzbot is reporting lockdep warning at rds_tcp_reset_callbacks() [1], for commit ac3615e7f3cffe2a ("RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()") added cancel_delayed_work_sync() into a section protected by lock_sock() without realizing that rds_send_xmit() might call lock_sock(). We don't need to protect cancel_delayed_work_sync() using lock_sock(), for even if rds_{send,recv}_worker() re-queued this work while __flush_work() from cancel_delayed_work_sync() was waiting for this work to complete, retried rds_{send,recv}_worker() is no-op due to the absence of RDS_CONN_UP bit.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < 5d2ba255e93211e541373469dffbda7c99dfa0e5; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < 2425007c0967a7c04b0dee7cce05ecf0ca869ad1; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < e3cb25d3ad08f5dbd53ce2b31720cad529944322; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < 360aa7219285fac63dab99706a16f2daf3222abe; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < da349221c4d2d4ac5f606c1c3b36d4ef0b3e6a0c; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < 30bfa5aa7228eb1e67663d67e553627e572cc717; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < c380c28ab9b15fc53565909c814f6dd3e7f77c4b; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < afe7053c390fe8ff27d0c2ceaece5625283044ba; >= ac3615e7f3cffe2a1a6b25172dfd09e138593d82, < a91b750fd6629354460282bbf5146c01b05c4859 |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50676?
How severe is CVE-2022-50676?
How do I fix CVE-2022-50676?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50670In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50671In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2022-50672In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50673In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50674In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50675In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50677In the Linux kernel, the following vulnerability has been re…7
- CVE-2022-50678In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50679In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50680A stored cross-site scripting vulnerability in Kentico Xperi…4.8
- CVE-2022-50681A reflected cross-site scripting vulnerability in Kentico Xp…6.1
- CVE-2022-50682A CRLF injection vulnerability in Kentico Xperience allows a…6.9
Are you affected by CVE-2022-50676?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
