CVE-2025-9874
BaseFortify
Publication date: 2025-09-11
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | ultimate_classified_listings | * |
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
Can you explain this vulnerability to me?
This vulnerability is a Local File Inclusion (LFI) issue in the Ultimate Classified Listings plugin for WordPress, affecting all versions up to and including 1.6. It occurs via the 'uclwp_dashboard' shortcode and allows authenticated users with Contributor-level access or higher to include and execute arbitrary PHP files on the server. This means attackers can run any PHP code contained in those files, potentially bypassing access controls and gaining unauthorized capabilities.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary PHP code on the server, which can lead to bypassing access controls, obtaining sensitive data, and full code execution. This can compromise the integrity, confidentiality, and availability of the affected system.