Lucene search
+L

1822 matches found

Kitploit
Kitploit
added 2026/09/18 5:08 a.m.12 views

php_filter_chain_generator

Generador de cadenas de filtros PHP Una CLI para generar cadenas de filtros PHP, consigue tu RCE sin subir un archivo si controlas por completo el parámetro pasado a un require o a un include en PHP. Uso Ayuda root@kitploit: $ python3 phpfilterchaingenerator.py --help usage:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 12:24 a.m.10 views

CVE-2021-41773

CVE-2021-41773 CVE-2021-41773 POC con Docker Configuración Para personalizar el archivo httpd.conf, cambie la línea 251 en la sección de Require all denied a Require all granted. root@kitploit: AllowOverride none Require all granted Crear un Dockerfile en tu proyecto root@kitploit: FROM...

9.8CVSS8.3AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/17 8:06 p.m.8 views

CVE-2018-17246

CVE-2018-17246 - Kibana LFI There is no input validation so we can change the name of the JavaScript file to anything we want. In this case, with the path traversal technique, we can choose any file on the Kibana server. One thing to be aware of, however, is node's module caching feature...

9.8CVSS7.6AI score0.82251EPSS
SaveExploits1
NVD
NVD
added 2026/09/17 2:17 p.m.6 views

CVE-2026-92935

vm2 is a sandbox for running untrusted Node.js code. In versions = 3.11.4 and = 3.11.6, the NodeVM constructor computes hasRealRequireConfig with typeof requireOpts === 'object' && requireOpts !== null, so an array-shaped require value for example require: satisfies the guard that is meant to...

9.5CVSS0.005EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 1:46 p.m.3 views

EUVD-2026-81599

vm2 before 3.11.7 contains a sandbox escape vulnerability in the CLI tool that allows attackers to execute arbitrary code in the host Node.js process. Attackers can supply a malicious script file to the vm2 CLI that uses requirefilename to re-execute itself in the host realm, bypassing sandbox...

9.3CVSS0.00219EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92950

vm2 before 3.11.7 contains a sandbox escape in its CLI tool . By supplying a malicious script file that calls require(__filename), an attacker re-executes the script in the host Node.js realm , breaking sandbox isolation and gaining access to host modules such as fs and child_process . This yield...

9.3CVSS0.00219EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 1:46 p.m.3 views

EUVD-2026-81585

vm2 is a sandbox for running untrusted Node.js code. In versions = 3.11.4 and = 3.11.6, the NodeVM constructor computes hasRealRequireConfig with typeof requireOpts === 'object' && requireOpts !== null, so an array-shaped require value for example require: satisfies the guard that is meant to...

9.5CVSS0.005EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.24 views

CVE-2026-92935 vm2 NodeVM Remote Code Execution via Array-Shaped Require

vm2 is a sandbox for running untrusted Node.js code. In versions = 3.11.4 and = 3.11.6, the NodeVM constructor computes hasRealRequireConfig with typeof requireOpts === 'object' && requireOpts !== null, so an array-shaped require value for example require: satisfies the guard that is meant to...

9.5CVSS0.005EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 1:46 p.m.2 views

CVE-2026-92935 vm2 NodeVM Remote Code Execution via Array-Shaped Require

vm2 is a sandbox for running untrusted Node.js code. In versions = 3.11.4 and = 3.11.6, the NodeVM constructor computes hasRealRequireConfig with typeof requireOpts === 'object' && requireOpts !== null, so an array-shaped require value for example require: satisfies the guard that is meant to...

9.5CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 1:46 p.m.15 views

CVE-2026-92935

vm2 is a sandbox for running untrusted Node.js code. In versions 3.11.4 through 3.11.6 , a flaw in the NodeVM constructor's guard (typeof requireOpts === 'object' && requireOpts !== null) allows an array-shaped require value (e.g., require: []) to pass, producing a resolver with only NESTING_OVER...

9.5CVSS0.005EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.12 views

CVE-2026-22686-RemoteCodeExecution-RCE-PoC

RCE in ESM Environments — The require Problem When achieving sandbox escape via CVE-2026-22686, executing OS commands in an ESM project "type": "module" requires bypassing Node.js module loading restrictions. Standard approaches fail for the following reasons:...

10CVSS5.8AI score0.00669EPSS
SaveExploits4
Vulnrichment
Vulnrichment
added 2026/09/15 5:40 a.m.7 views

CVE-2026-17495 moment vulnerable to Path Traversal via crafted non-string locale name

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. In versions 2.29.2 through 2.30.1, a specially crafted non-string object passed to moment.locale can bypass the locale-name path-traversal guard. The guard assumes the input is a string, so an object...

5.9CVSS5.7AI score0.00356EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/15 5:40 a.m.32 views

CVE-2026-17495 moment vulnerable to Path Traversal via crafted non-string locale name

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. In versions 2.29.2 through 2.30.1, a specially crafted non-string object passed to moment.locale can bypass the locale-name path-traversal guard. The guard assumes the input is a string, so an object...

5.9CVSS0.00356EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/15 5:40 a.m.5 views

CVE-2026-17495

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. In versions 2.29.2 through 2.30.1, a specially crafted non-string object passed to moment.locale can bypass the locale-name path-traversal guard. The guard assumes the input is a string, so an object...

5.9CVSS5.7AI score0.00356EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 3:04 a.m.6 views

CVE-2021-41773-i-

CVE-2021-41773 CVE-2021-41773 POC con Docker Configuración Para personalizar el archivo httpd.conf, cambie la línea 251 en la sección de Require all denied a Require all granted. root@kitploit: AllowOverride none Require all granted Crear un Dockerfile en tu proyecto root@kitploit: FROM...

9.8CVSS8.3AI score0.99992EPSS
SaveExploits165
Positive Technologies
Positive Technologies
added 2026/09/15 12:00 a.m.10 views

PT-2026-91861

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. In versions 2.29.2 through 2.30.1, a specially crafted non-string object passed to moment.locale can bypass the locale-name path-traversal guard. The guard assumes the input is a string, so an object...

5.9CVSS5.7AI score0.00356EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/09 9:10 p.m.7 views

MAL-2026-16100 Malicious code in discord-mfa-solver (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a91086c84ad0836c4b32ee5db890c9a6d9543f00e9dd31d18aed8a6acc9bdb3e On require of the package, lib/cache.js reached from index.js executes trymodule'require'catch — a bracket-notation, error-swallowed dynamic require ...

6.3AI score
SaveExploits0References4
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/09/09 9:10 p.m.15 views

Malicious code in discord-mfa-solver (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a91086c84ad0836c4b32ee5db890c9a6d9543f00e9dd31d18aed8a6acc9bdb3e On require of the package, lib/cache.js reached from index.js executes trymodule'require'catch — a bracket-notation, error-swallowed dynamic require ...

6.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/16 12:00 a.m.14 views

PT-2026-73168

Net::OAuth versions before 0.32 for Perl allow memory exhaustion via unbounded caching of failed module loads in smart require. smart require stores results in a process-global hash with no bound and no eviction, and keeps an entry for every class name it is asked about, including names that fail...

5.5AI score0.00436EPSS
SaveExploits0References4
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/15 1:43 p.m.62 views

Malicious code in require-i18next (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 5b5f50249e747ea23b84fdc6baa2202e9d786a872fd7d9a545017dc6fc5ad788 The package's preinstall.js reads a hex-encoded command string from preinstall.json, decodes it with Buffer.fromhex, 'hex', and passes the result to...

5.5AI score
SaveExploits0References2
Rows per page
Query Builder