CVE-2025-38310
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-10

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: seg6: Fix validation of nexthop addresses The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the kernel reading uninitialized memory if user space provided a shorter length than the specified one. Fix by validating that the provided length exactly matches the specified one.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-10
Last Modified
2025-11-03
Generated
2026-05-07
AI Q&A
2025-07-10
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel relates to the validation of nexthop addresses in the seg6 module. The kernel only checked that the length of the provided nexthop address did not exceed the specified length, which could cause it to read uninitialized memory if the user provided a shorter length than expected. The fix ensures that the provided length exactly matches the specified length to prevent this issue.


How can this vulnerability impact me? :

The vulnerability could lead to the kernel reading uninitialized memory, which may cause unpredictable behavior, potential information leakage, or system instability. This could impact system security and reliability if exploited.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version where the seg6 nexthop address validation fix has been applied. This fix ensures that the kernel properly validates the length of the provided nexthop address, preventing potential memory issues.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart