CVE-2024-6567
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 Ebook Store plugin for WordPress is vulnerable to Full Path Disclosure in all versions up to, and including, 5.8001. This is due to the plugin utilizing fpdi-protection and not preventing direct access to test files that have display_errors set to true. This makes it possible for unauthenticated attackers to retrieve the full path of the web application, which can be used to aid other attacks. The information displayed is not useful on its own, and requires another vulnerability to be present for damage to an affected website. The plugin vendor removed the test files, however, did not increment the version meaning this is inadequately patched in the same version that is affected.
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 Ebook Store WordPress plugin (versions up to 5.8001) contains test files from the fpdi-protection library that expose the full server path when accessed directly with PHP's display_errors enabled. Unauthenticated attackers can request these test files to retrieve absolute paths, aiding in reconnaissance for secondary attacks.
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<= 5.8001CVSS 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
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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 Ebook Store plugin is installedAccess WordPress admin > Plugins > Installed Plugins and look for 'Ebook Store' or 'Shopfiles Ebook Store', or inspect the wp-content/plugins directory for the plugin folderAffected if The plugin is present in the WordPress installation
-
Identify installed plugin versionIn WordPress admin, click on the Ebook Store plugin to view version details, or open the main plugin PHP file and look for the Version header comment, or check the readme.txt fileAffected if The installed version is 5.8001 or any version lower than 5.8001
-
Locate fpdi-protection test filesBrowse the plugin directory structure for folders or files containing 'fpdi' or 'test' - typically found in vendor, library, or test subdirectories within the pluginAffected if Test files from the fpdi-protection library exist in the plugin directory
-
Verify PHP display_errors settingCheck php.ini for 'display_errors = On', or inspect .htaccess for php_flag display_errors on, or check wp-config.php for ini_set('display_errors', 1)Affected if PHP display_errors is set to enabled (On or 1)
A WordPress site running Ebook Store plugin version 5.8001 or lower that contains fpdi-protection test files and has PHP display_errors enabled is vulnerable to path disclosure via direct file access.
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.
dbcve · scopedDisable display_errors in production PHP configurations and verify with the vendor that a proper version-bumped patch has been released, as the current version 5.8001 contains an inadequate fix.
- 1. Locate your PHP configuration file (php.ini) - common paths include /etc/php/?.?/apache2/php.ini or /etc/php/?.?/fpm/php.ini
- 2. Find the display_errors directive in php.ini
- 3. Set display_errors to 'Off' (display_errors = Off)
- 4. Restart your web server (Apache/Nginx) for the changes to take effect
- 5. Verify the setting is applied by creating a test PHP file with phpinfo() or checking error logs
- 6. Alternatively, add the following to your .htaccess file: php_flag display_errors off
- 7. Contact the plugin vendor to request a proper version increment (version 5.8002) so users can verify they have the patched files
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing1.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 $1,456.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-6567 — 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-2024-6567 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