← Back to the live CVE advisory feed

CVE-2026-80672: Linux

Severity
8.8 (HIGH)
Vendor
LINUX
Affected versions
1e9ea7e04472d4e5e12e58c881eaacfb3e49b669 through before 07a4751ef3ccc8bfd17bfbb16e5003c03161790d; 1e9ea7e04472d4e5e12e58
Patch status
Patched
Published
2026-08-28T08:16:52.510
Modified
2026-08-29T07:16:49.610

Why it matters

High-severity vulnerability requiring prioritized review.

Recommended admin actions

  • Review and patch based on exposure, asset criticality, and business impact.

Technical summary

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfs_check_restart_area() validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 ra_ofs, ra_len, ca_ofs; … ra_len = ca_ofs + le16_to_cpu(ra->log_clients) * sizeof(struct log_client_record); if (ra_ofs + ra_len > le32_to_cpu(rp->system_page_size) || …) return false; ra_len is u16, but the right-hand side is computed in size_t (sizeof(struct log_client_record) == 160). Both ca_ofs and log_clients come straight from the on-disk restart area. With an on-disk log_clients of 410 the product 410 * 160 = 65600; adding ca_ofs and storing into the u16 ra_len truncates modulo 65536 (e.g. ca_ofs 64 gives ra_len 128), so the "fits in the page" check passes even though the client array described by log_clients extends far beyond the page. ntfs_check_log_client_array() then walks the array bounded only by the on-disk log_clients count: cr = ca + idx; if (cr->prev_client != LOGFILE_NO_CLIENT) … For log_clients 410 it dereferences records up to ca + 409 * 160, ~64 KiB past the kvzalloc(system_page_size) restart-page buffer — an out-of-bounds read of attacker-controlled extent, reachable when a crafted NTFS image is mounted (load_and_check_logfile() at mount time). This is the in-kernel analogue of CVE-2022-30789, fixed in the ntfs-3g userspace driver but never in this revived classic driver. Compute the restart-area length in a u32 so the existing bounds check rejects an over-large client array instead of being defeated by the truncation. Widen ra_ofs and ca_ofs to u32 as well: both are loaded from __le16 on-disk fields and every comparison already promotes to int/size_t, so this changes no result and keeps the declaration uniform.

CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.

VULNERABILITY PULSE

LAST UPDATED: AUG 29, 2026 08:00 AM UTC
507 RECORDS
SECURE FEED ACTIVE
AFFECTED PRODUCT ACTION
CVE-2026-82222
GiveWP PATCH
Reporter: AUDIT
10
CRITICAL
VIEW RECORD
CVE-2026-54745
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
10
CRITICAL
VIEW RECORD
CVE-2026-55565
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.9
CRITICAL
VIEW RECORD
CVE-2026-55634
pimcore PATCH
Reporter: SECURITY-ADVISORIES
9.9
CRITICAL
VIEW RECORD
CVE-2026-18527
Product identification pending
Reporter: PSIRT
9.9
CRITICAL
VIEW RECORD
CVE-2026-19295
Product identification pending
Reporter: PSIRT
9.9
CRITICAL
VIEW RECORD
CVE-2026-76581
WPMU DEV Dashboard
Reporter: SECURITY
9.8
CRITICAL
VIEW RECORD
CVE-2026-80600
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80609
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80612
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80617
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80630
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80634
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80668
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80673
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80674
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80681
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80694
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-80714
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.8
CRITICAL
VIEW RECORD
CVE-2026-37751
Product identification pending
Reporter: CVE
9.8
CRITICAL
VIEW RECORD
CVE-2026-55559
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.8
CRITICAL
VIEW RECORD
CVE-2026-82329
artifactory
Reporter: REEFS
9.8
CRITICAL
VIEW RECORD
CVE-2026-19286
Product identification pending
Reporter: PSIRT
9.8
CRITICAL
VIEW RECORD
CVE-2026-54754
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.6
CRITICAL
VIEW RECORD
CVE-2026-54755
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.6
CRITICAL
VIEW RECORD
CVE-2026-82244
Product identification pending PATCH
Reporter: DISCLOSURE
9.4
CRITICAL
VIEW RECORD
CVE-2026-82078
PaperCut MF/NG
Reporter: EB41DAC7-0AF8-4F84-9F6D-0272772514F4
9.4
CRITICAL
VIEW RECORD
CVE-2026-78032
SOY CMS
Reporter: VULTURES
9.3
CRITICAL
VIEW RECORD
CVE-2026-80671
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.3
CRITICAL
VIEW RECORD
CVE-2026-80684
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.3
CRITICAL
VIEW RECORD
CVE-2026-80693
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.3
CRITICAL
VIEW RECORD
CVE-2026-55068
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.3
CRITICAL
VIEW RECORD
CVE-2026-55220
pimcore PATCH
Reporter: SECURITY-ADVISORIES
9.3
CRITICAL
VIEW RECORD
CVE-2026-55378
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.3
CRITICAL
VIEW RECORD
CVE-2026-82266
redpanda
Reporter: DISCLOSURE
9.3
CRITICAL
VIEW RECORD
CVE-2026-82277
argo-rollouts
Reporter: DISCLOSURE
9.3
CRITICAL
VIEW RECORD
CVE-2026-80603
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.1
CRITICAL
VIEW RECORD
CVE-2026-80670
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
9.1
CRITICAL
VIEW RECORD
CVE-2026-18918
Product identification pending
Reporter: EMO
9.1
CRITICAL
VIEW RECORD
CVE-2026-42007
Product identification pending PATCH
Reporter: SECURITY
9.1
CRITICAL
VIEW RECORD
CVE-2026-55247
plone.app.event PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-55248
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-55511
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-82281
kotaemon
Reporter: DISCLOSURE
9.1
CRITICAL
VIEW RECORD
CVE-2026-3627
Product identification pending
Reporter: PSIRT
9.1
CRITICAL
VIEW RECORD
CVE-2026-40541
Product identification pending PATCH
Reporter: SECURITY
9
CRITICAL
VIEW RECORD
CVE-2026-82021
Product identification pending PATCH
Reporter: DISCLOSURE
9
CRITICAL
VIEW RECORD
CVE-2026-80601
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80604
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80608
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80633
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80635
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80638
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80672
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80683
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80692
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80721
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80722
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-80724
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.8
HIGH
VIEW RECORD
CVE-2026-13761
Product identification pending
Reporter: SECURITY
8.8
HIGH
VIEW RECORD
CVE-2026-81578
PaperCut MF/NG
Reporter: EB41DAC7-0AF8-4F84-9F6D-0272772514F4
8.8
HIGH
VIEW RECORD
CVE-2026-55485
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.8
HIGH
VIEW RECORD
CVE-2026-55509
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.8
HIGH
VIEW RECORD
CVE-2026-55521
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.8
HIGH
VIEW RECORD
CVE-2026-72984
Product identification pending
Reporter: SECURE
8.8
HIGH
VIEW RECORD
CVE-2026-82282
Product identification pending
Reporter: DISCLOSURE
8.8
HIGH
VIEW RECORD
CVE-2026-82285
Product identification pending
Reporter: DISCLOSURE
8.8
HIGH
VIEW RECORD
CVE-2026-82286
Product identification pending
Reporter: DISCLOSURE
8.8
HIGH
VIEW RECORD
CVE-2026-18729
Product identification pending
Reporter: PSIRT
8.8
HIGH
VIEW RECORD
CVE-2026-78072
Product identification pending
Reporter: SECURITY
8.7
HIGH
VIEW RECORD
CVE-2026-82247
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82251
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82252
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82253
gitoxide PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82254
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82259
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82260
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82261
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-19412
CP-XR-DE21-S Router
Reporter: VDISCLOSE
8.7
HIGH
VIEW RECORD
CVE-2026-55245
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.7
HIGH
VIEW RECORD
CVE-2026-75124
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-81849
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
8.7
HIGH
VIEW RECORD
CVE-2026-82268
Product identification pending
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82270
Product identification pending
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82275
Product identification pending
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82278
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-82288
Product identification pending
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-55763
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.7
HIGH
VIEW RECORD
CVE-2026-75118
TL-MR100 v3.20
Reporter: F23511DB-6C3E-4E32-A477-6AA17D310630
8.7
HIGH
VIEW RECORD
CVE-2026-81517
Product identification pending
Reporter: CNA
8.7
HIGH
VIEW RECORD
CVE-2026-81518
Product identification pending
Reporter: CNA
8.7
HIGH
VIEW RECORD
CVE-2026-81520
BI Connector
Reporter: CNA
8.7
HIGH
VIEW RECORD
CVE-2026-81532
Product identification pending
Reporter: CNA
8.7
HIGH
VIEW RECORD
CVE-2026-55764
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.7
HIGH
VIEW RECORD
CVE-2026-80590
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.6
HIGH
VIEW RECORD
CVE-2026-82239
Product identification pending PATCH
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD
CVE-2026-82240
Product identification pending PATCH
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD
CVE-2026-56100
Product identification pending
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD
CVE-2026-75121
Product identification pending PATCH
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD
CVE-2026-75122
Product identification pending PATCH
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD

About the Vulnerability Pulse CVE Feed

The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.

How to Use the CVE Advisory Tracker

Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.

What Is a CVE Advisory?

A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.

CVE Analysis & Writeups

For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.