Wiz Agents & Workflows are here

CVE-2026-23092
Linux Debian vulnerability analysis and mitigation

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

iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source

When simple_write_to_buffer() succeeds, it returns the number of bytes actually copied to the buffer. The code incorrectly uses 'count' as the index for null termination instead of the actual bytes copied. If count exceeds the buffer size, this leads to out-of-bounds write. Add a check for the count and use the return value as the index.

The bug was validated using a demo module that mirrors the original code and was tested under QEMU.

Pattern of the bug:

  • A fixed 64-byte stack buffer is filled using count.
  • If count > 64, the code still does buf[count] = '\0', causing an
  • out-of-bounds write on the stack.

Steps for reproduce:

  • Opens the device node.
  • Writes 128 bytes of A to it.
  • This overflows the 64-byte stack buffer and KASAN reports the OOB.

Found via static analysis. This is similar to the commit da9374819eb3 ("iio: backend: fix out-of-bound write")


SourceNVD

Related Linux Debian vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-34827HIGH7.5
  • RubyRuby
  • ruby-rack
NoYesApr 02, 2026
CVE-2026-34835MEDIUM4.8
  • RubyRuby
  • ruby-rack
NoYesApr 02, 2026
CVE-2026-32762MEDIUM4.8
  • RubyRuby
  • ruby-rack
NoYesApr 02, 2026
CVE-2026-34743LOW1.7
  • Linux DebianLinux Debian
  • xz-utils
NoYesApr 02, 2026
CVE-2026-27456N/AN/A
  • Linux DebianLinux Debian
  • util-linux
NoNoApr 03, 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