Bug 2516553 (CVE-2026-72414) - CVE-2026-72414 kernel: net: dsa: sja1105: round up PTP perout pin duration
Summary: CVE-2026-72414 kernel: net: dsa: sja1105: round up PTP perout pin duration
Keywords:
Status: NEW
Alias: CVE-2026-72414
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:18 UTC by OSIDB Bzimport
Modified: 2026-08-19 16:05 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:18:40 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.