NONE · 0

CVE-2026-72414

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pin_duration is converted from the user-provided period to SJA1105 clock ticks...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pin_duration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycle_time argument to future_base_time(). Very small period values may become zero after the conversion, which can lead to a division by zero in future_base_time(). Round zero pin_duration up to 1 tick so that the smallest unsupported periods use the minimum non-zero hardware duration instead of passing zero to future_base_time().

References

FAQ

What is CVE-2026-72414?

CVE-2026-72414 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pin_duration is converted from the user-provided period to SJA1105 clock ticks...

How severe is CVE-2026-72414?

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

Is there a patch for CVE-2026-72414?

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