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-90435NVD

Vulnerability Summary

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

RDMA/mlx5: Fix integer overflow of user QP buffer size

set_user_buf_size() computes the QP buffer size by left-shifting the
user-supplied rq.wqe_cnt and rq.wqe_shift values as signed integers.
A sufficiently large rq.wqe_cnt causes signed integer overflow, which
is undefined behavior, and yields a small or negative buf_size, causing
ib_umem_get() to map a buffer smaller than the hardware will actually
write into.

Replace the shifts and addition with check_shl_overflow() and
check_add_overflow(), rejecting invalid user inputs.

Moreover, guard the identical shift computing qp->sq.offset in
_create_user_qp() before set_user_buf_size() is reached.
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.13%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 >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < ccce6b7ef1d7efc59ccba3421e1339c6e63a3d20
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < d99622e40aaa910ade681dfd4dc0fa240a011331
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < c845e5e05140ea1bc64a5b1107942d93c876034d
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < 42fb8aefffff5b458aaa66803364a16e0ea44129
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < d7fa2ff72ad1861eac194a4e0075d504ba8c246e
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < 5b6cfc6d7ff0959dd9766fdc24286a253b59ca77
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < f917707f0de0832b8ab582391b1f64e549995c6c
  • Linux Linux >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c and < dec47e4b0fe34afdf38caa72b4408ba95502e5de
  • Linux Linux >= 3.11
Patched Versions
  • Linux Linux ccce6b7ef1d7efc59ccba3421e1339c6e63a3d20
  • Linux Linux d99622e40aaa910ade681dfd4dc0fa240a011331
  • Linux Linux c845e5e05140ea1bc64a5b1107942d93c876034d
  • Linux Linux 42fb8aefffff5b458aaa66803364a16e0ea44129
  • Linux Linux d7fa2ff72ad1861eac194a4e0075d504ba8c246e
  • Linux Linux 5b6cfc6d7ff0959dd9766fdc24286a253b59ca77
  • Linux Linux f917707f0de0832b8ab582391b1f64e549995c6c
  • Linux Linux dec47e4b0fe34afdf38caa72b4408ba95502e5de
📧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.