CVE-2025-58024
Improper File Inclusion in Accordion FAQ Plugin
Publication date: 2026-06-02
Last updated on: 2026-06-02
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pressapps | accordion_faq | to 2.2.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can have a significant impact as it allows an attacker to include and potentially execute arbitrary local files on the server. According to the CVSS score of 7.5, it has high impact on confidentiality, integrity, and availability, meaning sensitive data could be exposed or altered, and system availability could be affected.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows an attacker to include local files from the target website, potentially exposing sensitive information such as database credentials. Exposure of such sensitive data could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access.
Since the vulnerability falls under the OWASP Top 10 category A3: Injection and has a CVSS score of 7.5 indicating moderate risk, organizations using the affected plugin should consider this a significant security risk that could impact their compliance posture.
Immediate remediation actions, such as updating the plugin or seeking expert assistance, are recommended to mitigate potential compliance violations arising from data exposure.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
There is no specific detection method or commands provided in the available resources for identifying this Local File Inclusion vulnerability in the WordPress Accordion FAQ Plugin.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the WordPress Accordion FAQ Plugin to a non-vulnerable version if available, or seeking assistance from your hosting provider or a web developer to address the issue.
Since there is no official patch available yet for versions 2.2.1 and below, it is recommended to monitor for updates and consider temporary protective measures such as restricting access to vulnerable plugin files or disabling the plugin until a fix is released.
Can you explain this vulnerability to me?
This vulnerability is an improper control of the filename used in include or require statements in a PHP program, specifically in the UnboundStudio Accordion FAQ. It is a PHP Local File Inclusion (LFI) vulnerability, which means that an attacker can manipulate the filename parameter to include local files on the server.