NONE · 0

CVE-2026-90285

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path qla2x00_sysfs_read_vpd() called ha->isp_ops->read_optrom() a sec...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path qla2x00_sysfs_read_vpd() called ha->isp_ops->read_optrom() a second time after releasing optrom_mutex. The repeated read is redundant and, unlike the first, runs without optrom_mutex held, exposing flash access to concurrent optrom operations. Drop the duplicate call.

References

FAQ

What is CVE-2026-90285?

CVE-2026-90285 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path qla2x00_sysfs_read_vpd() called ha->isp_ops->read_optrom() a sec...

How severe is CVE-2026-90285?

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

Is there a patch for CVE-2026-90285?

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