CVE-2026-7373
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 · uneditedRapid7 Metasploit Pro is vulnerable to a local privilege escalation attack that allows a user to gain SYSTEM level control of a Windows host. When started the metasploitPostgreSQL service would start the postgres.exe child process which would in turn load an OpenSSL configuration file from a static location. This static location would be writable by a pre-existing "vagrant" user, if they already existed on the system. Metasploit does not create local accounts, an Administrator would need to create it. By planting a crafted openssl.cnf file an attacker can trick the high-privilege service into executing arbitrary commands. This effectively permits the unprivileged vagrant 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 · high confidenceRapid7 Metasploit Pro's metasploitPostgreSQL service starts postgres.exe which loads an OpenSSL configuration file from a static, writable location. A pre-existing 'vagrant' user can plant a crafted openssl.cnf file to achieve arbitrary command execution with SYSTEM privileges, enabling full host compromise.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:H/E:P/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
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 checksWork through these to decide whether this CVE applies to you.
-
Verify Metasploit Pro is installedCheck for Metasploit Pro installation directory (commonly C:\Metasploit or /opt/metasploit) and locate the postgres.exe service binaryAffected if Metasploit Pro with postgres.exe is present on the system
-
Confirm the vagrant user account existsCheck system for a user account named 'vagrant' using 'net user vagrant' on Windows or 'id vagrant' on LinuxAffected if A vagrant user account exists on the system
-
Identify the OpenSSL config path used by metasploitPostgreSQLRun 'sc qc metasploitPostgreSQL' to view service configuration, then inspect the postgres.exe process environment for OPENSSL_CONF variable or check Metasploit configuration files for the openssl.cnf pathAffected if The service uses a static, writable path for openssl.cnf
-
Verify write permissions on the OpenSSL config directoryCheck file system permissions on the identified openssl.cnf directory using 'icacls' on Windows or 'ls -la' on LinuxAffected if The vagrant user or standard users have write access to the directory containing openssl.cnf
-
Check if metasploitPostgreSQL service is runningRun 'sc query metasploitPostgreSQL' to check service statusAffected if The metasploitPostgreSQL service is installed and running
A user is affected if Metasploit Pro is installed with the metasploitPostgreSQL service, a vagrant user account exists, and the OpenSSL configuration directory is writable by that user.
Generated from the published advisory. Verify against your own configuration.
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.
From vendor dataRemove or restrict write access to the OpenSSL config file location used by the postgres service, or modify Metasploit to use a secure, non-writable location for the openssl.cnf file. Ensure the 'vagrant' user does not exist or lacks filesystem permissions to the config path.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-7373 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-7373 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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