Lucene search
+L

479760 matches found

Kitploit
Kitploit
added 2026/08/28 5:48 p.m.3 views

CVE-2026-21011-Log4j-style-JNDI-Injection-in-Custom-Logger-Simulated-

CVE-2026-21011 – कस्टम लॉगर में Log4j‑शैली JNDI इंजेक्शन सिम्युलेटेड प्रोग्राम कोड Python में Java सिमुलेशन root@kitploit: log4jsim.py - Custom logger that evaluates $... patterns import subprocess, re def logmessage: Vulnerable: looks up JNDI-like syntax and executes pattern = r'$\jndi:.+?' for...

6.8CVSS5.8AI score0.00149EPSS
SaveExploits1
EUVD
EUVD
added 2026/08/28 5:46 p.m.20 views

EUVD-2026-42997

Snipe-IT has CSV formula injection in Activity Report export...

7.3CVSS5.9AI score0.00234EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/28 5:45 p.m.3 views

CVE-2026-11120-Command-Injection-via-Git-URL-in-CI-CD-Pipeline

CVE-2026-11120 – Injeção de Comando via URL do Git no Pipeline de CI/CD Código do Programa Python root@kitploit: cicdbuild.py - Clones repository without sanitizing URL import subprocess, sys def cloneandbuildrepourl: Vulnerability: repourl can contain shell metacharacters cmd = f"git clone repou...

9.6CVSS7.2AI score0.00265EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/28 5:44 p.m.6 views

CVE-2026-11115-Database-Connection-String-Injection-via-Env-Variable

CVE-2026-11115 – पर्यावरण चर के माध्यम से डेटाबेस कनेक्शन स्ट्रिंग इंजेक्शन प्रोग्राम कोड Python root@kitploit: dbconnector.py - Constructs DB connection string from environment import os, psycopg2 def connect: Reads DBURL; attacker can override via environment injection if they control an env va...

7.3CVSS5.3AI score0.00079EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 5:44 p.m.4 views

CVE-2026-11113-SMTP-Header-Injection-in-Contact-Form

CVE-2026-11113 – Iniezione di header SMTP nel modulo di contatto Codice del programma Python root@kitploit: contactformserver.py - Mails feedback without sanitizing headers from flask import Flask, request import smtplib app = Flaskname @app.route'/contact', methods='POST' def contact: sender =...

9.6CVSS7.2AI score0.00265EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/28 5:44 p.m.3 views

CVE-2026-11112-XXE-via-SVG-Image-Upload

CVE-2026-11112 – SVG इमेज अपलोड के माध्यम से XXE प्रोग्राम कोड Python Flask + XML पार्सर root@kitploit: xxeuploadserver.py - Uploads SVG, renders with lxml resolving entities from flask import Flask, request from lxml import etree app = Flaskname @app.route'/upload', methods='POST' def uploadsvg:...

9.6CVSS7.2AI score0.00216EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/28 5:43 p.m.3 views

CVE-2026-11104-Python-SSTI-via-Jinja2-attr-Filter-Bypass

CVE-2026-11104 – जिन्जा2 |attr फ़िल्टर बाईपास के माध्यम से Python SSTI प्रोग्राम कोड Flask root@kitploit: vulnerableapp.py - Flask with Jinja2 SSTI via 'attr' filter from flask import Flask, request, rendertemplatestring app = Flaskname @app.route'/' def index: name = request.args.get'name',...

6.5CVSS6.6AI score0.0025EPSS
SaveExploits1
EUVD
EUVD
added 2026/08/28 5:41 p.m.7 views

EUVD-2026-67846

Improper neutralization of input used for llm prompting in Microsoft Edge for iOS allows an unauthorized attacker to perform spoofing over a network...

5.4CVSS5.9AI score0.00298EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/28 5:31 p.m.34 views

CVE-2026-55566 Yamcs: DOM XSS in Extension Routing

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs processes attacker-controlled data from the /ext URL route in yamcs-web/src/main/webapp/projects/webapp/src/app/core/routes/extension.matcher.ts, extension.component.ts, and app.component.ts without checking registered plugin...

4.3CVSS0.00274EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/28 5:30 p.m.10 views

Yamcs vulnerable to authenticated remote code execution via unescaped StreamSQL `LIKE` pattern compiled by Janino (`LikeExpression`)

Summary Yamcs compiles StreamSQL query expressions to Java at runtime with Janino. The LIKE operator inserts the user-supplied pattern into the generated Java unescaped, inside a "..." literal, so a pattern containing " breaks out and injects arbitrary Java e.g. a static block that runs an OS...

9.9CVSS6.2AI score0.00976EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2026/08/28 5:29 p.m.41 views

CVE-2026-55565

Yamcs (mission control framework) is vulnerable to authenticated remote code execution in LikeExpression.fillCode_getValueReturn, where an unescaped StreamSQL LIKE pattern is injected into Java source compiled at runtime by Janino (SimpleCompiler.cook). A " in the pattern breaks out of the genera...

9.9CVSS5.9AI score0.00457EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/28 5:23 p.m.8 views

Yamcs vulnerable to Remote Code Execution via instance-template argument YAML injection (createInstance)

Summary templateArgs sent to POST /api/instances and PATCH /api/instances/instance are written into the rendered instance config as raw text, then parsed as YAML and loaded. Yamcs instantiates each services: entry by its class:, so injecting YAML through a template arg lets you add a services:...

9.8CVSS6.1AI score0.00976EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/08/28 5:23 p.m.7 views

GHSA-73MF-M39P-WPM9 Yamcs vulnerable to Remote Code Execution via instance-template argument YAML injection (createInstance)

Summary templateArgs sent to POST /api/instances and PATCH /api/instances/instance are written into the rendered instance config as raw text, then parsed as YAML and loaded. Yamcs instantiates each services: entry by its class:, so injecting YAML through a template arg lets you add a services:...

9.8CVSS6.1AI score0.00552EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 5:22 p.m.8 views

CVE-2026-55559 Yamcs: Remote Code Execution via instance-template argument YAML injection (createInstance)

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs inserts templateArgs from POST /api/instances and PATCH /api/instances/instance into YAML through VarStatement.append in yamcs-core/src/main/java/org/yamcs/templating/VarStatement.java without YAML-context escaping. The...

9.8CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/28 5:22 p.m.31 views

CVE-2026-55559 Yamcs: Remote Code Execution via instance-template argument YAML injection (createInstance)

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs inserts templateArgs from POST /api/instances and PATCH /api/instances/instance into YAML through VarStatement.append in yamcs-core/src/main/java/org/yamcs/templating/VarStatement.java without YAML-context escaping. The...

9.8CVSS0.00552EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 5:22 p.m.7 views

EUVD-2026-67843

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs inserts templateArgs from POST /api/instances and PATCH /api/instances/instance into YAML through VarStatement.append in yamcs-core/src/main/java/org/yamcs/templating/VarStatement.java without YAML-context escaping. The...

9.8CVSS5.9AI score0.00552EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/28 5:22 p.m.36 views

CVE-2026-55559

CVE-2026-55559 is a Critical (CVSS 9.8) remote code execution vulnerability in Yamcs (mission control framework) prior to versions 5.12.8 and 5.13.2 . The root cause is that templateArgs submitted via POST /api/instances or PATCH /api/instances/{instance} are appended into the rendered YAML confi...

9.8CVSS5.9AI score0.00552EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/28 5:21 p.m.4 views

exploits

Exploit Codice di exploit proof of concept vario scritto presso Xiphos Research per scopi di test. Exploit attuali l'indice potrebbe non essere aggiornato phpMoAdmin Esecuzione di codice remota CVE-2015-2208 LotusCMS Esecuzione di codice remota OSVDB-75095 ElasticSearch Esecuzione di codice remot...

7.8CVSS7.2AI score0.61959EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/08/28 5:19 p.m.3 views

CVE-2022-34527_D-Link_DSL-3782_Router_command_injection

Questo repository non contiene un README...

8.8CVSS6.7AI score0.04481EPSS
SaveExploits1
EUVD
EUVD
added 2026/08/28 5:15 p.m.7 views

EUVD-2026-67841

Yamcs is a mission control framework. Prior to 5.9.4, Yamcs reflects an attacker-controlled redirecturi parameter from GET /auth/authorize into yamcs-core/src/main/resources/auth/templates/authorize.html without adequate HTML escaping by yamcs-core/src/main/java/org/yamcs/http/auth/AuthHandler.ja...

6.5CVSS5.9AI score0.00361EPSS
SaveExploits0References3
Rows per page
Query Builder