CVE-2025-65472
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-65472, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-11

Last updated on: 2025-12-15

Assigner: MITRE

Description

A Cross-Site Request Forgery (CSRF) in the /admin/admin.inc.php component of EasyImages 2.0 v2.8.6 and below allows attackers to escalate privileges to Administrator via user interaction with a malicious web page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-11
Last Modified
2025-12-15
Generated
2026-07-26
AI Q&A
2025-12-11
EPSS Evaluated
2026-07-25
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
easyimages2.0_project easyimages2.0 to 2.8.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-Site Request Forgery (CSRF) in the /admin/admin.inc.php component of EasyImages 2.0 v2.8.6 and below. It allows attackers to escalate their privileges to Administrator by tricking a user into interacting with a malicious web page.

Detection Guidance

This vulnerability can be detected by monitoring for unexpected POST requests to the /admin/admin.inc.php endpoint, especially those that change administrator credentials without proper authorization. You can use network traffic analysis tools like Wireshark or tcpdump to capture HTTP POST requests targeting /admin/admin.inc.php. Additionally, inspecting web server logs for suspicious POST requests that include password change parameters can help detect exploitation attempts. For example, using grep on server logs: grep '/admin/admin.inc.php' /path/to/access.log | grep POST. Also, monitoring for unexpected file uploads to the cache folder, such as congsec.php, can indicate exploitation. There are no specific commands provided, but these general approaches apply. [1]

Impact Analysis

An attacker exploiting this vulnerability can gain Administrator privileges without authorization, potentially leading to unauthorized access, control over the application, and manipulation of sensitive data or settings.

Mitigation Strategies

Immediate mitigation steps include: 1) Restrict access to the /admin/admin.inc.php endpoint to trusted IP addresses or networks. 2) Implement CSRF protection tokens in the admin interface to prevent unauthorized POST requests. 3) Update EasyImages to a version later than 2.8.6 if available. 4) Monitor and audit administrator password changes and file uploads to the cache folder. 5) If possible, temporarily disable the admin interface or require additional authentication factors until a patch is applied. 6) Review and remove any suspicious files such as web shells (e.g., congsec.php) from the server. [1]

Chat Assistant

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

EPSS Chart