SCA: security update for jackalope/jackalope-doctrine-dbal (GHSA-ph98-v78f-jqrm)

high Tenable Self-Hosted Container Security Plugin ID 417534

Description

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

- Jackalope Doctrine-DBAL is an implementation of the PHP Content Repository API (PHPCR) using a relational
database to persist data. In affected versions users can provoke SQL injections if they can specify a node
name or query. Upgrade to version 1.7.4 to resolve this issue. If that is not possible, you can escape all
places where `$property` is used to filter `sv:name` in the class
`Jackalope\Transport\DoctrineDBAL\Query\QOMWalker`: `XPath::escape($property)`. Node names and xpaths can
contain `"` or `;` according to the JCR specification. The jackalope component that translates the query
object model into doctrine dbal queries does not properly escape the names and paths, so that a
accordingly crafted node name can lead to an SQL injection. If queries are never done from user input, or
if you validate the user input to not contain `;`, you are not affected. (CVE-2021-43822)

See Also

https://github.com/advisories/GHSA-ph98-v78f-jqrm

Plugin Details

Severity: High

ID: 417534

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.12

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2021-43822

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 12/14/2021

Vulnerability Publication Date: 12/13/2021

Reference Information

CVE: CVE-2021-43822

cwe: CWE-89