Lucene search
+L

44 matches found

Kitploit
Kitploit
added 2026/09/15 3:51 p.m.8 views

cve-2026-9082

CVE-2026-9082 Type : SQL Injection CWE-89 Affected Product : Drupal Core Database Abstraction API Drupal Advisory : SA-CORE-2026-004 Published : May 20, 2026 Severity : Highly Critical Drupal 20/25 | NVD CVSS 6.5 What Is It? CVE-2026-9082 is a SQL Injection vulnerability in Drupal's core database...

9.8CVSS7.4AI score0.87892EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/14 4:45 a.m.9 views

CVE-2026-9082

🚨 CVE-2026-9082 : Vulnerabilidad de Inyección SQL en Drupal Core Vulnerabilidad de Inyección SQL de Alto Impacto en Drupal Core PostgreSQL 📋 Resumen CVE-2026-9082 es una vulnerabilidad de Inyección SQL en la capa de abstracción de base de datos de Drupal Core. Afecta solo a sitios que usan...

9.8CVSS7.9AI score0.87892EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/11 2:04 a.m.7 views

web2py-e94946d-CVE-2016-3957

Readme web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. It is written and programmable in Python. LGPLv3 License Learn more at http://web2py.com Google App Engine deployment root@kitploit: cp...

9.8CVSS7.4AI score0.04937EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2026/05/21 4:30 a.m.172 views

Exploit for CVE-2026-9082

CVE-2026-9082 Type: SQL Injection CWE-89 Affected Pr...

6.5CVSS6.1AI score0.87892EPSS
SaveExploits17
Fedora
Fedora
added 2025/09/09 1:29 a.m.11 views

[SECURITY] Fedora 42 Update: python-flask-3.1.2-2.fc42

Flask is called a =E2=80=9Cmicro-framework=E2=80=9D because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that...

1.8CVSS5.7AI score0.00182EPSS
SaveExploits0
Fedora
Fedora
added 2025/08/12 1:12 a.m.14 views

[SECURITY] Fedora 41 Update: php-adodb-5.22.10-1.fc41

ADOdb is an object oriented library written in PHP that abstracts database operations for portability. It is modelled on Microsoft's ADO, but has many improvements that make it unique eg. pivot tables, Active Record support, generating HTML for paging recordsets with next and previous links, cach...

10CVSS7.3AI score0.00485EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/05/27 12:00 a.m.12 views

The vulnerability of the Database Abstraction Layer (DBAL) of the TYPO3 content management system allows attackers to disclose protected information.

The vulnerability of the Database Abstraction Layer DBAL of the TYPO3 content management system is related to deficiencies in the authentication process. Exploiting this vulnerability could allow a malicious actor to disclose protected information...

3.7CVSS5.4AI score0.00289EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2025/05/22 7:35 a.m.16 views

Unauthorized Data Exposure

typo3/cms-core is vulnerable to unauthorized data exposure. The vulnerability is due to incomplete access control enforcement where frontend user group restrictions are applied only to the first table in multi-table queries using the database abstraction layer DBAL, allowing attackers to access...

5.3CVSS6.7AI score0.00289EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/20 7:23 p.m.11 views

GHSA-X8PV-FGXP-8V3X TYPO3 Allows Information Disclosure via DBAL Restriction Handling

Problem When performing a database query involving multiple tables through the database abstraction layer DBAL, frontend user permissions are only applied via FrontendGroupRestriction to the last table. As a result, data from additional tables included in the same query may be unintentionally...

3.7CVSS7.1AI score0.00289EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/05/20 1:47 p.m.15 views

CVE-2025-47937 TYPO3 Vulnerable to Information Disclosure via DBAL Restriction Handling

TYPO3 is an open source, PHP based web content management system. Starting in version 9.0.0 and prior to versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, and 13.4.12 LTS, when performing a database query involving multiple tables through the database abstraction layer DBAL, frontend...

3.7CVSS4.3AI score0.00289EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/20 1:47 p.m.28 views

CVE-2025-47937 TYPO3 Vulnerable to Information Disclosure via DBAL Restriction Handling

TYPO3 is an open source, PHP based web content management system. Starting in version 9.0.0 and prior to versions 9.5.51 ELTS, 10.4.50 ELTS, 11.5.44 ELTS, 12.4.31 LTS, and 13.4.12 LTS, when performing a database query involving multiple tables through the database abstraction layer DBAL, frontend...

3.7CVSS0.00289EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/05/20 12:00 a.m.13 views

PT-2025-22139 · Typo3 · Typo3

Name of the Vulnerable Software and Affected Versions: TYPO3 versions 9.0.0 through 9.5.50 ELTS TYPO3 versions 10.0.0 through 10.4.49 ELTS TYPO3 versions 11.0.0 through 11.5.43 ELTS TYPO3 versions 12.0.0 through 12.4.30 LTS TYPO3 versions 13.0.0 through 13.4.11 LTS Description: The issue affects...

3.7CVSS6.2AI score0.00289EPSS
SaveExploits0References7
Fedora
Fedora
added 2025/05/11 2:31 a.m.26 views

[SECURITY] Fedora 41 Update: php-adodb-5.22.9-1.fc41

ADOdb is an object oriented library written in PHP that abstracts database operations for portability. It is modelled on Microsoft's ADO, but has many improvements that make it unique eg. pivot tables, Active Record support, generating HTML for paging recordsets with next and previous links, cach...

10CVSS9.7AI score0.00739EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2023/02/21 6:15 p.m.229 views

K15782: SQL injection vulnerability CVE-2014-3704

Security Advisory Description The expandArguments function in the database abstraction API in Drupal core 7.x before 7.32 does not properly construct prepared statements, which allows remote attackers to conduct SQL injection attacks via an array containing crafted keys. CVE-2014-3704 Impact None...

7.5CVSS7.2AI score0.99974EPSS
SaveExploits24
ATTACKERKB
ATTACKERKB
added 2021/12/09 8:15 p.m.8 views

CVE-2021-43608

Doctrine DBAL 3.x before 3.1.4 allows SQL Injection. The escaping of offset and length inputs to the generation of a LIMIT clause was not probably cast to an integer, allowing SQL injection to take place if application developers passed unescaped user input to the DBAL QueryBuilder or any other A...

9.8CVSS7.3AI score0.02369EPSS
SaveExploits0References5
OSV
OSV
added 2021/12/09 8:15 p.m.13 views

UBUNTU-CVE-2021-43608

Doctrine DBAL 3.x before 3.1.4 allows SQL Injection. The escaping of offset and length inputs to the generation of a LIMIT clause was not probably cast to an integer, allowing SQL injection to take place if application developers passed unescaped user input to the DBAL QueryBuilder or any other A...

9.8CVSS7.3AI score0.02369EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2021/12/09 12:00 a.m.15 views

Doctrine Dbal SQL注入漏洞

Doctrine Dbal is a Doctrine database abstraction layer. A security vulnerability exists in Doctrine DBAL that stems from allowing SQL injection to occur if an application developer ends up using the AbstractPlatform:: modifyLimitQuery API via the proprietary user input DBAL QueryBuilder or any...

9.8CVSS8.4AI score0.02369EPSS
SaveExploits0References6
VulnCheck KEV
VulnCheck KEV
added 2021/04/12 12:00 a.m.11 views

VulnCheck KEV: CVE-2014-3704

The expandArguments function in the database abstraction API in Drupal core 7.x before 7.32 does not properly construct prepared statements, which allows remote attackers to conduct SQL injection attacks via an array containing crafted keys...

7.5CVSS7AI score0.99974EPSS
SaveExploits24References1
Tenable Nessus
Tenable Nessus
added 2018/06/19 12:00 a.m.40 views

Drupal Database Abstraction API SQLi

The remote web server is running a version of Drupal that is affected by a SQL injection vulnerability due to a flaw in the Drupal database abstraction API, which allows a remote attacker to use specially crafted requests that can result in arbitrary SQL execution. This may lead to privilege...

7.5CVSS8.8AI score0.99974EPSS
SaveExploits24References2
WPVulnDB
WPVulnDB
added 2017/09/20 12:00 a.m.23 views

WordPress 2.3.0-4.7.4 - Authenticated SQL injection

Description Due bad solution of the database abstraction library WordPress exposes itself towards SQL Injection and validation bypass. Beside WordPress itself this issue have huge impact towards complete WP ecosystem. Up to WordPress 4.8.1 is vulnerable, but this time attack is dependent from...

8.4AI score
SaveExploits0References3
Rows per page
Query Builder