Lucene search
+L

68 matches found

NVD
NVD
added 2026/08/26 3:17 p.m.7 views

CVE-2026-80520

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS0.00432EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.34 views

CVE-2026-80520 ovpn: fix NULL dereference when killing missing key

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS0.00432EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 5:31 a.m.8 views

EUVD-2026-65298

The Fluent Boards Pro plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.0.11 due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Subscriber-level access and above, to perform an...

4.3CVSS5.4AI score0.00161EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:17 p.m.11 views

CVE-2026-48088

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the route POST /api/tenants/tenantId/staff/staffId/crypto accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without...

9.4CVSS0.00293EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/21 10:04 p.m.22 views

Node.js Adapter for Hono: Unauthenticated memory-leak DoS via aborted WebSocket handshake

Summary A WebSocket upgrade request to an upgradeWebSocket route with a missing or malformed Sec-WebSocket-Key header leaks memory permanently. The request's IncomingMessage is retained in an internal map and a pending promise is never settled, even though no connection is established. Since the...

5.3CVSS5.4AI score0.00388EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/19 11:11 a.m.8 views

OESA-2026-3005 edk2 security update

EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications. Security Fixes: Issue summary: A specially crafted password-encrypted CMS message can trigger a NULL pointer dereference during CMS decryption. Impact summary: This NULL pointer...

5.9CVSS7.1AI score0.0106EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 5:28 p.m.20 views

GHSA-2933-Q333-QG83 i18next-fs-backend vulnerable to prototype pollution via crafted missing-key string

Impact i18next-fs-backend ≤ 2.6.5, when used to persist missing translation keys e.g. via i18next-http-middleware's missingKeyHandler exposed to untrusted input, is vulnerable to prototype pollution via crafted missing-key strings. Backend.writeFile splits each queued missing-key string on the...

9.1CVSS5.9AI score0.00507EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/06/25 5:28 p.m.16 views

EUVD-2026-37005

i18next-fs-backend vulnerable to prototype pollution via crafted missing-key string...

9.1CVSS5.8AI score0.00507EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/06/25 5:28 p.m.16 views

NPM: i18next-fs-backend vulnerable to prototype pollution via crafted missing-key string

NPM: i18next-fs-backend vulnerable to prototype pollution via crafted missing-key string vulnerability discovered by ? in WordPress Npm i18next-fs-backend versions 2.6.6...

9.1CVSS5.8AI score0.00507EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/25 5:28 p.m.17 views

i18next-http-middleware: MissingKeyHandler does not reject keys whose segments contain prototype-polluting names

Impact i18next-http-middleware ≤ 3.9.6's missingKeyHandler blocked the literal request-body keys proto, constructor, and prototype added in 3.9.3, see GHSA-5fgg-jcpf-8jjw, but did not reject dotted variants such as "proto.polluted". Downstream backends that split the missing-key string on a...

9.1CVSS5.8AI score0.00507EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/06/25 5:28 p.m.17 views

EUVD-2026-37006

i18next-http-middleware: MissingKeyHandler does not reject keys whose segments contain prototype-polluting names...

9.1CVSS5.8AI score0.00507EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/06/25 5:28 p.m.16 views

NPM: i18next-http-middleware: MissingKeyHandler does not reject keys whose segments contain prototype-polluting names

NPM: i18next-http-middleware: MissingKeyHandler does not reject keys whose segments contain prototype-polluting names vulnerability discovered by ? in WordPress Npm i18next-http-middleware versions 3.9.7...

9.1CVSS5.8AI score0.00507EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/06/15 10:16 p.m.23 views

CVE-2026-48713

Versions prior to 2.6.6 are vulnerable to prototype pollution via crafted missing-key strings when used to persist missing translation keys e.g. via i18next-http-middleware's missingKeyHandler exposed to untrusted input. Backend.writeFile splits each queued missing-key string on the configured...

9.1CVSS0.00507EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/15 8:41 p.m.48 views

CVE-2026-48714

The CVE-2026-48714 issue affects i18next-http-middleware prior to 3.9.7. The missingKeyHandler can accept request-body keys like proto , constructor, and prototype (and similar dotted variants) and, when downstream backends such as i18next-fs-backend ≤ 2.6.5 split on keySeparator, passes them to ...

9.1CVSS5.4AI score0.00507EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/06/15 8:31 p.m.67 views

CVE-2026-48713

CVE-2026-48713 affects i18next-fs-backend prior to 2.6.6. The issue arises when crafted missing-key strings are persisted via missingKeyHandler, where Backend.writeFile() splits keys on keySeparator and the path walker could reach Object.prototype (e.g., a key like "proto .polluted"), allowing pr...

9.1CVSS5.5AI score0.00507EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/15 8:31 p.m.9 views

CVE-2026-48713 i18next-fs-backend: Prototype pollution via crafted missing-key string

Versions prior to 2.6.6 are vulnerable to prototype pollution via crafted missing-key strings when used to persist missing translation keys e.g. via i18next-http-middleware's missingKeyHandler exposed to untrusted input. Backend.writeFile splits each queued missing-key string on the configured...

9.1CVSS5.4AI score0.00507EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/15 8:31 p.m.13 views

CVE-2026-48713 i18next-fs-backend: Prototype pollution via crafted missing-key string

Versions prior to 2.6.6 are vulnerable to prototype pollution via crafted missing-key strings when used to persist missing translation keys e.g. via i18next-http-middleware's missingKeyHandler exposed to untrusted input. Backend.writeFile splits each queued missing-key string on the configured...

9.1CVSS6AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/15 12:00 a.m.42 views

PT-2026-49528

Name of the Vulnerable Software and Affected Versions i18next versions prior to 2.6.6 Description Prototype pollution occurs via crafted missing-key strings when used to persist missing translation keys. This happens when the Backend.writeFile function splits queued missing-key strings using the...

9.1CVSS5.9AI score0.00507EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/06/05 7:47 p.m.18 views

CVE-2026-45254

In the case of the capnet service, when a key present in the old limit was omitted from the new limit, the missing key was treated as "allow any" instead of being rejected. In certain scenarios, an application that had previously restricted a subset of network operations could ask for a new limit...

6.5CVSS5.5AI score0.00194EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/28 12:00 a.m.22 views

rustfs 安全漏洞

RustFS is a high-performance object storage system developed by RustFS. Versions of RustFS prior to 1.0.0-beta.2 contained security vulnerabilities. These vulnerabilities stemmed from the internal RPC layer reverting to the public default key when no shared key was configured, which could lead to...

9.8CVSS5.8AI score0.00268EPSS
SaveExploits0References2
Rows per page
Query Builder