Wiz Agents & Workflows are here

CVE-2026-23400
Linux Debian vulnerability analysis and mitigation

In the Linux kernel, the following vulnerability has been resolved:

rust_binder: call set_notification_done() without proc lock

Consider the following sequence of events on a death listener:

  1. The remote process dies and sends a BR_DEAD_BINDER message.
  2. The local process invokes the BC_CLEAR_DEATH_NOTIFICATION command.
  3. The local process then invokes the BC_DEAD_BINDER_DONE.Then, the kernel will reply to the BC_DEAD_BINDER_DONE command with aBR_CLEAR_DEATH_NOTIFICATION_DONE reply using push_work_if_looper().

However, this can result in a deadlock if the current thread is not a looper. This is because dead_binder_done() still holds the proc lock during set_notification_done(), which called push_work_if_looper(). Normally, push_work_if_looper() takes the thread lock, which is fine to take under the proc lock. But if the current thread is not a looper, then it falls back to delivering the reply to the process work queue, which involves taking the proc lock. Since the proc lock is already held, this is a deadlock.

Fix this by releasing the proc lock during set_notification_done(). It was not intentional that it was held during that function to begin with.

I don't think this ever happens in Android because BC_DEAD_BINDER_DONE is only invoked in response to BR_DEAD_BINDER messages, and the kernel always delivers BR_DEAD_BINDER to a looper. So there's no scenario where Android userspace will call BC_DEAD_BINDER_DONE on a non-looper thread.


SourceNVD

Related Linux Debian vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2018-25224HIGH8.6
  • Linux DebianLinux Debian
  • pms
NoNoMar 28, 2026
CVE-2018-25222HIGH8.6
  • Linux DebianLinux Debian
  • sc
NoNoMar 28, 2026
CVE-2026-5037MEDIUM4.8
  • Linux DebianLinux Debian
  • mxml
NoNoMar 29, 2026
CVE-2026-4176N/AN/A
  • Linux DebianLinux Debian
  • perl
NoYesMar 29, 2026
CVE-2026-23400N/AN/A
  • Linux DebianLinux Debian
  • linux
NoNoMar 29, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management