Lucene search
+L

552 matches found

Kitploit
Kitploit
added 2026/08/26 8:55 a.m.1 views

Grafana-CVE-2024-9264

Grafana-CVE-2024-9264 root@kitploit: POST /api/ds/query?dstype=expr&expression=true&requestId=Q100 HTTP/1.1 Host: 127.0.0.1:3000 Content-Type: application/json Cookie: grafanasession=a739fa9aeb235f2790f17de00fefe528 Content-Length: 368 "from": "1696154400000", "to": "1696345200000", "queries":...

9.9CVSS0.94644EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.1 views

KismetMobileDashboard

KismetMobileDashboard DIES IST ALT. Das neue Kismet hat WebSockets, was den Bau von etwas Ähnlichem erleichtern würde. Dies ist eine große neue Überarbeitung der mobilen Benutzeroberfläche. Idealerweise möchte ich es mehr testen, aber mit dem bevorstehenden hackersummercamp habe ich einfach keine...

5.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.2 views

Quartz-1

Zum Kompilieren: % mvn install -DskipTests Hinweis: a. Das endgültige Quartz-JAR befindet sich unter quartz/target b. Falls Sie nicht über Oracle- und/oder Weblogic-Drittanbieter-Bibliotheken JARs verfügen, die für die Kompilierung erforderlich sind diese können aufgrund von Lizenzbestimmungen...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 12:20 p.m.2 views

log4j_RCE_CVE-2021-44832

Log4j 2.17.0 RCE -- CVE-2021-44832 Riproduzione 1. Avvia il server jndi malevolo root@kitploit: java -jar JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar -C "/System/Applications/Calculator.app/Contents/MacOS/Calculator" -A "127.0.0.1" 2. Modifica la sezione DataSource in config/log4j2.xml con...

8.5CVSS8AI score0.97906EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/08/24 5:40 p.m.2 views

CVE-2026-54350-Budibase-NoSQL-Injection

CVE-2026-54350 — Iniezione di operatori NoSQL non autenticata in Budibase Iniezione di operatori JSON/NoSQL non autenticata in Budibase. Qualsiasi visitatore anonimo di un'app Budibase pubblicata che espone una query PUBBLICA supportata da un datasource documentale MongoDB, CouchDB, Elasticsearch...

10CVSS5.5AI score0.00538EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-17183

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side...

7.1CVSS5.5AI score0.00285EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 6:16 p.m.9 views

CVE-2026-17183

An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side expression while referencing a real datasource UID incorrect authorization. This can expose data accessible through Grafana's configured...

7.1CVSS0.00285EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 5:30 p.m.34 views

CVE-2026-17183 CVE-2026-17183 CVE Record

An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side expression while referencing a real datasource UID incorrect authorization. This can expose data accessible through Grafana's configured...

7.1CVSS0.00285EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 5:30 p.m.12 views

EUVD-2026-62597

An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side expression while referencing a real datasource UID incorrect authorization. This can expose data accessible through Grafana's configured...

7.1CVSS5.3AI score0.00285EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 5:30 p.m.85 views

CVE-2026-17183

In Grafana OSS (confirmed 13.0.1), the Unified Alerting/ngalert component skips datasource authorization when queryType equals __expr__, but execution uses the real datasourceUid. An authenticated low-privileged user can set queryType: "__expr__" with a real datasource UID to bypass datasources:q...

7.1CVSS5.3AI score0.00285EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/19 5:30 p.m.9 views

CVE-2026-17183 CVE-2026-17183 CVE Record

An authenticated user with permission to create or edit alert rules can bypass datasource query authorization by marking an alert rule query as a server-side expression while referencing a real datasource UID incorrect authorization. This can expose data accessible through Grafana's configured...

7.1CVSS5.3AI score0.00285EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.13 views

PT-2026-78541

Name of the Vulnerable Software and Affected Versions Grafana OSS version 13.0.1 Description An authenticated low-privileged user with permissions to create or edit alert rules in a folder can bypass datasource permission enforcement. By setting the client-controlled queryType variable to expr...

7.1CVSS5.4AI score0.00285EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/17 8:27 p.m.28 views

CVE-2026-73410

Budibase versions prior to 3.40.0 have a DNS-rebinding SSRF flaw in the REST datasource integration. The guard fetchWithBlacklist pins a validated IP via a Node http(s).Agent, but rest.ts routes requests through undici's fetch, which silently ignores the agent option and uses its own dispatcher t...

8.5CVSS5.6AI score0.00171EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 8:27 p.m.3 views

CVE-2026-73410 Budibase: SSRF via DNS rebinding in the REST datasource integration

Budibase is an open-source low-code platform. Prior to 3.40.0, packages/backend-core/src/utils/outboundFetch.ts pinned a validated address through a Node agent, but the REST integration used getDispatcher from packages/backend-core/src/utils/fetch.ts, causing undici to ignore that agent and resol...

8.5CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 8:27 p.m.27 views

CVE-2026-73410 Budibase: SSRF via DNS rebinding in the REST datasource integration

Budibase is an open-source low-code platform. Prior to 3.40.0, packages/backend-core/src/utils/outboundFetch.ts pinned a validated address through a Node agent, but the REST integration used getDispatcher from packages/backend-core/src/utils/fetch.ts, causing undici to ignore that agent and resol...

8.5CVSS0.00171EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 12:32 a.m.18 views

EUVD-2026-58506

Budibase before 3.40.0 fails to redact datasource credentials stored in STRING typed fields, allowing authenticated users to read MongoDB connection strings and Firebase private keys in plaintext. Attackers with table read permissions can retrieve datasource configurations through the read API to...

8.3CVSS5.2AI score0.00258EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/14 12:32 a.m.9 views

EUVD-2026-58503

Budibase before 3.40.0 contains a SQL injection vulnerability in the Oracle datasource connector's post-write row lookup that fails to escape table names in identifiers. Attackers with write permission on a table with a double-quote in its name can inject SQL that executes as the datasource's...

8.8CVSS5.8AI score0.00245EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/13 10:17 p.m.13 views

CVE-2026-72853

Budibase before 3.40.0 contains a SQL injection vulnerability in the Oracle datasource connector's post-write row lookup that fails to escape table names in identifiers. Attackers with write permission on a table with a double-quote in its name can inject SQL that executes as the datasource's...

8.8CVSS0.00245EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 9:54 p.m.33 views

CVE-2026-72857

Budibase before 3.40.0 has a credential exposure weakness: it does not redact credentials stored in STRING fields, enabling authenticated users with table read permissions to read MongoDB connection strings and Firebase private keys via the read API, effectively exposing live backend credentials ...

8.3CVSS5.2AI score0.00258EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/13 9:54 p.m.5 views

CVE-2026-72857 Budibase before 3.40.0 Credential Exposure via STRING Fields

Budibase before 3.40.0 fails to redact datasource credentials stored in STRING typed fields, allowing authenticated users to read MongoDB connection strings and Firebase private keys in plaintext. Attackers with table read permissions can retrieve datasource configurations through the read API to...

8.3CVSS5.4AI score
SaveExploits0References4
Rows per page
Query Builder