Lucene search
K

52199 matches found

Debian CVE
Debian CVE
added 2026/03/11 4:5 p.m.1 views

CVE-2025-14513

Removed by vendor...

7.5CVSS5.8AI score0.00037EPSS
Exploits0
OSV
OSV
added 2026/03/11 3:49 p.m.2 views

BIT-PARSE-2026-30863 Parse Server: JWT audience validation bypass in Google, Apple, and Facebook authentication adapters

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.10 and 9.5.0, the Google, Apple, and Facebook authentication adapters use JWT verification to validate identity tokens. When the adapter's audience configuration option is...

9.8CVSS5.7AI score0.00034EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2026/03/11 3:30 p.m.2 views

CVE-2026-27897 Vociferous Unauthenticated Remote Path Traversal (RCE via CSRF)

Vociferous provides cross-platform, offline speech-to-text with local AI refinement. Prior to 4.4.2, the vulnerability exists in src/api/system.py within the exportfile route. The application accepts a JSON payload containing a filename and content. While the developer intended for a native UI...

10CVSS5.9AI score0.00146EPSS
Exploits1References1
CVE
CVE
added 2026/03/11 3:30 p.m.8 views

CVE-2026-27897

Vociferous (offline speech-to-text) contains an unauthenticated path traversal vulnerability in the export_file API (src/api/system.py) prior to version 4.4.2. An attacker can submit a JSON payload with a crafted filename and content, exploit directory traversal (../) to write arbitrary data to l...

10CVSS5.9AI score0.00146EPSS
Exploits1References1Affected Software1
EUVD
EUVD
added 2026/03/11 9:31 a.m.1 views

EUVD-2026-11117

The Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to blind SQL Injection in all versions up to, and including, 1.6.9.27. This is due to the dbwhereconditions method in the TDDBModel class failing to prevent the appendwheresql paramet...

7.5CVSS6AI score0.00181EPSS
Exploits0References11
NVD
NVD
added 2026/03/11 8:16 a.m.2 views

CVE-2026-1708

The Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to blind SQL Injection in all versions up to, and including, 1.6.9.27. This is due to the dbwhereconditions method in the TDDBModel class failing to prevent the appendwheresql paramet...

7.5CVSS0.00181EPSS
Exploits0References10
ATTACKERKB
ATTACKERKB
added 2026/03/11 7:36 a.m.2 views

CVE-2026-1708

The Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to blind SQL Injection in all versions up to, and including, 1.6.9.27. This is due to the dbwhereconditions method in the TDDBModel class failing to prevent the appendwheresql paramet...

7.5CVSS6AI score0.00181EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2026/03/11 7:8 a.m.2 views

CVE-2025-15603

A security vulnerability has been detected in open-webui up to 0.6.16. Affected is an unknown function of the file backend/startwindows.bat of the component JWT Key Handler. Such manipulation of the argument WEBUISECRETKEY leads to insufficiently random values. It is possible to launch the attack...

6.3CVSS5.3AI score0.00043EPSS
Exploits0References1
EUVD
EUVD
added 2026/03/11 6:0 a.m.2 views

EUVD-2026-11086

The Guest posting / Frontend Posting / Front Editor WordPress plugin before 5.0.6 allows passing a URL parameter to regenerate a .json file based on demo data that it initially creates. If an administrator modifies the demo form and enables admin notifications in the Guest posting / Frontend...

5.8AI score0.00065EPSS
Exploits0References1
Snyk
Snyk
added 2026/03/11 12:37 a.m.1 views

Command Injection

Overview @siteboon/claude-code-ui is an A web-based UI for Claude Code CLI Affected versions of this package are vulnerable to Command Injection through the authenticateWebSocket process and unsanitized input in the WebSocket shell handler. An attacker can execute arbitrary operating system...

9.8CVSS6.1AI score0.00526EPSS
Exploits1References2
Snyk
Snyk
added 2026/03/11 12:37 a.m.2 views

Use of Hard-coded Credentials

Overview Affected versions of this package are vulnerable to Use of Hard-coded Credentials in the JWKS resolver, which can be exposed if a fetch operation fails. An attacker can obtain private keys by forcing such a failure. Note: The keys are exposed even if RequestAuthentication is in use...

8.7CVSS5.8AI score0.00072EPSS
Exploits0References2
Snyk
Snyk
added 2026/03/11 12:37 a.m.1 views

Use of Hard-coded Credentials

Overview Affected versions of this package are vulnerable to Use of Hard-coded Credentials in the JWKS resolver, which can be exposed if a fetch operation fails. An attacker can obtain private keys by forcing such a failure. Note: The keys are exposed even if RequestAuthentication is in use...

8.7CVSS5.8AI score0.00072EPSS
Exploits0References2
EUVD
EUVD
added 2026/03/11 12:18 a.m.1 views

EUVD-2026-10870

Sequelize v6 Vulnerable to SQL Injection via JSON Column Cast Type...

7.5CVSS5.8AI score0.0002EPSS
Exploits2References2
Snyk
Snyk
added 2026/03/11 12:18 a.m.3 views

SQL Injection

Overview sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. Affected versions of this package are vulnerable to SQL Injection via the traverseJSON function, which escapes JSON path values but not cast types after the :: operator. An attacker ca...

8.7CVSS6AI score0.0002EPSS
Exploits2References2
Github Security Blog
Github Security Blog
added 2026/03/11 12:18 a.m.8 views

Sequelize v6 Vulnerable to SQL Injection via JSON Column Cast Type

Summary SQL injection via unescaped cast type in JSON/JSONB where clause processing. The traverseJSON function splits JSON path keys on :: to extract a cast type, which is interpolated raw into CAST... AS SQL. An attacker who controls JSON object keys can inject arbitrary SQL and exfiltrate data...

7.5CVSS6AI score0.0002EPSS
Exploits2References3Affected Software1
OSV
OSV
added 2026/03/11 12:18 a.m.2 views

GHSA-6457-6JRX-69CR Sequelize v6 Vulnerable to SQL Injection via JSON Column Cast Type

Summary SQL injection via unescaped cast type in JSON/JSONB where clause processing. The traverseJSON function splits JSON path keys on :: to extract a cast type, which is interpolated raw into CAST... AS SQL. An attacker who controls JSON object keys can inject arbitrary SQL and exfiltrate data...

7.5CVSS6.1AI score0.0002EPSS
Exploits2References3
OSV
OSV
added 2026/03/11 12:17 a.m.2 views

GHSA-48MH-J4P5-7J9V Parse Server missing audience validation in Keycloak authentication adapter

Impact The Keycloak authentication adapter does not validate the azp authorized party claim of Keycloak access tokens against the configured client-id. A valid access token issued by the same Keycloak realm for a different client application can be used to authenticate as any user on the Parse...

7.6CVSS5.8AI score0.00046EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2026/03/11 12:13 a.m.4 views

Sylius has a XSS vulnerability in checkout login form

Impact A cross-site scripting XSS vulnerability exists in the shop checkout login form handled by the ApiLoginController Stimulus controller. When a login attempt fails, AuthenticationFailureHandler returns a JSON response whose message field is rendered into the DOM using innerHTML, allowing any...

6.1CVSS5.9AI score0.00051EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/11 12:0 a.m.1 views

PT-2026-24858

A vulnerability has been found in Woahai321 ListSync up to 0.6.6. This issue affects the function requests.post of the file list-sync-main/api server.py of the component JSON Handler. The manipulation leads to server-side request forgery. The attack is possible to be carried out remotely. The...

6.5CVSS5.3AI score0.00054EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2026/03/11 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-30951

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Sequelize is a Node.js ORM tool. Prior to 6.37.8, there is SQL injection via unescaped cast type in JSON/JSONB where clause processing. The traverseJSON functio...

7.5CVSS6AI score0.0002EPSS
Exploits2References2
Rows per page
Query Builder