CVE-2025-10916
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-21

Last updated on: 2025-10-21

Assigner: WPScan

Description
The FormGent WordPress plugin before 1.0.4 is vulnerable to arbitrary file deletion due to insufficient file path validation. This makes it possible for unauthenticated attackers to delete arbitrary files on the server.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-21
Last Modified
2025-10-21
Generated
2026-06-16
AI Q&A
2025-10-21
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
formgent formgent *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The FormGent WordPress plugin versions before 1.0.4 have a vulnerability that allows unauthenticated attackers to delete arbitrary files on the server. This happens because the plugin does not properly validate file paths when handling file deletion requests. Attackers can exploit this by sending a specially crafted DELETE HTTP request with a base64-encoded file token that points to sensitive files, such as the WordPress configuration file, causing them to be deleted. [1]

Impact Analysis

This vulnerability can have a severe impact by allowing attackers to delete critical files on your server without authentication. For example, deleting the WordPress configuration file can disrupt your website's functionality, cause data loss, and potentially lead to a complete site outage. This can result in downtime, loss of user trust, and additional recovery costs. [1]

Detection Guidance

This vulnerability can be detected by sending a DELETE HTTP request to the endpoint `/wp-json/formgent/responses/attachments` with a JSON payload containing a base64-encoded file token representing a sensitive file path. For example, using curl: `curl -X DELETE -H "Content-Type: application/json" -d '{"file_token":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA=="}' http://example.com/wp-json/formgent/responses/attachments -v`. A successful detection attempt returns an HTTP 204 No Content response, indicating the file deletion endpoint is vulnerable. [1]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the FormGent WordPress plugin to version 1.0.4 or later, where the vulnerability has been fixed. Additionally, restricting access to the vulnerable endpoint and monitoring for suspicious DELETE requests can help reduce risk until the update is applied. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-10916. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart