CVE-2026-89851: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs

Published Sep 16, 2026
·
Updated

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

scsi: qla2xxx: Fix FCE trace enable parsing in debugfs

qla2x00dfsfcewrite() called kstrtoul() with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value (0 on success, negative errno on failure) was assigned to the unsigned long enable flag, inverting the intended logic: a valid number was treated as "disable" while a parse failure enabled FCE.

Parse the value into enable and propagate parse errors to userspace.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

Who can trigger the fault?

An attacker or user would need the ability to write to the qla2xxx FCE trace debugfs interface. The issue is in the debugfs write handler, so systems without access to that interface are not exposed through this path.

2

What happens when a valid value is written to the affected interface?

A successful parse dereferences a NULL pointer and can cause a kernel oops. Before the fix, valid numeric input was also interpreted as disabling FCE rather than enabling it.

3

Can invalid input have an unexpected effect?

Yes. Before the fix, a parse failure was assigned to the unsigned enable flag and resulted in FCE being enabled. The fix instead returns parsing errors to userspace.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203