SCA: security update for dev.langchain4j:langchain4j-mariadb, dev.langchain4j:langchain4j-pgvector (GHSA-2mfg-cc43-9pcj)

high Tenable Self-Hosted Container Security Plugin ID 443349

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- LangChain4j is a Java library for building LLM-powered applications on the JVM. Prior to 1.2.1-beta8,
1.5.1-beta11, 1.11.8-beta19, and 1.16.3-beta26, the MariaDB and pgvector embedding stores build metadata-
filter SQL by string-concatenating filter keys, and in MariaDB string values, directly into the query
without adequate escaping. A crafted metadata key in EmbeddingSearchRequest.filter() can break out of its
SQL context and inject arbitrary SQL into the statements executed by the stores' search and
removeAll(Filter) operations, enabling blind data exfiltration, denial of service via sleep functions, and
deletion of arbitrary rows through removeAll(Filter). This issue is fixed in langchain4j-mariadb and
langchain4j-pgvector versions 1.2.1-beta8, 1.5.1-beta11, 1.11.8-beta19, and 1.16.3-beta26.
(CVE-2026-55405)

Solution

Update the dev.langchain4j:langchain4j-mariadb library and its related packages to version 1.11.8-beta19 or later.

See Also

https://github.com/advisories/GHSA-2mfg-cc43-9pcj

Plugin Details

Severity: High

ID: 443349

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 6/17/2026

Updated: 7/16/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.9

Percentile: 52.75

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8

Temporal Score: 5.9

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:P/A:P

CVSS Score Source: CVE-2026-55405

CVSS v3

Risk Factor: High

Base Score: 7.6

Temporal Score: 6.6

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/17/2026

Vulnerability Publication Date: 6/17/2026

Reference Information

CVE: CVE-2026-55405

cwe: CWE-89