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
    • 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-2021-46145

CVE-2021-46145: Honda Civic 2012 Auth Bypass Vulnerability

CVE-2021-46145 is an authentication bypass flaw in Honda Civic 2012 keyfob system that enables replay attacks to unlock vehicles. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-46145 Overview

CVE-2021-46145 is a security vulnerability affecting the keyfob subsystem in Honda Civic 2012 vehicles that allows attackers to perform a replay attack for unlocking the vehicle. The flaw stems from the implementation of a non-expiring rolling code combined with improper counter resynchronization, enabling an adversary within adjacent network range to capture and replay unlock signals to gain unauthorized vehicle access.

Critical Impact

Attackers with radio frequency capture capabilities can intercept keyfob signals and replay them to unlock Honda Civic 2012 vehicles without the owner's knowledge or authorization.

Affected Products

  • Honda Civic 2012 vehicles with keyfob entry systems

Discovery Timeline

  • 2022-01-06 - CVE-2021-46145 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-46145

Vulnerability Analysis

This vulnerability is classified under CWE-294 (Authentication Bypass by Capture-Replay), which describes weaknesses where authentication mechanisms can be circumvented by capturing authentication data and replaying it to gain access. The keyfob subsystem in affected Honda Civic 2012 vehicles uses a rolling code mechanism intended to prevent replay attacks by generating a new code for each use. However, the implementation contains a critical flaw: the rolling codes do not expire, and the counter resynchronization mechanism can be exploited.

When a legitimate keyfob signal is transmitted, an attacker within radio frequency range can capture this signal. Due to the non-expiring nature of the rolling codes and the flawed counter resynchronization process, the captured signal remains valid and can be replayed at a later time to unlock the vehicle. This fundamentally undermines the security guarantees that rolling code systems are designed to provide.

Root Cause

The root cause of this vulnerability lies in two interconnected design flaws within the keyfob authentication system:

  1. Non-expiring rolling codes: The rolling codes generated by the keyfob do not have a time-based expiration mechanism. Once a code is generated, it remains valid indefinitely until used, creating a window of opportunity for capture and replay.

  2. Improper counter resynchronization: The counter synchronization mechanism between the keyfob and the vehicle's receiver allows for replay scenarios. When the vehicle receives a valid code, the improper handling of counter synchronization means previously captured codes may still be accepted under certain conditions.

Attack Vector

The attack requires an adversary to be within adjacent network range (specifically, radio frequency range of the keyfob signal). The attacker must:

  1. Position themselves within range when a legitimate keyfob unlock command is transmitted
  2. Capture the radio frequency signal containing the rolling code
  3. Store the captured signal for later replay
  4. Replay the captured signal when the vehicle owner is not present to unlock the vehicle

This attack does not require any user interaction and can be performed without special privileges. The attacker needs appropriate radio frequency capture and transmission equipment, such as a software-defined radio (SDR) device.

The vulnerability allows attackers to capture keyfob signals using radio frequency equipment and replay them to unlock vehicles. The attack exploits the non-expiring rolling code mechanism where captured signals remain valid for replay. Technical details and proof-of-concept demonstrations have been documented by security researchers. See the StarV Lab Analysis and Tiger Team Blog Post for detailed technical breakdowns.

Detection Methods for CVE-2021-46145

Indicators of Compromise

  • Unexpected vehicle unlocking events when the owner has not used the keyfob
  • Discovery of suspicious individuals with radio equipment near the vehicle during keyfob use
  • Evidence of vehicle entry without physical damage or visible break-in signs
  • Items missing from the vehicle despite locked doors and no signs of forced entry

Detection Strategies

  • Monitor for unusual radio frequency activity in the 315 MHz or 433 MHz bands commonly used by automotive keyfobs near your vehicle
  • Review vehicle access logs if the vehicle is equipped with telematics systems that record unlock events
  • Consider using a Faraday pouch for storing keyfobs to prevent signal capture when not in use

Monitoring Recommendations

  • Be vigilant of individuals with electronic devices positioned near your vehicle when using the keyfob
  • For fleet operators, implement logging mechanisms to track vehicle access events and correlate with authorized user activity
  • Consider aftermarket security systems that provide additional unlock event notifications

How to Mitigate CVE-2021-46145

Immediate Actions Required

  • Store keyfobs in a Faraday bag or RF-shielding container when not in use to prevent signal capture
  • Avoid using the keyfob in isolated or suspicious locations where attackers may be waiting to capture signals
  • Use manual key entry when possible in high-risk environments
  • Consider installing an aftermarket alarm system with additional authentication requirements

Patch Information

At the time of publication, no vendor patch or official fix has been released by Honda for this vulnerability. The keyfob system is hardware-based and may not be easily updated through software patches. Vehicle owners should consult with authorized Honda dealerships for any available security updates or hardware replacements.

Workarounds

  • Use a steering wheel lock or other physical anti-theft devices as an additional layer of protection
  • Install an aftermarket immobilizer system that requires secondary authentication
  • Park in well-lit, monitored areas with security cameras to deter potential attackers
  • Consider using the physical key for locking and unlocking instead of the remote keyfob in sensitive situations

Vehicle owners concerned about this vulnerability should contact their local Honda dealership to inquire about any available security enhancements or replacement keyfob systems with improved rolling code implementations.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHonda Civic

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability1.84%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-294
  • Technical References
  • StarV Lab Analysis

  • Tiger Team Blog Post

  • Twitter Update on Security

  • Twitter Update on Vulnerability
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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