Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-24329

CVE-2022-24329: JetBrains Kotlin Dependency Lock Flaw

CVE-2022-24329 is a dependency locking flaw in JetBrains Kotlin before 1.6.0 affecting Multiplatform Gradle Projects. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 18, 2026

CVE-2022-24329 Overview

CVE-2022-24329 is a vulnerability in JetBrains Kotlin before version 1.6.0 that prevents the locking of dependencies for Multiplatform Gradle Projects. This design flaw exposes applications to potential supply chain attacks by allowing unverified or modified dependencies to be introduced during the build process. Without dependency locking, projects cannot guarantee reproducible builds and may inadvertently pull in compromised library versions.

Critical Impact

This vulnerability undermines the integrity of the software supply chain by preventing dependency version verification in Kotlin Multiplatform projects, potentially allowing attackers to inject malicious code through dependency manipulation.

Affected Products

  • JetBrains Kotlin (versions prior to 1.6.0)
  • Oracle Communications Cloud Native Core Binding Support Function 22.1.3
  • Oracle Communications Pricing Design Center 12.0.0.4 and 12.0.0.5

Discovery Timeline

  • 2022-02-08 - JetBrains published security bulletin addressing Q4 2021 vulnerabilities
  • 2022-02-25 - CVE CVE-2022-24329 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24329

Vulnerability Analysis

This vulnerability is classified under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere). The core issue lies in the Kotlin Multiplatform Gradle plugin's inability to lock dependency versions, which is a fundamental security control for build reproducibility and supply chain integrity.

In properly secured build environments, dependency locking ensures that specific versions of libraries are used consistently across builds, preventing automatic upgrades that could introduce vulnerable or malicious code. The absence of this functionality in affected Kotlin versions means that Multiplatform Gradle Projects could inadvertently resolve to different dependency versions than intended, opening a vector for dependency confusion attacks.

The vulnerability is exploitable over the network without requiring authentication or user interaction, though the impact is limited to integrity concerns rather than confidentiality or availability compromises.

Root Cause

The root cause stems from the Kotlin Multiplatform Gradle plugin's architecture, which did not implement dependency locking functionality for multiplatform projects. While standard Gradle projects could leverage dependency locking features, the multiplatform plugin lacked the necessary integration to support this security mechanism.

This architectural gap meant that developers working on Kotlin Multiplatform projects had no native way to ensure their dependency resolutions remained consistent and tamper-proof across different build executions or development environments.

Attack Vector

An attacker could exploit this vulnerability through several supply chain attack scenarios:

  1. Dependency Confusion: Publishing a malicious package with the same name as an internal dependency to a public repository, potentially causing the build system to resolve the malicious version.

  2. Version Hijacking: If an attacker gains access to a public repository or can perform a man-in-the-middle attack on the dependency resolution process, they could inject compromised versions of legitimate dependencies.

  3. Transitive Dependency Manipulation: Attackers could target transitive dependencies that are less scrutinized, introducing malicious code through indirect dependency paths.

The vulnerability requires no special privileges or user interaction to exploit, making it particularly concerning for automated CI/CD pipelines that automatically resolve dependencies during builds.

Detection Methods for CVE-2022-24329

Indicators of Compromise

  • Unexpected changes in resolved dependency versions between builds
  • Build artifacts containing libraries not explicitly declared in project configurations
  • Gradle resolution logs showing dependencies resolved from unexpected repositories
  • Hash mismatches when comparing build outputs across different environments

Detection Strategies

  • Implement build verification systems that compare resolved dependency trees against known-good baselines
  • Enable verbose Gradle logging to capture dependency resolution details for security auditing
  • Use software composition analysis (SCA) tools to monitor dependency changes in Kotlin Multiplatform projects
  • Configure repository monitoring to detect suspicious package publications matching internal dependency names

Monitoring Recommendations

  • Regularly audit Gradle dependency resolution logs in CI/CD pipelines for anomalies
  • Implement integrity checking for all resolved dependencies using checksums or signatures
  • Monitor public package repositories for packages that could be used in dependency confusion attacks against your organization
  • Set up alerts for any dependency version changes in Multiplatform Gradle Projects

How to Mitigate CVE-2022-24329

Immediate Actions Required

  • Upgrade JetBrains Kotlin to version 1.6.0 or later immediately
  • Audit all Multiplatform Gradle Projects for unexpected dependency versions
  • Implement manual dependency verification processes until upgrade is complete
  • Review recent builds for signs of dependency tampering or unexpected library inclusions

Patch Information

JetBrains addressed this vulnerability in Kotlin version 1.6.0 by implementing dependency locking support for Multiplatform Gradle Projects. The fix was announced in the JetBrains Security Bulletin Q4 2021.

For Oracle products that bundle affected Kotlin versions, Oracle released patches through their Critical Patch Updates. Refer to the Oracle Critical Patch Update April 2022 and Oracle Critical Patch Update July 2022 for specific remediation guidance.

Workarounds

  • Manually verify and document all dependency versions used in Multiplatform projects before each build
  • Implement repository filtering in Gradle to restrict dependency sources to trusted repositories only
  • Use dependency verification features available in Gradle to check checksums of resolved artifacts
  • Consider implementing a local artifact repository to cache and verify all dependencies before use
bash
# Example: Enable Gradle dependency verification in gradle/verification-metadata.xml
# This provides additional integrity checking as a compensating control
gradle --write-verification-metadata sha256 help

# Lock dependencies manually by documenting resolved versions
./gradlew dependencies --write-locks

# Configure trusted repositories only in settings.gradle.kts
# repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechJetbrains Kotlin

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-829
  • Technical References
  • JetBrains Blog
  • Vendor Resources
  • JetBrains Security Bulletin Q4 2021

  • Oracle Critical Patch Update April 2022

  • Oracle Critical Patch Update July 2022
  • Related CVEs
  • CVE-2020-15824: JetBrains Kotlin Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English