In the Linux kernel, the following vulnerability has been resolved:
net: dsa: sja1105: round up PTP perout pin duration
pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime().
Very small period values may become zero after the conversion, which can lead to a division by zero in futurebasetime().
Round zero pinduration up to 1 tick so that the smallest unsupported periods use the minimum non-zero hardware duration instead of passing zero to futurebase_time().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72414.json"
}