← Back to the live CVE advisory feed

CVE-2026-93221: Product identification pending

Severity
8.1 (HIGH)
Patch status
Unknown
Published
2026-09-24T16:17:17.310
Modified
2026-09-25T05:17:00.150

Why it matters

This matters because the affected product may allow code execution. Prioritize systems that are internet-facing or have privileged access to other infrastructure.

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.
  • Review logs for suspicious activity related to the affected application or component.

Technical summary

In the Linux kernel, the following vulnerability has been resolved: nfsd: convert nfsd_net boolean flags to unsigned long flags word nfsd_net contains several boolean fields that are accessed from concurrent contexts without serialization. In particular, nfsd4_end_grace() guards its drain path with a plain bool: if (nn->grace_ended) return; nn->grace_ended = true; The read and the write are independent, and nothing in struct nfsd_net serializes them. At least two contexts can reach this code with no lock held: laundromat path laundry_wq kworker nfs4_laundromat() nfsd4_end_grace() RECLAIM_COMPLETE path nfsd compound kthread nfsd4_reclaim_complete() inc_reclaim_complete() nfsd4_end_grace() Both callers can observe grace_ended == false on different CPUs, both store true, and both proceed into nfsd4_record_grace_done(), which invokes the active client_tracking_ops->grace_done callback. For tracking ops that drain reclaim_str_hashtbl (legacy_tracking_ops via nfsd4_recdir_purge_old, and the cld v1+ ops via nfsd4_cld_grace_done), grace_done calls nfs4_release_reclaim(), which walks every bucket of reclaim_str_hashtbl with no lock and calls nfs4_remove_reclaim_record() (list_del + kfree) on each entry. Two concurrent walkers corrupt the list and double-free every nfs4_client_reclaim. A concurrent nfsd4_find_reclaim_client() iterating the same bucket reads through freed memory. A third call site exists in nfs4_state_start_net() on the skip_grace startup path, but it runs under nfsd_mutex before any client has connected and before the laundromat's first delayed work fires, so it cannot race with the two callers above. Replace the scattered boolean fields in nfsd_net with a single unsigned long flags word and an enum nfsd_net_flag for the bit positions. The grace_ended race is fixed by using test_and_set_bit(), which is atomic on all architectures. The remaining flags (grace_end_forced, in_grace, somebody_reclaimed, track_reclaim_completes, nfsd_net_up, lockd_up) are converted to use test_bit/set_bit/clear_bit for consistency. This avoids sub-word cmpxchg issues on architectures like Hexagon that only support word-sized atomic operations.

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 25, 2026 04:00 PM UTC
917 RECORDS
SECURE FEED ACTIVE
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.