Lucene search
+L

151 matches found

OSV
OSV
added 2024/03/06 11:3 a.m.16 views

BIT-PARSE-2021-39187 Crash server with query parameter

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to version 4.10.3, Parse Server crashes when if a query request contains an invalid value for the explain option. This is due to a bug in the MongoDB Node.js driver which throws an...

7.5CVSS7.4AI score0.01819EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 10:52 a.m.33 views

BIT-DJANGO-2022-28347

A SQL injection issue was discovered in QuerySet.explain in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary with dictionary expansion as the options argument, and placing the injection payload in an option name...

9.8CVSS9.6AI score0.02919EPSS
SaveExploits0References8
NVD
NVD
added 2023/04/19 12:15 a.m.44 views

CVE-2023-30555

Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases.Affected versions are subject to SQL injection in the explain method in sqloptimize.py. User input coming from the dbname...

6.5CVSS6.8AI score0.00835EPSS
SaveExploits1References1
Prion
Prion
added 2023/04/19 12:15 a.m.28 views

Sql injection

Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases.Affected versions are subject to SQL injection in the explain method in sqloptimize.py. User input coming from the dbname...

4CVSS6.8AI score0.00835EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2023/04/18 10:35 p.m.76 views

CVE-2023-30555

CVE-2023-30555 concerns Archery, an open-source SQL audit platform, with multiple SQL injection vulnerabilities in the explain endpoint. The root cause is that user input from the db_name parameter is passed to database engine queries (query methods in sql/engines/mssql.py and sql/engines/oracle....

6.5CVSS6.8AI score0.00835EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2023/04/18 10:35 p.m.34 views

CVE-2023-30555 SQL injection in sql_optimize.py explain method in Archery - GHSL-2022-108

Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases.Affected versions are subject to SQL injection in the explain method in sqloptimize.py. User input coming from the dbname...

6.5CVSS7.3AI score0.00835EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/04/18 12:0 a.m.12 views

PT-2023-22782 · Archery · Archery

Name of the Vulnerable Software and Affected Versions: Archery affected versions not specified Description: The Archery project contains multiple SQL injection vulnerabilities, allowing an attacker to query connected databases. The issue arises from the explain method in sql optimize.py, where us...

6.5CVSS6.8AI score0.00835EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:56 a.m.6 views

SUSE CVE-2010-3682

Oracle MySQL 5.1 before 5.1.49 and 5.0 before 5.0.92 allows remote authenticated users to cause a denial of service mysqld daemon crash by using EXPLAIN with crafted "SELECT ... UNION ... ORDER BY SELECT ... WHERE ..." statements, which triggers a NULL pointer dereference in the...

4CVSS6AI score0.1144EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.6 views

SUSE CVE-2022-28347

A SQL injection issue was discovered in QuerySet.explain in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary with dictionary expansion as the options argument, and placing the injection payload in an option name...

7.3CVSS8.2AI score0.02919EPSS
SaveExploits0References4
Snyk
Snyk
added 2023/01/05 9:36 a.m.3 views

Information Exposure

Overview pghero is a performance dashboard for Postgres. Affected versions of this package are vulnerable to Information Exposure via the explain functionality, due to improper validation of the user query, which might result in data leakage from the query error message. Remediation Upgrade pgher...

7.5CVSS6.8AI score0.00831EPSS
SaveExploits1References2
OSV
OSV
added 2023/01/05 9:30 a.m.41 views

GHSA-VF99-XW26-86G5 PgHero Allows Information Disclosure Through EXPLAIN Feature

PgHero before 3.1.0 allows Information Disclosure via EXPLAIN because query results may be present in an error message. Depending on database user privileges, this may only be information from the database, or may be information from file contents on the database server...

7.5CVSS7.2AI score0.00831EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2023/01/05 9:30 a.m.31 views

PgHero Allows Information Disclosure Through EXPLAIN Feature

PgHero before 3.1.0 allows Information Disclosure via EXPLAIN because query results may be present in an error message. Depending on database user privileges, this may only be information from the database, or may be information from file contents on the database server...

7.5CVSS7AI score0.00831EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2023/01/05 8:15 a.m.23 views

CVE-2023-22626

PgHero before 3.1.0 allows Information Disclosure via EXPLAIN because query results may be present in an error message. Depending on database user privileges, this may only be information from the database, or may be information from file contents on the database server...

7.5CVSS7.2AI score0.00831EPSS
SaveExploits1References1
CVE
CVE
added 2023/01/05 12:0 a.m.70 views

CVE-2023-22626

PgHero (Python/DB admin dashboard for PostgreSQL) prior to 3.1.0 contains a confidentiality flaw where the EXPLAIN path can leak query results via error messages. The root cause is information disclosure in error responses, which may expose database content or, in some cases, file contents on the...

7.5CVSS7.2AI score0.00831EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/01/05 12:0 a.m.8 views

PT-2023-18595 · Pghero · Pghero

Name of the Vulnerable Software and Affected Versions: PgHero versions prior to 3.1.0 Description: The issue allows information disclosure via EXPLAIN, as query results may be present in an error message. Depending on database user privileges, this may disclose information from the database or fr...

7.5CVSS6.7AI score0.00831EPSS
SaveExploits1References9
Vulnrichment
Vulnrichment
added 2023/01/05 12:0 a.m.5 views

CVE-2023-22626

PgHero before 3.1.0 allows Information Disclosure via EXPLAIN because query results may be present in an error message. Depending on database user privileges, this may only be information from the database, or may be information from file contents on the database server...

7.3AI score0.00831EPSS
SaveExploits1References1
OSV
OSV
added 2023/01/05 12:0 a.m.11 views

CVE-2023-22626

PgHero before 3.1.0 allows Information Disclosure via EXPLAIN because query results may be present in an error message. Depending on database user privileges, this may only be information from the database, or may be information from file contents on the database server...

7.5CVSS7.3AI score0.00831EPSS
SaveExploits1References3
RubySec
RubySec
added 2023/01/04 12:0 a.m.20 views

Information Disclosure Through EXPLAIN Feature

A malicious PgHero user can use the EXPLAIN functionality to extract data from the database. With certain inputs, a user can get the results of a query to appear in an error message. If the PgHero database user has superuser privileges not recommended, the user can use file access functions to re...

7.5CVSS1.5AI score0.00831EPSS
SaveExploits1References1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2022/09/25 9:6 p.m.39 views

Security Bulletin: IBM InfoSphere Balanced Warehouse C3000, C4000, and D5100 and IBM Smart Analytics System 1050, 2050, 5600, 5710, 7600, 7700 and 7710 are affected by an unauthorized access to table vulnerability in IBM DB2 (CVE-2013-4033)

Abstract A vulnerability in IBM DB2 for Linux, UNIX, and Windows could allow an authenticated user holding EXPLAIN authority to temporarily gain SELECT, INSERT, UPDATE or DELETE privilege on a table. Content VULNERABILITY DETAILS: CVE ID: CVE-2013-4033 IBM InfoSphere Balanced Warehouse C3000,...

4.6CVSS0.3AI score0.01746EPSS
SaveExploits0Affected Software2
Hacker One
Hacker One
added 2022/08/08 8:20 p.m.54 views

HackerOne: Ability to escape database transaction through SQL injection, leading to arbitrary code execution

HackerOne has an internal backend interface that gives debugging capabilities to its engineers. One of the features is the ability to run EXPLAIN ANALYZE queries against a connected database. This feature is accessible by a handful of engineers. The feature is vulnerable to a SQL injection that...

0.7AI score
SaveExploits0
Rows per page
Query Builder