Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Withdrawn — this advisory has been retracted
☕
☕ Maven
Not in CISA KEV
CRITICAL severity

CVE-2022-45046 — camel-ldap

CRITICAL

CVE-2022-45046 is a critical-severity (CVSS 9.8) vulnerability in org.apache.camel:camel-ldap. A fix is available for org.apache.camel:camel-ldap — see the affected versions and patch details below.

camel-ldap component allows LDAP Injection when using the filter option

Also known asGHSA-w66j-xc7r-m2jv
Published
Dec 5, 2022
Updated
Nov 29, 2023
Affected
2 pkgs
Patched
2 / 2
Exploits
None indexed
Exploitation data as of Nov 29, 2023 · OSV.dev, NVD, FIRST.org (EPSS)

Real-World Exposure

2 pkgs affected
☕org.apache.camel:camel-ldap☕org.apache.camel:camel-ldap

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

The camel-ldap component allows LDAP Injection when using the filter option. Users are recommended to either move to the Camel-Spring-Ldap component (which is not affected) or upgrade to 3.14.6 or 3.18.4.

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
☕Mavenorg.apache.camel:camel-ldapall versions3.14.6org.apache.camel:camel-ldap:3.14.6
☕Mavenorg.apache.camel:camel-ldap≥ 3.15.0&&< 3.18.43.18.4org.apache.camel:camel-ldap:3.18.4

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.apache.camel:camel-ldap, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update org.apache.camel:camel-ldap to 3.14.6 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2022-45046 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2022-45046 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2022-45046. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

The camel-ldap component allows LDAP Injection when using the filter option. Users are recommended to either move to the Camel-Spring-Ldap component (which is not affected) or upgrade to 3.14.6 or 3.18.4.
O3 Security · Impact-Aware SCA

Is CVE-2022-45046 in your dependencies?

O3 Security finds CVE-2022-45046 across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.