Lucene search
+L

85711 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/27 12:00 a.m.7 views

CVE-2021-32086

An issue was discovered in Quest KACE Systems Deployment Appliance SMA 11.0.273. It uses a hardcoded symmetric encryption key to encrypt secrets in the MySQL databases. This key is not unique for each installation. An attacker that gains access to the MySQL server or a backup files can decrypt th...

5.9AI score0.0019EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-13068

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An authenticated user holding cursor termination privileges on one database may incorrectly be permitted to terminate active cursors on a separate database,...

4.3CVSS5.5AI score0.00148EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/26 6:29 p.m.20 views

CVE-2026-61128

Oracle CPU describes the issue as following: Vulnerability in the MySQL Server, MySQL Cluster product of Oracle MySQL component: Server: Optimizer. Supported versions that are affected are MySQL Server: 9.7.0-9.7.1; MySQL Cluster: 9.7.0-9.7.1. Easily exploitable vulnerability allows high privileg...

4.9CVSS7AI score0.0045EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/25 10:02 p.m.7 views

sqlite: SQLite: Arbitrary code execution via crafted FTS5 full-text search data

A flaw was found in SQLite's FTS5 full-text search extension. This vulnerability involves memory corruption, specifically an out-of-bounds read and a heap buffer overflow, which can be triggered by supplying a crafted database with malformed FTS5 page data. When an FTS5 MATCH query is executed...

8.5CVSS7.8AI score0.00175EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/25 10:02 p.m.5 views

sqlite: SQLite: Arbitrary code execution and crash via heap-based buffer overflow in FTS5

A flaw was found in SQLite, specifically within its FTS5 full-text search extension. Attackers can exploit a heap-based buffer overflow by providing a specially crafted database. This crafted database contains malicious metadata that triggers an integer underflow during FTS5 MATCH query processin...

8.5CVSS8AI score0.00175EPSS
SaveExploits0References8
Wolfi
Wolfi
added 2026/07/25 8:23 p.m.27 views

GHSA-XX22-P4CH-683R vulnerabilities

Vulnerabilities for packages: debezium-connector-spanner, confluent-kafka, cassandra, zipkin, apache-nifi, spark, akhq, debezium-connector-ibmi, thingsboard, sonarqube, logstash, druid, debezium-connector-db2, wildfly, debezium, apicurio-registry, debezium-connector-informix,...

5.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.10 views

SUSE CVE-2026-64245

In the Linux kernel, the following vulnerability has been resolved: fbdev: modedb: fix a possible UAF in fbfindmode If modeoption is NULL, it is assigned from modeoptionbuf: if !modeoption fbgetoptionsNULL, &modeoptionbuf; modeoption = modeoptionbuf; Later, name is assigned from modeoption: const...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 9:56 p.m.9 views

GHSA-CMWH-G2H8-C222 Poweradmin: OIDC `sub` collation bypass in Poweradmin leading to account takeover

Preface Poweradmin maps OIDC identities into local users through oidcuserlinks.oidcsubject plus providerid. In the MySQL schema, the OIDC link table explicitly uses utf8mb4unicodeci, which is case-insensitive and accent-insensitive. OIDC sub is a stable external subject identifier and should be...

8.1CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/07/24 9:43 p.m.12 views

GHSA-PMPG-2MXQ-6XWR Budibase: NoSQL injection in MongoDB integration: collection dump, $where JS exec, cross-collection pivot, arbitrary update/delete

Summary An end-user injection in Budibase's MongoDB datasource lets any BASIC app user bypass the builder's query-level access controls. Builders scope MongoDB reads per-user with bindings like "email": " currentUser.email " so each app user only sees their own rows. Because the binding is...

7.1CVSS6.1AI score0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 9:25 p.m.9 views

GHSA-QW6M-8FW2-2V64 Budibase: NoSQL Injection via JSON Parameter Interpolation in MongoDB Query Execution

Summary Budibase's MongoDB query execution endpoint POST /api/v2/queries/:queryId is vulnerable to NoSQL injection through user-supplied query parameters. The enrichContext function interpolates parameter values into JSON query templates using Handlebars with noEscaping: true, then parses the...

8.3CVSS6.2AI score0.0029EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/24 5:17 p.m.17 views

CVE-2026-65707

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS0.00266EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/07/24 4:22 p.m.9 views

@3kles/3kles-coremongodb (>=1.2.3, <=1.3.1), @3kles/storagebox-common (1.0.3) +419 more potentially affected by CVE-2026-73562 via mongoose (>=6.0.1, <=6.13.9)

mongoose NPM version =6.0.1, =1.2.3, =2.0.1, =0.0.1-alpha.89, =0.0.1-alpha.89, =0.0.3, =1.0.5, =3.9.0, =1.0.9, =1.0.0-beta1, =1.4.5, =1.1.80, =0.0.1, =0.1.16 and more Source cves: CVE-2026-73562 Source advisory: OSV:GHSA-664H-WQGQ-64GW...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0
OSV
OSV
added 2026/07/24 4:16 p.m.14 views

UBUNTU-CVE-2026-64245

In the Linux kernel, the following vulnerability has been resolved: fbdev: modedb: fix a possible UAF in fbfindmode If modeoption is NULL, it is assigned from modeoptionbuf: if !modeoption fbgetoptionsNULL, &modeoptionbuf; modeoption = modeoptionbuf; Later, name is assigned from modeoption: const...

7.8CVSS5.6AI score0.00119EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:43 p.m.34 views

CVE-2026-65707

Likeshop 3.0.5 is affected by an authenticated SQL injection in the adjustAccount endpoint. The UserLogic.php adjustAccount function concatenates money, integral, growth, and earnings directly into Db::raw() fragments without type casting, validation, or parameter binding, enabling an admin-level...

8.5CVSS6AI score0.00266EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 3:43 p.m.12 views

EUVD-2026-48713

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS6AI score0.00266EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/24 3:43 p.m.11 views

CVE-2026-65707 Likeshop 3.0.5 Authenticated SQL Injection via adjustAccount Endpoint

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS6AI score0.00266EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/24 3:43 p.m.44 views

CVE-2026-65707 Likeshop 3.0.5 Authenticated SQL Injection via adjustAccount Endpoint

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS0.00266EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:43 p.m.10 views

CVE-2026-65707 Likeshop 3.0.5 Authenticated SQL Injection via adjustAccount Endpoint

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.50 views

CVE-2026-64245 fbdev: modedb: fix a possible UAF in fb_find_mode()

In the Linux kernel, the following vulnerability has been resolved: fbdev: modedb: fix a possible UAF in fbfindmode If modeoption is NULL, it is assigned from modeoptionbuf: if !modeoption fbgetoptionsNULL, &modeoptionbuf; modeoption = modeoptionbuf; Later, name is assigned from modeoption: const...

0.00119EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 11:12 a.m.13 views

OESA-2026-3183 perl-DBI security update

The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used. It is important to remember that the DBI is just an interface. The DBI is a layer of "glue...

9.8CVSS5.9AI score0.00413EPSS
SaveExploits0References5
Rows per page
Query Builder