NONE · 0

CVE-2026-92520

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero queue and stack outputs on lock failure Queue and stack pop/peek helpers accept an uninitialized output buffer because t...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero queue and stack outputs on lock failure Queue and stack pop/peek helpers accept an uninitialized output buffer because the verifier expects the helper to initialize it. The empty-map error path clears the buffer, but a failed lock acquisition returns -EBUSY without writing it. Clear the output before returning -EBUSY so BPF programs cannot observe uninitialized stack contents after a failed helper call.

References

FAQ

What is CVE-2026-92520?

CVE-2026-92520 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: bpf: Zero queue and stack outputs on lock failure Queue and stack pop/peek helpers accept an uninitialized output buffer because t...

How severe is CVE-2026-92520?

CVSS scoring is not yet available for CVE-2026-92520. Check NVD for updates.

Is there a patch for CVE-2026-92520?

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