← Back to the live CVE advisory feed

CVE-2026-97941: Product identification pending

Severity
7.8 (HIGH)
Patch status
Unknown
Published
2026-09-25T11:17:21.517
Modified
2026-09-25T15:18:02.843

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: mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race Commit ba7425312607 ("mm, slab: add an optimistic __slab_try_return_freelist()") incorrectly assumed that nobody has freed an object to the slab as long as slab->freelist is NULL and cmpxchg succeeds. However, as reported by Hyunwoo Kim [1], other CPUs might have freed an object to the slab, insert the slab to the partial list, then allocated an object from the slab, and be in the middle of removing the slab from the list under n->list_lock. Since __refill_objects_node() puts the slab back on pc.slabs outside n->list_lock, it might insert the slab into that list while the slab is concurrently being removed from n->partial. This led to a list corruption [1]: list_add corruption. next->prev should be prev (ffff888100000248), but was dead000000000122. (next=ffffea000416e410). kernel BUG at lib/list_debug.c:29! Oops: invalid opcode: 0000 [#1] SMP NOPTI CPU: 1 UID: 65534 PID: 144 Comm: poc Not tainted 7.2.0-16172-gcf72cbb39da8-dirty #1 PREEMPT(lazy) RIP: 0010:__list_add_valid_or_report+0x80/0xd0 … Call Trace: alloc_from_new_slab+0x183/0x300 ___slab_alloc+0x31c/0x890 __kmalloc_noprof+0x3d4/0x800 lsm_blob_alloc+0x2d/0x50 security_msg_msg_alloc+0x26/0x90 load_msg+0x1aa/0x210 do_msgsnd+0x91/0x800 do_syscall_64+0x109/0x5d0 entry_SYSCALL_64_after_hwframe+0x77/0x7f … Kernel panic – not syncing: Fatal exception This is a classic ABA problem where cmpxchg succeeds but the state has changed since __refill_objects_node() took the freelist from the slab. As Vlastimil Babka mentioned [2], it should be rare to return more than one slab (due to the racy read of slab->counters in get_partial_node_bulk()). Therefore, instead of introducing additional complexity, acquire and release n->list_lock twice in the worst case. Return the slab directly to the partial list and hold n->list_lock across the cmpxchg and add_partial(). This is similar to the initial version of commit ba7425312607 [3]. This is enough to avoid the race as the list manipulation is serialized by n->list_lock. While at it, bring back unlikely() hint now that the condition is unlikely.

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

VULNERABILITY PULSE

LAST UPDATED: SEP 26, 2026 12:00 AM UTC
683 RECORDS
SECURE FEED ACTIVE
AFFECTED PRODUCT ACTION
CVE-2026-100382
Product identification pending PATCH
Reporter: C4F26CC8-17FF-4C99-B5E2-38FC1793EACC
10
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-92161
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.8
CRITICAL
VIEW RECORD
CVE-2026-48482
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.4
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-97063
X-SpringBoot
Reporter: DISCLOSURE
9.3
CRITICAL
VIEW RECORD
CVE-2026-97064
X-SpringBoot
Reporter: DISCLOSURE
9.3
CRITICAL
VIEW RECORD
CVE-2026-100389
GestSup PATCH
Reporter: DISCLOSURE
9.2
CRITICAL
VIEW RECORD
CVE-2026-92288
Lemonldap-NG-Portal PATCH
Reporter: 9B29ABF9-4AB0-4765-B253-1875CD9B441E
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-39353
InvoicePlane PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-42322
Piwigo PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-62262
Piwigo
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-84458
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
9.1
CRITICAL
VIEW RECORD
CVE-2026-100390
Product identification pending
Reporter: DISCLOSURE
9.1
CRITICAL
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-2025-51457
Product identification pending
Reporter: CVE
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-94445
Product identification pending
Reporter: SECURITY
8.8
HIGH
VIEW RECORD
CVE-2026-61525
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.8
HIGH
VIEW RECORD
CVE-2026-100391
Product identification pending
Reporter: DISCLOSURE
8.8
HIGH
VIEW RECORD
CVE-2026-96795
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.8
HIGH
VIEW RECORD
CVE-2026-89032
Product identification pending PATCH
Reporter: DISCLOSURE
8.7
HIGH
VIEW RECORD
CVE-2026-56725
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.7
HIGH
VIEW RECORD
CVE-2026-56733
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.7
HIGH
VIEW RECORD
CVE-2026-97818
Product identification pending
Reporter: CVE
8.6
HIGH
VIEW RECORD
CVE-2026-84462
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.6
HIGH
VIEW RECORD
CVE-2026-97060
Product identification pending
Reporter: DISCLOSURE
8.6
HIGH
VIEW RECORD
CVE-2026-100372
Product identification pending PATCH
Reporter: DISCLOSURE
8.6
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-47679
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.5
HIGH
VIEW RECORD
CVE-2026-55214
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.5
HIGH
VIEW RECORD
CVE-2026-71483
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.5
HIGH
VIEW RECORD
CVE-2026-97898
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
8.4
HIGH
VIEW RECORD
CVE-2026-100248
Product identification pending PATCH
Reporter: CVE
8.4
HIGH
VIEW RECORD
CVE-2026-56731
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.4
HIGH
VIEW RECORD
CVE-2026-100368
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.4
HIGH
VIEW RECORD
CVE-2026-100369
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.4
HIGH
VIEW RECORD
CVE-2026-100501
Product identification pending
Reporter: DISCLOSURE
8.3
HIGH
VIEW RECORD
CVE-2026-97525
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.2
HIGH
VIEW RECORD
CVE-2026-67236
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.2
HIGH
VIEW RECORD
CVE-2026-67409
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.2
HIGH
VIEW RECORD
CVE-2026-67410
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.2
HIGH
VIEW RECORD
CVE-2026-92713
Modula Image Gallery – Photo Grid & Video Gallery
Reporter: SECURITY
8.1
HIGH
VIEW RECORD
CVE-2026-97570
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.1
HIGH
VIEW RECORD
CVE-2026-97573
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.1
HIGH
VIEW RECORD
CVE-2026-97875
Product identification pending
Reporter: 74B3A70D-CCA6-4D34-9789-E83B222AE3BE
8.1
HIGH
VIEW RECORD
CVE-2026-98069
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.1
HIGH
VIEW RECORD
CVE-2026-98070
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.1
HIGH
VIEW RECORD
CVE-2026-98130
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
8.1
HIGH
VIEW RECORD
CVE-2026-51773
Product identification pending
Reporter: CVE
8.1
HIGH
VIEW RECORD
CVE-2026-44642
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
8.1
HIGH
VIEW RECORD
CVE-2026-97735
Product identification pending PATCH
Reporter: CVE
8
HIGH
VIEW RECORD
CVE-2026-97548
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97575
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97576
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97577
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97578
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97579
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97580
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97584
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97594
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97602
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97611
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97612
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97903
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97910
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97911
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97937
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97940
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97941
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97971
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-97991
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98002
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98017
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98023
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98052
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98073
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98112
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98116
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
HIGH
VIEW RECORD
CVE-2026-98122
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
7.8
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.