The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2020-7069

CVE-2020-7069: PHP Information Disclosure Vulnerability

CVE-2020-7069 is an information disclosure vulnerability in PHP affecting AES-CCM encryption mode. The flaw causes only 7 of 12 IV bytes to be used, weakening security. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-7069 Overview

CVE-2020-7069 is a cryptographic vulnerability in PHP affecting the openssl_encrypt() function when using AES-CCM mode. When a 12-byte initialization vector (IV) is provided, only the first 7 bytes are actually utilized by the encryption routine. This truncation significantly weakens the cryptographic security of the encryption operation and can result in incorrect encryption data, potentially exposing sensitive information to attackers.

Critical Impact

Applications relying on AES-CCM encryption with 12-byte IVs have significantly reduced cryptographic security, potentially allowing attackers to compromise confidentiality and integrity of encrypted data.

Affected Products

  • PHP versions 7.2.x below 7.2.34
  • PHP versions 7.3.x below 7.3.23
  • PHP versions 7.4.x below 7.4.11
  • Fedora 31, 32, 33
  • Debian Linux 10.0
  • openSUSE Leap 15.1 and 15.2
  • Canonical Ubuntu Linux 12.04, 14.04, 16.04, 18.04, 20.04
  • NetApp Clustered Data ONTAP
  • Oracle Communications Diameter Signaling Router
  • Tenable Tenable.sc

Discovery Timeline

  • October 2, 2020 - CVE-2020-7069 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-7069

Vulnerability Analysis

This vulnerability stems from improper handling of initialization vectors in PHP's OpenSSL wrapper when using AES-CCM (Counter with CBC-MAC) authenticated encryption mode. The AES-CCM cipher mode requires careful IV management since the nonce length directly impacts security guarantees. When developers supply a standard 12-byte IV to openssl_encrypt(), the PHP implementation incorrectly truncates this value to only 7 bytes.

The IV truncation has two severe consequences. First, it drastically reduces the effective keyspace for the nonce, making it far easier for an attacker to predict or brute-force IV values. With only 7 bytes of effective IV space instead of 12, the collision probability increases exponentially. Second, the truncation causes encryption output to differ from what the developer intended, leading to data that cannot be properly decrypted by correctly-implemented AES-CCM libraries expecting the full IV.

Root Cause

The root cause is an input validation error in PHP's OpenSSL extension specifically affecting AES-CCM mode IV handling. The implementation fails to properly validate and utilize the complete initialization vector length when processing 12-byte IVs. This represents a CWE-20 (Improper Input Validation) combined with CWE-326 (Inadequate Encryption Strength) issue, where the cryptographic parameters are not correctly applied to the underlying encryption operation.

Attack Vector

An attacker can exploit this vulnerability through network-based attacks against applications that rely on AES-CCM encryption for data protection. The attack does not require authentication or user interaction. The exploitation scenario involves:

  1. Identifying a PHP application using openssl_encrypt() with AES-CCM mode and 12-byte IVs
  2. Exploiting the reduced IV space to perform cryptographic attacks such as IV collision attacks
  3. Potentially recovering plaintext data or forging authenticated ciphertext due to weakened MAC security

The vulnerability affects the confidentiality and integrity of encrypted communications, though it does not directly impact system availability. Applications performing inter-system encrypted communication or storing encrypted sensitive data are at particular risk.

Detection Methods for CVE-2020-7069

Indicators of Compromise

  • PHP applications using openssl_encrypt() with aes-*-ccm cipher modes and 12-byte IV parameters
  • Unexpected decryption failures when communicating with non-PHP systems using standard AES-CCM implementations
  • Log entries indicating encryption/decryption mismatches in applications using AES-CCM mode

Detection Strategies

  • Audit PHP source code for calls to openssl_encrypt() using AES-CCM cipher modes (e.g., aes-128-ccm, aes-256-ccm)
  • Verify installed PHP versions against affected version ranges: 7.2.x < 7.2.34, 7.3.x < 7.3.23, 7.4.x < 7.4.11
  • Use static analysis tools to identify cryptographic function calls with CCM mode specifications
  • Review application logs for encryption-related errors that may indicate IV handling issues

Monitoring Recommendations

  • Implement version monitoring for PHP installations across infrastructure to detect vulnerable deployments
  • Monitor for applications reporting decryption errors when processing AES-CCM encrypted data
  • Track security advisory feeds from PHP, distribution vendors, and affected third-party products for related updates

How to Mitigate CVE-2020-7069

Immediate Actions Required

  • Upgrade PHP to version 7.2.34, 7.3.23, or 7.4.11 or later depending on your current branch
  • Audit all applications using openssl_encrypt() with AES-CCM mode to identify affected code paths
  • Consider temporarily switching to AES-GCM mode which does not have this IV truncation issue
  • Re-encrypt any sensitive data that was encrypted using vulnerable AES-CCM implementations

Patch Information

Security patches are available from PHP and all major Linux distributions. The following resources provide patched versions:

  • PHP Bug Report #79601 - Official PHP bug tracker with fix details
  • Ubuntu Security Notice USN-4583-1 - Ubuntu patched packages
  • Debian Security Advisory DSA-4856 - Debian patched packages
  • Gentoo GLSA 202012-16 - Gentoo security update
  • NetApp Security Advisory NTAP-20201016 - NetApp advisory
  • Tenable Security Notice TNS-2021-14 - Tenable.sc advisory

Workarounds

  • Switch from AES-CCM to AES-GCM cipher mode which is not affected by this vulnerability
  • Implement application-level IV validation to ensure full IV utilization before encryption
  • Use alternative cryptographic libraries such as libsodium for authenticated encryption requirements
  • If AES-CCM must be used, consider using 7-byte IVs explicitly to match the actual behavior until patched
bash
# Verify PHP version to check if vulnerable
php -v

# Check for AES-CCM usage in PHP codebase
grep -r "openssl_encrypt" /var/www/ | grep -i "ccm"

# Update PHP on Debian/Ubuntu
sudo apt update && sudo apt upgrade php

# Update PHP on RHEL/CentOS/Fedora
sudo dnf update php

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPhp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability3.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20

  • CWE-326
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202012-16

  • NetApp Security Advisory NTAP-20201016

  • Ubuntu Security Notice USN-4583-1

  • Debian Security Advisory DSA-4856

  • Tenable Security Notice TNS-2021-14
  • Vendor Resources
  • PHP Bug Report #79601

  • Oracle Security Alert April 2021

  • Oracle Security Alert October 2021
  • Related CVEs
  • CVE-2025-52023: Gems CMS Information Disclosure Vulnerability

  • CVE-2025-52022: GemS Loyalty Error Message Disclosure Flaw

  • CVE-2025-14177: PHP getimagesize() Info Disclosure Bug

  • CVE-2024-9026: PHP-FPM Information Disclosure 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