Critical Alert 1 Active Exploit Detected Today

CVE-2026-7273 Zyxel GS1900 Series Switches Stack-Based Buffer Overflow Vulnerability →
Powered by CVE Watchtower
×

CVE Watchtower

← Back to CVE List

CVE-2026-90291NVD

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved:

module/dups: Fix use-after-free in kmod_dup_req lifetime handling

The kmod dups code uses RCU to ensure that a kmod_dup_req instance is freed
only after it is no longer referenced. When releasing an instance, the
kmod_dup_request_delete() function removes the kmod_dup_req from the
dup_kmod_reqs list, waits via synchronize_rcu() and finally frees it.
However, this doesn't work correctly because parallel users referencing the
instance in kmod_dup_request_exists_wait() don't enter an RCU read-side
critical section. This can result in a use-after-free.

The kmod_dup_request_exists_wait() function may need to hold a valid
reference to a kmod_dup_req instance across a blocking wait until the
corresponding modprobe command completes. This makes it unsuitable for RCU.

Fix the issue by changing the lifecycle management of kmod_dup_req to use
reference counting.
Severity Level
HIGH(7.8)
Published Date
Sep 17, 2026
Last Modified
Sep 18, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.16%Probability
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics — Score 7.8 (HIGH)
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

Affected & Patched Versions

Affected Versions
  • Linux Linux >= 8660484ed1cf3261e89e0bad94c6395597e87599 and < 2c85e0fb528e039aa8ea1e9c2a1f64347f990541
  • Linux Linux >= 8660484ed1cf3261e89e0bad94c6395597e87599 and < b2709aad7599f6fd957939b60f4a8323c8f08072
  • Linux Linux >= 8660484ed1cf3261e89e0bad94c6395597e87599 and < cd2396fc9684d2cfd3f3c3f09c79d6d9d725b0ca
  • Linux Linux >= 8660484ed1cf3261e89e0bad94c6395597e87599 and < 5eecb11b543f9f417bcf0dea239ff99c6af65dbd
  • Linux Linux >= 6.4
Patched Versions
  • Linux Linux 2c85e0fb528e039aa8ea1e9c2a1f64347f990541
  • Linux Linux b2709aad7599f6fd957939b60f4a8323c8f08072
  • Linux Linux cd2396fc9684d2cfd3f3c3f09c79d6d9d725b0ca
  • Linux Linux 5eecb11b543f9f417bcf0dea239ff99c6af65dbd
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.