CVE-2023-7046
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 · uneditedThe WP Encryption – One Click Free SSL Certificate & SSL / HTTPS Redirect to Force HTTPS, SSL Score plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 7.0 via exposed Private key files. This makes it possible for unauthenticated attackers to extract sensitive data including TLS Certificate Private Keys
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 confidenceThe WP Encryption WordPress plugin up to version 7.0 contains a path traversal or improper access control vulnerability that exposes TLS certificate private key files to unauthenticated attackers via direct URL access. This allows complete compromise of the site's SSL/TLS infrastructure, enabling decryption of encrypted traffic, site impersonation, and man-in-the-middle attacks.
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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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.
-
Confirm WP Encryption plugin is installedCheck your WordPress installation's wp-content/plugins/ directory or access Plugins > Installed Plugins in the WordPress admin panel to verify the WP Encryption plugin is presentAffected if The plugin is found in the plugins directory or WordPress admin
-
Identify the installed plugin versionIn WordPress admin, click on the WP Encryption plugin to view its details, or open the main plugin PHP file (usually wp-encryption.php or similar) and locate the 'Version' header in the plugin commentsAffected if The version number displayed is 7.0 or lower, or if no version is shown but the plugin is present
-
Locate SSL private key files on the serverSearch the webroot and plugin directories for files with .key, .pem, or private key extensions. Common paths include /wp-content/uploads/ssl/, /wp-content/plugins/wp-encryption/keys/, or within the wp-content directory. Use 'find' command: find /var/www -name '*.key' -o -name '*.pem' 2>/dev/nullAffected if Private key files (.key, .pem) exist in any web-accessible directory or within the WP Encryption plugin folder
-
Test direct URL access to private key filesAttempt to access suspected private key URLs directly via browser or curl, for example: curl -I https://yourdomain.com/wp-content/uploads/ssl/yourdomain.key or similar paths. Check if the file content is served instead of a 403/404 errorAffected if A private key file is served with HTTP 200 status and displays key content (-----BEGIN PRIVATE KEY-----) when accessed via direct URL without authentication
-
Check filesystem permissions on key directoriesRun 'ls -la' on directories containing SSL keys, for example: ls -la /wp-content/uploads/ssl/ or ls -la /wp-content/plugins/wp-encryption/. Verify file permissions (the last column in ls output)Affected if Private key files or their directories have permissions of 755, 777, or allow world-read access (any permission string containing 'r--' for 'others')
A user is affected if the WP Encryption plugin version is 7.0 or lower AND private key files exist in web-accessible locations that can be retrieved via direct unauthenticated HTTP requests.
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 dataImmediately update the plugin to the latest version if available, regenerate all SSL certificates whose private keys may have been exposed, and rotate any credentials protected by those certificates. Additionally, restrict filesystem permissions on the private key storage directory to prevent unauthorized access.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-7046 — 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-2023-7046 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