Lucene search
+L

350 matches found

Kitploit
Kitploit
added 2026/08/26 11:11 p.m.2 views

CVE-2024-4358

CVE-2024-4358 一个针对CVE-2024-4358的漏洞检测与批量利用工具 安装: root@kitploit: git clone https://github.com/RevoltSecurities/CVE-2024-4358 pip install -r requirements.txt python3 exploit.py --help 使用: root@kitploit: python3 exploit.py -h / / / / / / / / | |// // / / / / / / / / / / / / / / // // / / / / / / /...

9.8CVSS9.1AI score0.97482EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/08/26 9:31 p.m.2 views

CVE-2025-24893-PoC

CVE-2025-24893 - Esecuzione di codice in remoto RCE su XWiki Un proof-of-concept PoC aggiornato per CVE-2025-24893 , una vulnerabilità critica di RCE non autenticata in XWiki. Questa versione migliora l'originale consentendo l'esecuzione arbitraria di comandi shell e l'iniezione pulita di reverse...

9.8CVSS8.4AI score0.99864EPSS
SaveExploits52References1
Kitploit
Kitploit
added 2026/08/26 9:29 p.m.2 views

CVE-2023-46604

CVE-2023-46604 01. Apache ActiveMQ & OpenWire 1 Panoramica di Apache ActiveMQ e OpenWire ActiveMQ è un broker che include client che supportano JMS e consente la comunicazione tra sistemi che utilizzano non solo Java ma anche vari linguaggi. Inoltre, tramite funzionalità di clustering, DB e...

10CVSS7.6AI score0.99723EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/08/26 8:36 p.m.2 views

cve-2023-1671

Сve-2023-1671 Como funciona o cve-2023-1671https://vulners.com/cve/CVE-2023-1671 ? /opt/ws/bin/ftsblistpack é um script Perl que chama /opt/ws/bin/sblistpack, que é outro script Perl. Os argumentos do comando shell nele são colocados entre aspas simples: root@kitploit: $rc += system"$sblistpack...

9.8CVSS9AI score0.99999EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/08/26 8:55 a.m.3 views

cve-2025-49844

CVE-2025-49844 Mein persönlicher Proof-of-Concept für CVE-2025-49844, auch bekannt als RediShell. Unterstützte Ziel-Builds: x86-64 Linux redis:8.2.1-alpine Docker-Image x86-64 Linux redis:8.2.1-bookworm Docker-Image Es ist etwas klobig, wahrscheinlich nicht so gut wie das von Wiz Research. Trotzd...

9.9CVSS7.6AI score0.86767EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/08/25 8:23 a.m.1 views

Langflow-CVE-2025-3248-Multi-target

⚠️ Scanner de Exploit RCE Langflow CVE-2025-3248 Este scanner baseado em Python automatiza a detecção de vulnerabilidades de Execução Remota de Código RCE não autenticada em instâncias Langflow via CVE-2025-3248. Ele usa um payload de prova de conceito que abusa do endpoint /api/v1/validate/code...

9.8CVSS9AI score0.99996EPSS
SaveExploits35
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.131 views

Apache Spark UI - Remote Command Injection

Apache Spark UI is susceptible to remote command injection. ACLs can be enabled via the configuration option spark.acls.enable. With an authentication filter, this checks whether a user has access permissions to view or modify the application. If ACLs are enabled, a code path in HttpSecurityFilte...

8.8CVSS8.6AI score0.93076EPSS
SaveExploits12References5
NVD
NVD
added 2026/08/21 11:16 p.m.12 views

CVE-2026-53541

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS0.00228EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/21 10:51 p.m.32 views

CVE-2026-53541 OliveTin has Unvalidated `ot_`-prefixed Arguments that Bypass Input Filtering

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS0.00228EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/21 9:16 a.m.9 views

CVE-2026-63046

Improper Neutralization of Argument Delimiters in a Command 'Argument Injection' vulnerability in Apache InLong. Agent Installer's ModuleManager executes arbitrary shell commands via ExcuteLinux.exeCmd with no filtering or whitelist validation. This issue affects Apache InLong: from 2.0.0 before...

8.8CVSS0.00288EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/19 2:06 p.m.10 views

CVE-2026-43961 Vim: vimscript injection via unescaped filename in netrw s:netrwmarkfile() filter() expression allows arbitrary code execution

A flaw was found in Vim's netrw plugin. A crafted filename containing quote characters and expression fragments can break out of the quoted context during mark/unmark operations, allowing arbitrary Vimscript execution. This can be leveraged to run shell commands with the privileges of the user...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 2:06 p.m.58 views

CVE-2026-43961

Vim's s:NetrwMarkFile() function in runtime/pack/dist/opt/netrw/autoload/netrw.vim interpolates a directory-listing filename directly into a filter() expression string ('v:val != "'.dname.'"'). A crafted filename with a double quote breaks the literal, allowing arbitrary Vimscript and shell execu...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2026/08/19 2:06 p.m.17 views

CVE-2026-43961

A flaw was found in Vim's netrw plugin. A crafted filename containing quote characters and expression fragments can break out of the quoted context during mark/unmark operations, allowing arbitrary Vimscript execution. This can be leveraged to run shell commands with the privileges of the user...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/19 2:06 p.m.4 views

CVE-2026-43961

A flaw was found in Vim's netrw plugin. A crafted filename containing quote characters and expression fragments can break out of the quoted context during mark/unmark operations, allowing arbitrary Vimscript execution. This can be leveraged to run shell commands with the privileges of the user...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/03 3:49 a.m.11 views

mariadb: Arbitrary shell command execution via improper sanitization in CONNECT engine

A flaw was found in MariaDB server. When the CONNECT engine is installed and REST support is enabled on Windows, a user can exploit improper sanitization of the table HTTP attribute. This attribute is interpolated into the curl command line, allowing for arbitrary shell command execution on the...

9.9CVSS5.8AI score0.01334EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/28 1:29 p.m.12 views

MAL-2026-11120 Malicious code in @ai_/autoprefixers (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 2bffb6e00dd7cc6edb63e3890139943019f9fa0868440ecc46cb61482416bc3d @ai/[email protected] is a typosquat of the popular 'autoprefixer' package. On require/import of the main entry, the module base64-decodes the stri...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/07/16 6:48 p.m.9 views

MAL-2026-10708 Malicious code in @aicommander/agent (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 9a0d4917f10db91a59e47821bfa2399801219a85da0a59b8596d85fd3931fc93 @aicommander/agent installs a remote-machine agent that opens an outbound WebSocket to the hardcoded relay https://aicommander.dev and executes shell...

6.6AI score
SaveExploits0References1
NVD
NVD
added 2026/07/15 10:17 p.m.24 views

CVE-2026-55576

MaaAssistantArknights is a one-click tool for daily Arknights tasks. In the current dev-v2 workflow, .github/workflows/release-preparation.yml inlined attacker-controlled github.event.pullrequest.title into a run: shell command during the pullrequest opened, reopened, and readyforreview events, s...

8.8CVSS0.00461EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/15 9:02 p.m.17 views

CVE-2026-55576 MaaAssistantArknights: PR-title expression injection in release-preparation.yml

MaaAssistantArknights is a one-click tool for daily Arknights tasks. In the current dev-v2 workflow, .github/workflows/release-preparation.yml inlined attacker-controlled github.event.pullrequest.title into a run: shell command during the pullrequest opened, reopened, and readyforreview events, s...

8.8CVSS6.2AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/15 9:02 p.m.8 views

CVE-2026-55576 MaaAssistantArknights: PR-title expression injection in release-preparation.yml

MaaAssistantArknights is a one-click tool for daily Arknights tasks. In the current dev-v2 workflow, .github/workflows/release-preparation.yml inlined attacker-controlled github.event.pullrequest.title into a run: shell command during the pullrequest opened, reopened, and readyforreview events, s...

8.8CVSS5.4AI score0.00461EPSS
SaveExploits0References2
Rows per page
Query Builder