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-2025-68701

CVE-2025-68701: Jervis Library Cryptographic Vulnerability

CVE-2025-68701 is a cryptographic flaw in Jervis library that uses deterministic AES IV derivation from a passphrase, weakening encryption security. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-68701 Overview

CVE-2025-68701 is a cryptographic vulnerability affecting Jervis, a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to version 2.2, Jervis uses deterministic AES IV (Initialization Vector) derivation from a passphrase, which represents a significant weakness in the cryptographic implementation that could allow attackers to compromise encrypted data.

Critical Impact

The use of deterministic IV derivation in AES encryption weakens the cryptographic protection of sensitive data, potentially allowing attackers to identify patterns in encrypted content and derive plaintext information from ciphertext.

Affected Products

  • Jervis library versions prior to 2.2
  • Jenkins environments utilizing Jervis for Job DSL plugin scripts
  • Jenkins pipeline configurations using Jervis shared libraries

Discovery Timeline

  • 2026-01-13 - CVE CVE-2025-68701 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-68701

Vulnerability Analysis

This vulnerability falls under CWE-327 (Use of a Broken or Risky Cryptographic Algorithm). The core issue stems from how Jervis handles AES encryption initialization vectors. In proper AES-CBC or similar block cipher modes, the IV must be unpredictable and unique for each encryption operation to ensure semantic security. When the IV is derived deterministically from a passphrase, the same plaintext encrypted with the same passphrase will always produce identical ciphertext.

This behavior enables several attack scenarios. An adversary who can observe multiple ciphertexts can identify when the same plaintext has been encrypted, breaking the confidentiality guarantees that encryption is supposed to provide. In a Jenkins environment where Jervis manages sensitive configuration data, credentials, or secrets, this weakness could expose organizational security.

Root Cause

The root cause is the deterministic derivation of the AES Initialization Vector from a user-supplied passphrase. Instead of generating a cryptographically random IV for each encryption operation, the implementation derives the IV using a predictable function of the passphrase. This approach violates fundamental cryptographic principles that require IVs to be unique and unpredictable across encryption operations.

Attack Vector

The vulnerability is exploitable over the network without requiring any privileges or user interaction. An attacker with access to encrypted data produced by Jervis can:

  1. Collect multiple ciphertexts encrypted under the same passphrase
  2. Identify identical ciphertext blocks that indicate identical plaintext
  3. Perform known-plaintext attacks if any encrypted content is known or guessable
  4. Potentially recover sensitive information such as credentials or configuration secrets

The attack requires the ability to intercept or access encrypted data, which may be possible through compromised Jenkins build logs, configuration exports, or network traffic analysis.

Detection Methods for CVE-2025-68701

Indicators of Compromise

  • Presence of Jervis library versions prior to 2.2 in Jenkins installations
  • Encrypted configuration data or secrets that may have been exposed
  • Unusual access patterns to Jenkins configuration or credential stores
  • Evidence of data exfiltration from Jenkins environments

Detection Strategies

  • Audit Jenkins installations for Jervis library versions using dependency scanning tools
  • Review Jenkins plugin configurations to identify usage of Jervis shared libraries
  • Implement file integrity monitoring on Jenkins configuration directories
  • Monitor for unauthorized access to encrypted credential stores

Monitoring Recommendations

  • Enable comprehensive logging for Jenkins configuration changes and credential access
  • Implement network monitoring for unusual data transfers from Jenkins servers
  • Configure alerts for changes to Jenkins pipeline library configurations
  • Establish baseline behavior analysis for Jenkins API and build activity

How to Mitigate CVE-2025-68701

Immediate Actions Required

  • Upgrade Jervis library to version 2.2 or later immediately
  • Rotate all secrets and credentials that were encrypted using vulnerable versions
  • Audit systems for potential exposure of encrypted data
  • Review Jenkins build logs and configuration exports for sensitive data leakage

Patch Information

The vulnerability is fixed in Jervis version 2.2. The fix implements proper cryptographic IV handling with random IV generation for each encryption operation. Organizations should update to the latest version by modifying their Jenkins shared library configurations to reference the patched version.

For detailed patch information, refer to the GitHub Commit Change which addresses this vulnerability. Additional context is available in the GitHub Security Advisory.

Workarounds

  • If immediate upgrade is not possible, consider temporarily disabling Jervis encryption features and using alternative secret management solutions
  • Implement additional encryption layers using properly configured external tools
  • Restrict network access to Jenkins instances to limit exposure of encrypted data
  • Monitor and audit all access to data encrypted by Jervis until the upgrade is completed

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechJervis

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-327
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-68925: Jervis JWT Algorithm Verification Flaw

  • CVE-2025-68702: Jervis Library Hash Padding Vulnerability

  • CVE-2025-68698: Jervis Library Padding Oracle Vulnerability

  • CVE-2025-68931: Jervis Library Encryption Vulnerability
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