Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2021-43822

8.5 · HIGH
Published Dec 13, 2021 jackalope_doctrine-dbal_project CWE-89 EPSS 0.97% (59th pctl)

Overview

CVE-2021-43822 is a high-severity vulnerability affecting jackalope_doctrine-dbal_project jackalope_doctrine-dbal. It was published on December 13, 2021 and has a CVSS 3.1 base score of 8.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.5, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from jackalope_doctrine-dbal_project. Update jackalope_doctrine-dbal to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
jackalope_doctrine-dbal_project jackalope_doctrine-dbal >= 0, < 1.7.4 Affected

Frequently Asked Questions

What is CVE-2021-43822?

CVE-2021-43822 is a high-severity vulnerability affecting jackalope_doctrine-dbal_project jackalope_doctrine-dbal. It was published on December 13, 2021 and has a CVSS 3.1 base score of 8.5 (HIGH).

How severe is CVE-2021-43822?

This vulnerability has a CVSS 3.1 base score of 8.5, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2021-43822?

Check the references section for vendor advisories and patches from jackalope_doctrine-dbal_project. Update jackalope_doctrine-dbal to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2021-43822?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-43822 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.