← Back to CVE List

CVE-2025-21793

Published: 2025-02-27T03:15Z
Last Modified: 2025-03-05T14:57Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: spi: sn-f-ospi: Fix division by zero When there is no dummy cycle in the spi-nor commands, both dummy bus cycle bytes and width are zero. Because of the cpu's warning when divided by zero, the warning should be avoided. Return just zero to avoid such calculations. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt