Bug 2400598 (CVE-2025-39898) - CVE-2025-39898 kernel: e1000e: fix heap overflow in e1000_set_eeprom
Summary: CVE-2025-39898 kernel: e1000e: fix heap overflow in e1000_set_eeprom
Keywords:
Status: NEW
Alias: CVE-2025-39898
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: 2025-10-01 08:01 UTC by OSIDB Bzimport
Modified: 2025-10-02 10:43 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 08:01:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

e1000e: fix heap overflow in e1000_set_eeprom

Fix a possible heap overflow in e1000_set_eeprom function by adding
input validation for the requested length of the change in the EEPROM.
In addition, change the variable type from int to size_t for better
code practices and rearrange declarations to RCT.


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