CVE-2026-35675

8.2

Thorsten · phpMyFAQ

An improper restriction of excessive authentication attempts in phpMyFAQ allows unauthenticated remote attackers to potentially manipulate password reset tokens.

Executive summary

A critical authentication vulnerability in phpMyFAQ allows unauthenticated attackers to bypass security controls related to password management.

Vulnerability

The vulnerability is identified as CWE-307: Improper Restriction of Excessive Authentication Attempts. It allows an unauthenticated attacker to interact with the API to potentially update user passwords due to missing token validation.

Business impact

The ability for an unauthenticated attacker to manipulate password reset tokens poses a severe risk to account integrity and data confidentiality. With a CVSS score of 8.2, this vulnerability could lead to widespread unauthorized account takeovers, potentially granting attackers administrative access to the knowledge base and sensitive internal information.

Remediation

Immediate Action: Update phpMyFAQ to version 4.1.3 or later immediately to incorporate the required token validation logic.

Proactive Monitoring: Review application logs for unusual patterns of password reset requests or high volumes of API calls directed at the user-update endpoints.

Compensating Controls: Implement rate limiting at the Web Application Firewall (WAF) level to throttle requests directed at authentication and password-related endpoints.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the ease of exploitation and the potential for full account compromise, organizations utilizing phpMyFAQ should prioritize patching to version 4.1.3. Organizations unable to patch immediately must implement strict network-level access controls and monitoring to detect and block suspicious API activity.

More Thorsten CVEs