Insight AgentApplication · Rapid7

CVE-2026-6482

HIGH · 7.8 CVSS v3.1 Published 2026-04-17
Fix available
A fix is available. Upgrade to 4.1.0.2 or later.
See remediation →
81/100
Remediation priority · High
No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The Rapid7 Insight Agent (versions > 4.1.0.2) is vulnerable to a local privilege escalation attack that allows users to gain SYSTEM level control of a Windows host. Upon startup the agent service attempts to load an OpenSSL configuration file from a non-existent directory that is writable by standard users. By planting a crafted openssl.cnf file an attacker can trick the high-privilege service into executing arbitrary commands. This effectively permits an unprivileged user to bypass security controls and achieve a full host compromise under the agent’s SYSTEM level access.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

The Rapid7 Insight Agent (versions > 4.1.0.2) has a local privilege escalation vulnerability where the service attempts to load an OpenSSL configuration file (openssl.cnf) from a non-existent directory writable by standard users. An attacker can plant a crafted openssl.cnf file in this writable location to achieve arbitrary command execution with SYSTEM privileges.

MitigationRestrict write access to the directory from which the agent loads the OpenSSL configuration, or upgrade to a patched version once available. Implement file integrity monitoring on agent directories to detect unauthorized modifications.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Insight AgentApplication
Affected:< 4.1.0.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm Rapid7 Insight Agent installation
    Check for the Insight Agent service using 'sc query' or review installed programs in Add/Remove Programs. Common installation paths include C:\Program Files\Rapid7\Insight Agent or C:\Program Files (x86)\Rapid7\Insight Agent.
    Affected if The Insight Agent service is found and running on the system.
  2. Determine installed Insight Agent version
    Run 'sc query' to find the service name, then check the version via the executable or registry key at HKLM\SOFTWARE\Rapid7\Insight\Agent\Version, or inspect the file properties of the main agent executable in the installation directory.
    Affected if The installed version is lower than 4.1.0.2 (e.g., 4.1.0.1, 4.0.x, etc.).
  3. Identify OpenSSL config directory path
    Monitor or trace the agent service startup using process monitoring tools (e.g., procmon) to observe which path the service attempts to access for openssl.cnf. Check the agent logs for any OpenSSL-related errors or config loading attempts.
    Affected if The service attempts to load openssl.cnf from a user-writable path that does not exist or is writable by standard users.
  4. Check for writable directories in agent paths
    Use accesschk or icacls to examine directory permissions on paths where the agent may look for openssl.cnf (commonly the agent working directory, temp directory, or a subfolder under the installation path). Verify if standard users have WRITE permission.
    Affected if Any directory the agent uses for OpenSSL configuration loading is writable by standard users.
  5. Inspect for unauthorized openssl.cnf files
    Search for openssl.cnf files in the agent's directories, temp folders, and user-writable locations. Use 'dir /s /b C:\openssl.cnf' or review any openssl.cnf located in the agent's working directory.
    Affected if An openssl.cnf file exists in a location writable by standard users, particularly within agent-related directories.

A system is affected if Rapid7 Insight Agent version lower than 4.1.0.2 is installed and there exists a user-writable location from which the agent loads or attempts to load an OpenSSL configuration file.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 4.1.0.2 or later
Fixed in 4.1.0.2
Interim mitigation

Restrict write access to the directory from which the agent loads the OpenSSL configuration, or upgrade to a patched version once available. Implement file integrity monitoring on agent directories to detect unauthorized modifications.

Recommended fix Moderate confidence

Insight Agent version 4.1.0.2 or later

  1. Identify all Windows systems with Insight Agent installed using your centralized management platform or asset inventory
  2. Check the current Insight Agent version on each system (typically via Add/Remove Programs, the agent tray icon, or command-line query)
  3. Download the Insight Agent version 4.1.0.2 or later from the Rapid7 management console or official download portal
  4. Test the upgrade in a non-production environment first to ensure compatibility with your existing security stack and workflows
  5. Deploy the upgrade to production systems via your standard software deployment method (e.g., GPO, SCCM, Rapid7 console, or patch management system)
  6. Verify the upgrade was successful by confirming the agent version shows 4.1.0.2 or higher
  7. Confirm the agent is communicating properly with the Insight platform post-upgrade
Caveat Review Rapid7 release notes for any changes to supported operating systems, integration requirements, or configuration differences before deploying

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Insight Agent Scoped from the published advisory
  • Consultation8.0 h
  • Implementation16.0 h
  • Testing8.0 h
  • Review / QA4.0 h
36.0 hours of engineering $6,400
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $10,240.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-6482 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-6482 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data