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().
Published: 2026-08-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via potential crash on strict alignment architectures
Action: Patch
AI Analysis

Impact

The Linux kernel’s netfilter synproxy code directly reads and writes TCP timestamp fields without using alignment‑safe helpers. On architectures that enforce strict data alignment, these unaligned accesses can trigger a kernel crash or cause noticeable performance degradation, leading to a denial‑of‑service condition. The flaw does not enable privilege escalation or arbitrary code execution.

Affected Systems

Any Linux kernel that includes the netfilter synproxy component and has not incorporated the alignment‑safe timestamp handling is potentially affected. The CVE does not specify a limited version range, so all kernels lacking the patched code are at risk, including vendor distributions, custom builds, and container images that ship a full kernel with synproxy enabled.

Risk and Exploitability

The CVSS score of 7.5 classifies the vulnerability as high severity; the EPSS score of less than 1% and absence from the CISA KEV catalog indicate a low probability of exploitation in the wild. The likely attack requires crafted SYN packets containing TCP timestamp options that exercise the vulnerable code path on strict‑alignment systems, resulting in a kernel crash or service disruption rather than privilege escalation.

Generated by OpenCVE AI on September 1, 2026 at 17:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the netfilter synproxy unaligned‑memory‑access fix.
  • If an immediate kernel update is not possible, disable the synproxy feature by modifying sysctl settings or removing the module or configuration that enables SYN proxying.
  • Add firewall rules to drop or reject SYN packets that include TCP timestamp options, preventing the vulnerable code path from being executed.

Generated by OpenCVE AI on September 1, 2026 at 17:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-468
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-364

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-384

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Fri, 28 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-384

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
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().
Title netfilter: synproxy: fix unaligned memory access in timestamp adjustment
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:21:36.886Z

Reserved: 2026-08-26T14:34:25.777Z

Link: CVE-2026-80637

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:48.620

Modified: 2026-08-29T07:16:47.660

Link: CVE-2026-80637

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80637 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T17:30:17Z

Weaknesses
  • CWE-364

    Signal Handler Race Condition

  • CWE-468

    Incorrect Pointer Scaling