CyberRota
← Ana sayfaya dön

CVE-2026-41690

HIGH · CVSS 8.6 EPSS %0.10 Public Exploit

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-08T16:16:11.473 · Çekilme zamanı: 2026-06-07T12:00:36.453973+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

Public Exploit Sinyali

Bu CVE için açıklama veya referanslarda public exploit / PoC / GitHub / Metasploit sinyali tespit edildi.

GitHub PoC Linkleri

Not: Bu bağlantılar yalnızca güvenlik araştırması ve doğrulama amacıyla listelenmiştir.

CVE
CVE-2026-41690
Severity
HIGH
CVSS
8.6
EPSS
%0.10

Orijinal NVD Açıklaması

18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno. Versions prior to 3.9.3 allow an unauthenticated HTTP client to pollute Object.prototype in the Node.js process hosting the middleware, via two unvalidated entry points that reach internal object-key writes: getResourcesHandler and missingKeyHandler. This can break authorisation checks (if (user.isAdmin) returning true for any user), cause type-confusion DoS, and depending on downstream code it can be chained into RCE.