NONE · 0

CVE-2026-74603

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. P...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlink_info_version_fixed_put() treats it as a C string and may read beyond the field. Format at most OCP_BOARD_ID_LEN bytes into the existing local buffer before reporting the ID. Use a precision limit because the snprintf() output size alone does not bound the source string scan.

References

FAQ

What is CVE-2026-74603?

CVE-2026-74603 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. P...

How severe is CVE-2026-74603?

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

Is there a patch for CVE-2026-74603?

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