CVE-2026-97525: Product identification pending
- Severity
- 8.2 (HIGH)
- Patch status
- Unknown
- Published
- 2026-09-25T11:17:02.647
- Modified
- 2026-09-25T15:17:57.917
Why it matters
High-severity vulnerability requiring prioritized review.
Recommended admin actions
- Review and patch based on exposure, asset criticality, and business impact.
- Compare installed versions against the affected version range in the advisory.
Technical summary
In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines (such as pte_alloc_one_kernel()) when the CPA code splits a large page (__split_large_page()). This means the page table constructor is never called nor is the page table marked as a kernel page table. The former results in the folio associated with the page table not being marked as a page table (__pagetable_ctor() is never called thus neither is __folio_set_pgtable()) nor are statistics updated to reflect it (lruvec_stat_add_folio() is never called). The latter issue of failing to mark the page table as a kernel page table (ptdesc_set_kernel() is never called) is far more problematic. Since commit: 5ba2f0a15564 ("mm: introduce deferred freeing for kernel page tables") kernel page table freeing has been batched and since the subsequent commit: e37d5a2d60a3 ("iommu/sva: invalidate stale IOTLB entries for kernel address space") IOTLB cache entries for kernel page tables have been invalidated upon being freed. Since split page tables are freed without this invalidation, the IOTLB can contain stale entries for them. Resolve the issue by using the ordinary PTE allocation API at split time. This results in these kernel page tables invoking a page table constructor, and thus requires a page table destructor. Destructors are not always present, like for early allocated direct map page tables). Conditionally call pagetable_dtor_free() if the PG_table folio flag for the ptdesc is set, otherwise we free the page table via pagetable_free(). Regardless of which path is taken page tables marked as kernel page tables, which now includes split page tables, take the correct route through pagetable_free_kernel(). There is a user-visible side effect in that split page tables will appear in nr_page_table_pages in /proc/vmstat (as do other kernel page tables allocated after early boot), however this is a positive change. This issue started being markedly problematic after commit: 5ba2f0a15564 ("mm: introduce deferred freeing for kernel page tables") so choose this as the Fixes target. [ dhansen: rephrase in imperative mood ]
View the official NVD record for CVE-2026-97525
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-61732 |
Decepticon PATCH
Reporter: SECURITY-ADVISORIES
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-93425 |
dokploy PATCH
Reporter: SECURITY-ADVISORIES
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-93207 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-97413 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-13249 |
Product identification pending
Reporter: PSIRT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-14281 |
Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-92609 |
Product identification pending PATCH
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-100075 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-93643 |
Product identification pending
Reporter: CVE
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-61604 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-61741 |
http4s-scala-xml
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-61742 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-13016 |
Product identification pending PATCH
Reporter: PSIRT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-86860 |
Product identification pending PATCH
Reporter: PSIRT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93291 |
Product identification pending
Reporter: ICS-CERT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-95832 |
Product identification pending PATCH
Reporter: 4DAA8CEA-433A-44BD-9456-53B127FC289A
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93641 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93642 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93647 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-81630 |
Product identification pending
Reporter: ICS-CERT
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-93228 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-79766 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-89055 |
Customer Reviews for WooCommerce
Reporter: SECURITY
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-93399 |
Online Scheduling and Appointment Booking System – Bookly
Reporter: SECURITY
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-93289 |
Product identification pending
Reporter: ICS-CERT
|
9
CRITICAL
|
VIEW RECORD |
| CVE-2026-94606 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-93280 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93284 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93790 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93793 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93799 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93806 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-94609 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97409 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97442 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97509 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-13248 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-62062 |
Product identification pending
Reporter: AUDIT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-19804 |
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions
Reporter: SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-89426 |
Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more
Reporter: SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97527 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97528 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97555 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97957 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-98115 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-85542 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93834 |
Product identification pending
Reporter: SECALERT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-96812 |
Product identification pending
Reporter: CVE-COORDINATION
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-56744 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-63498 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-91122 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-85057 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-61825 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-86858 |
Product identification pending PATCH
Reporter: PSIRT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-86859 |
Product identification pending PATCH
Reporter: PSIRT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-82566 |
Product identification pending
Reporter: ICS-CERT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-84399 |
Product identification pending
Reporter: ICS-CERT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-96883 |
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-87721 |
Product identification pending PATCH
Reporter: CVE-COORDINATION
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-87722 |
Product identification pending PATCH
Reporter: CVE-COORDINATION
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-77581 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-63493 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-95985 |
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-81455 |
Product identification pending
Reporter: SECURITY_ALERT
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-77967 |
Product identification pending
Reporter: ICS-CERT
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-97818 |
Product identification pending
Reporter: CVE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-56739 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-56738 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-82371 |
Product identification pending PATCH
Reporter: SIRT
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-82372 |
Product identification pending PATCH
Reporter: SIRT
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-93354 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-85082 |
Product identification pending
Reporter: HELP
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-97730 |
Product identification pending PATCH
Reporter: CVE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100172 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100176 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-93827 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97450 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97451 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97452 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97455 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-86857 |
Product identification pending PATCH
Reporter: PSIRT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-14443 |
Product identification pending PATCH
Reporter: SIRT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-95699 |
Product identification pending
Reporter: ICS-CERT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97898 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-96746 |
Product identification pending
Reporter: CNA
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-82157 |
Product identification pending
Reporter: SECURITY_ALERT
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-96748 |
Product identification pending
Reporter: CNA
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-91160 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-97433 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-85056 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-97525 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-56737 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93221 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93224 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93282 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-62368 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93786 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93787 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-94611 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-77294 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
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.