CVE-2026-9609
Received Received - Intake
Weak Password Recovery in QianFox FoxCMS

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: VulDB

Description
A vulnerability was identified in QianFox FoxCMS up to 1.2.6. This affects the function Edit of the file Admin.php. The manipulation leads to weak password recovery. The attack can be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-05-27
AI Q&A
2026-05-27
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
qianfox foxcms to 1.2.6 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-640 The product contains a mechanism for users to recover or change their passwords without knowing the original password, but the mechanism is weak.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-9609 is a logic flaw in the FoxCMS backend administrator edit function (Admin.php:edit()). It allows a low-privileged administrator to reset the password of the super administrator by manipulating the ID parameter in a request. This happens because the system does not properly check if the logged-in administrator has permission to edit other accounts, especially sensitive fields like password, group_id, and username. The vulnerability enables unauthorized password changes and privilege escalation.


How can this vulnerability impact me? :

This vulnerability can lead to a low-privileged administrator gaining full control over the system by resetting the super administrator's password. Successful exploitation allows unauthorized modifications of system configurations, user data, and critical backend operations. Essentially, it can result in a complete system compromise with minimal prerequisites.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring for suspicious POST requests to the endpoint /admin9423.php/Admin/edit that include parameters attempting to modify administrator account details, especially the ID parameter set to 1 (the super administrator).

A possible detection method is to analyze web server logs or use network monitoring tools to identify unauthorized or unusual POST requests targeting this endpoint with parameters that modify password, group_id, or username fields.

Example command to search web server logs for suspicious activity (assuming Apache logs):

  • grep 'POST /admin9423.php/Admin/edit' /var/log/apache2/access.log | grep -E 'id=1|password=|group_id=|username='

Additionally, monitoring for unexpected changes in administrator accounts or password resets without proper authorization can help detect exploitation attempts.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable endpoint /admin9423.php/Admin/edit to trusted administrators only and implementing strict access controls to prevent low-privileged users from modifying administrator accounts.

Since the vulnerability arises from improper privilege checks, ensure that only authorized users can perform password resets or edits on administrator accounts, especially the super administrator (id=1).

If possible, apply any available patches or updates from the FoxCMS project once they respond or release a fix.

As a temporary workaround, consider disabling or restricting the Admin/edit function or monitoring and blocking suspicious POST requests targeting this endpoint.

Also, review and audit administrator accounts for unauthorized changes and reset passwords if compromise is suspected.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability in FoxCMS allows low-privileged administrators to reset the super administrator's password and potentially take full control of the system. This unauthorized privilege escalation and potential full system compromise could lead to unauthorized access to sensitive user data and system configurations.

Such unauthorized access and control could negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require strict access controls and protection of personal and sensitive data. The weakness in password recovery and privilege management increases the risk of data breaches and unauthorized data manipulation, which are critical compliance concerns.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart