Lucene search
+L

481876 matches found

OSV
OSV
added 2026/09/03 6:54 p.m.4 views

CVE-2026-85388 Worklenz through 3.0.0 SQL Injection via the sort-field Query Parameter

Worklenz through 3.0.0 fails to properly validate the sort-field query parameter in pagination helper functions, allowing authenticated users to inject arbitrary PostgreSQL expressions into ORDER BY clauses. Attackers can use time-based and boolean-based blind SQL injection techniques to extract...

8.6CVSS5.9AI score0.00354EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2026/09/03 6:54 p.m.32 views

CVE-2026-85388 Worklenz through 3.0.0 SQL Injection via the sort-field Query Parameter

Worklenz through 3.0.0 fails to properly validate the sort-field query parameter in pagination helper functions, allowing authenticated users to inject arbitrary PostgreSQL expressions into ORDER BY clauses. Attackers can use time-based and boolean-based blind SQL injection techniques to extract...

8.6CVSS0.00276EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/03 6:54 p.m.9 views

EUVD-2026-70665

Worklenz through 3.0.0 fails to properly validate the sort-field query parameter in pagination helper functions, allowing authenticated users to inject arbitrary PostgreSQL expressions into ORDER BY clauses. Attackers can use time-based and boolean-based blind SQL injection techniques to extract...

8.6CVSS6AI score0.00276EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/03 6:54 p.m.11 views

CVE-2026-85388

Worklenz through 3.0.0 is vulnerable to blind SQL injection via the sort-field query parameter in pagination helper functions. The root cause is improper validation that allows authenticated users to inject arbitrary PostgreSQL expressions into ORDER BY clauses. Attackers can leverage time-based ...

8.6CVSS6AI score0.00276EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/03 6:46 p.m.4 views

HQLmap

HQLMap This project has been created to exploit HQL Injections. The tool has been written in Python and is released under MIT License. Future development : I have in mind to develop specific module for SQLmap. Where can you try the tool ? If you want a fast vulnerable environment where you can tr...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 6:46 p.m.6 views

wificurse

This program listens for beacons sent from wireless access points in the range of your wireless station. Once received the program extracts the BSSID of the AP and transmits deauthentication packets using the broadcast MAC address. This results to the disconnection of all clients connected to the...

5.8AI score
SaveExploits0
EUVD
EUVD
added 2026/09/03 6:38 p.m.11 views

EUVD-2026-62603

Orval: Import-time RCE via array-items default - zod module-level template literal...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:38 p.m.10 views

Orval: Import-time RCE via array-items default -> zod module-level template literal

Summary Orval's zod schema generation emits the array-items default value as a module-level template literal export const …Default = ; without escaping $ or the backtick. A default of the form v$w injects a live JavaScript expression evaluated when the generated zod schema module is imported,...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/09/03 6:35 p.m.16 views

CVE-2026-78593

Kibana 's Cribl integration contains an insufficiently validated configuration field that allows an authenticated user with Kibana Fleet management privileges to inject attacker-controlled expressions into a server-side script template. This results in an Elasticsearch ingest pipeline being writt...

4.3CVSS5.9AI score0.00166EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/03 6:35 p.m.29 views

CVE-2026-78593 Improper Control of Generation of Code in Kibana Leading to Privilege Escalation

An insufficiently validated configuration field in Kibana's Cribl integration allows an authenticated user holding Kibana Fleet management privileges to inject attacker-controlled expressions into a server-side script template, resulting in an Elasticsearch ingest pipeline being written beyond th...

4.3CVSS0.00166EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/03 6:35 p.m.9 views

EUVD-2026-70658

An insufficiently validated configuration field in Kibana's Cribl integration allows an authenticated user holding Kibana Fleet management privileges to inject attacker-controlled expressions into a server-side script template, resulting in an Elasticsearch ingest pipeline being written beyond th...

4.3CVSS5.9AI score0.00166EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/03 6:34 p.m.11 views

io.quarkus:quarkus-qute: quarkus-qute:Server-Side Template Injection (SSTI) vulnerability in ReflectionValueResolver of the Quarkus Qute template engine

A flaw was found in the Qute template engine, which is used by Quarkus to generate dynamic content like HTML pages or emails. The issue exists in the component responsible for looking up data values ReflectionValueResolver, which fails to properly block access to sensitive Java internal functions...

8.8CVSS5.6AI score0.00496EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/03 6:32 p.m.10 views

Orval: Import-time RCE via header-parameter default -> zod module-level template literal

Summary Orval's zod schema generation emits the header-parameter default value as a module-level template literal export const Default = ; without escaping $ or the backtick. A default of the form v$w injects a live JavaScript expression evaluated when the generated zod schema module is imported,...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 6:31 p.m.12 views

EUVD-2026-66332

Insufficient input validation in ABR allows a low-privileged user to inject malicious entries into the sudoers file, resulting in persistent root access that remained effective after the ABR session ended...

7.8CVSS5.2AI score0.00134EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/03 6:26 p.m.11 views

EUVD-2026-62607

Orval: RCE via schema property name - computed-property-key injection in the MSW mock generator...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:26 p.m.9 views

Orval: RCE via schema property name -> computed-property-key injection in the MSW mock generator

Summary orval, when generating MSW mocks output.mock: true, emits each schema property name as a single-quoted object key in the mock factory WITHOUT escaping the single quote. A ' in a property name closes the key and lands in object-literal context, where an injected computed property key expr ...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 6:20 p.m.14 views

EUVD-2026-62605

Orval: Import-time RCE via enum-typed default - zod module-level template literal...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:18 p.m.10 views

Orval: Import-time RCE via query parameter name -> computed-property-key injection in the zod cli

Summary orval's zod client emits each query parameter name as a double-quoted key in the generated zod.object... request-validation schema WITHOUT escaping the double quote. A " in the query parameter name closes the key and lands in object-literal context, where an injected computed property key...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 6:18 p.m.13 views

EUVD-2026-62604

Orval: Import-time RCE via query parameter name - computed-property-key injection in the zod cli...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/03 6:17 p.m.6 views

CVE-2026-85187

A security vulnerability has been detected in itsourcecode Online Medicine Delivery System 1.0. Affected by this issue is the function Order::pupdate of the file /rider/orders/controller.php?action=edit&actions=confirm of the component Order Status Update. The manipulation of the argument ID lead...

7.5CVSS0.00263EPSS
SaveExploits0References6
Rows per page
Query Builder