CVE-2026-80637
Received Received - Intake

Unaligned Memory Access in Linux Kernel Netfilter Synproxy

Vulnerability report for CVE-2026-80637, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: fix unaligned memory access in timestamp adjustment Use get_unaligned_be32() and put_unaligned_be32() to safely read and write the timestamp fields. This prevents performance degradation due to unaligned memory access or even a crash on strict alignment architectures. This follows the implementation of timestamp parsing in the networking stack at tcp_parse_options() and synproxy_parse_options().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD
EUVD

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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper handling of unaligned memory access when adjusting timestamps in the netfilter synproxy component. The issue is fixed by using get_unaligned_be32() and put_unaligned_be32() functions to safely read and write timestamp fields, preventing crashes or performance issues on architectures that enforce strict memory alignment.

Impact Analysis

This vulnerability could cause system crashes or performance degradation on Linux systems using the netfilter synproxy feature, particularly on architectures requiring strict memory alignment. It may lead to network service disruptions or instability in affected systems.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the unaligned memory access issue in the synproxy timestamp handling.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80637. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart