Lucene search
+L

599 matches found

Github Security Blog
Github Security Blog
added 2026/05/08 7:17 p.m.34 views

MikroORM has SQL injection via runtime-controlled identifiers and JSON-path keys

Summary MikroORM's identifier-quoting helper Platform.quoteIdentifier and the postgres/mssql overrides and its JSON-path emitters Platform.getSearchJsonPropertyKey, quoteJsonKey did not properly escape characters that delimit the SQL identifier or string-literal context they emit into. When...

7.6CVSS6.1AI score0.0145EPSS
SaveExploits3References7Affected Software2
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.89 views

PT-2026-39290

Summary MikroORM's identifier-quoting helper Platform.quoteIdentifier and the postgres/mssql overrides and its JSON-path emitters Platform.getSearchJsonPropertyKey, quoteJsonKey did not properly escape characters that delimit the SQL identifier or string-literal context they emit into. When...

7.6CVSS6.1AI score0.0145EPSS
SaveExploits3References8
OSV
OSV
added 2026/05/06 11:24 a.m.6 views

OPENSUSE-SU-2026:20701-1 Security update for kf6-kcoreaddons

This update for kf6-kcoreaddons fixes the following issues: Changes in kf6-kcoreaddons: - CVE-2026-41526: Fixed arbitrary code execution via improper shell argument quoting boo1263441...

7.8CVSS6.3AI score0.0017EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.34 views

PT-2026-38272

Name of the Vulnerable Software and Affected Versions Flight versions prior to 3.18.1 Description The SimplePdo::insert, SimplePdo::update, and SimplePdo::delete functions build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query without...

8.8CVSS5.9AI score0.00397EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/04/30 2:25 a.m.12 views

SUSE CVE-2026-41526

In KDE KCoreAddons before 6.25, KShell::quoteArgs is intended to safely quote arguments so that they can be passed to a shell command. This parsing does not adequately handle metacharacters, leading to an escape from the shell. All applications relying on this method in a security-critical path t...

6.5CVSS5.3AI score0.0017EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/04/28 8:16 a.m.9 views

CVE-2026-41526

In KDE KCoreAddons before 6.25, KShell::quoteArgs is intended to safely quote arguments so that they can be passed to a shell command. This parsing does not adequately handle metacharacters, leading to an escape from the shell. All applications relying on this method in a security-critical path t...

7.8CVSS5.8AI score0.0017EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/22 8:46 p.m.7 views

SQL Injection

Overview github.com/jackc/pgx/v5 is a pure Go driver and toolkit for PostgreSQL Affected versions of this package are vulnerable to SQL Injection when using the simple protocol with dollar quoted string literals. An attacker can execute arbitrary SQL commands by crafting input that is interpreted...

9.8CVSS6.3AI score0.00356EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/21 6:26 p.m.8 views

GHSA-6VGR-CP5C-FFX3 OpenBao's SQL Injection in PostgreSQL database secrets engine

Impact When OpenBao revoked privileges on a role in the PostgreSQL database secrets engine, OpenBao failed to use proper database quoting on schema names provided by PostgreSQL. This could lead to role revocation failures, or more rarely, SQL injection as the management user. This vulnerability w...

4.9CVSS5.8AI score0.00235EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/04/21 6:26 p.m.10 views

EUVD-2026-24035

OpenBao's SQL Injection in PostgreSQL database secrets engine...

4.6CVSS5.8AI score0.00235EPSS
SaveExploits0References5
SUSE Linux
SUSE Linux
added 2026/04/21 9:25 a.m.11 views

Security update 5.1.3 for Multi-Linux Manager Salt Bundle

This update fixes the following issues: venv-salt-minion: Backport security patch for Salt vendored tornado bsc1259554: CVE-2026-31958: Add limits on multipart form data parsing Add x8664v2 as a possible rpm package architecture Make users with backslash working for salt-ssh bsc1254629 Fix...

8.7CVSS5.7AI score0.00375EPSS
SaveExploits0References12
NVD
NVD
added 2026/04/21 1:16 a.m.10 views

CVE-2026-39946

OpenBao is an open source identity-based secrets management system. Prior to version 2.5.3, when OpenBao revoked privileges on a role in the PostgreSQL database secrets engine, OpenBao failed to use proper database quoting on schema names provided by PostgreSQL. This could lead to role revocation...

4.9CVSS0.00235EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/21 12:19 a.m.28 views

CVE-2026-39946

OpenBao (open source identity-based secrets manager) before version 2.5.3 is affected. When revoking privileges on a role within the PostgreSQL database secrets engine, OpenBao could fail to properly quote schema names provided by PostgreSQL, potentially leading to role revocation failures and, m...

4.9CVSS5.8AI score0.00235EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/20 12:0 a.m.18 views

PT-2026-33884

Name of the Vulnerable Software and Affected Versions OpenBao versions prior to 2.5.3 Description OpenBao is an open source identity-based secrets management system. In the PostgreSQL database secrets engine, the system fails to use proper database quoting on schema names provided by PostgreSQL...

6.8CVSS5.5AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2026/04/03 10:3 p.m.10 views

GHSA-FGV4-6JR3-JGFW BentoML: Command Injection in cloud deployment setup script

Commit ce53491 March 24 fixed command injection via systempackages in Dockerfile templates and images.py by adding shlex.quote. However, the cloud deployment path in src/bentoml/internal/cloud/deployment.py was not included in the fix. Line 1648 interpolates systempackages directly into a shell...

7.8CVSS6.5AI score0.00315EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/04/03 10:3 p.m.18 views

BentoML: Command Injection in cloud deployment setup script

Commit ce53491 March 24 fixed command injection via systempackages in Dockerfile templates and images.py by adding shlex.quote. However, the cloud deployment path in src/bentoml/internal/cloud/deployment.py was not included in the fix. Line 1648 interpolates systempackages directly into a shell...

7.8CVSS6.4AI score0.00315EPSS
SaveExploits1References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/28 12:0 a.m.7 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : python3 (SUSE-SU-2026:1090-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:1090-1 advisory. - CVE-2026-1299: header injection when an email is serialized due to improper newline quoting in...

6CVSS6AI score0.0056EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/03/26 5:46 p.m.5 views

Security update for python3

This update for python3 fixes the following issues: CVE-2026-1299: header injection when an email is serialized due to improper newline quoting in BytesGenerator bsc1257181. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or...

8.3CVSS5.9AI score0.0056EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/03/26 12:20 p.m.4 views

CVE-2025-41359 Multiple vulnerabilities in Small HTTP server by Smallsrv

Vulnerability related to an unquoted service path in Small HTTP Server 3.06.36, specifically affecting the executable located at 'C:\Program Files x86\shttpsmg\http.exe service'. This misconfiguration allows a local attacker to place a malicious executable with the same name in a higher priority...

8.5CVSS6.1AI score0.00155EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/03/26 12:20 p.m.29 views

CVE-2025-41359 Multiple vulnerabilities in Small HTTP server by Smallsrv

Vulnerability related to an unquoted service path in Small HTTP Server 3.06.36, specifically affecting the executable located at 'C:\Program Files x86\shttpsmg\http.exe service'. This misconfiguration allows a local attacker to place a malicious executable with the same name in a higher priority...

8.5CVSS0.00155EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/03/26 11:37 a.m.28 views

CVE-2025-41368 Multiple vulnerabilities in Small HTTP server by Smallsrv

Problem in the Small HTTP Server v3.06.36 service. An authenticated path traversal vulnerability in '/' allows remote users to bypass the intended restrictions of SecurityManager and display any file if they have the appropriate permissions outside the document root configured on the server...

8.7CVSS0.00613EPSS
SaveExploits0References1
Rows per page
Query Builder