phpmyfaq CVE Vulnerabilities & Metrics

Focus on phpmyfaq vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About phpmyfaq Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with phpmyfaq. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total phpmyfaq CVEs: 103
Earliest CVE date: 31 Dec 2004, 05:00 UTC
Latest CVE date: 26 Mar 2024, 03:15 UTC

Latest CVE reference: CVE-2024-29196

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 8

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): -82.61%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): -82.61%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical phpmyfaq CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 2.0

Max CVSS: 9.0

Critical CVEs (≥9): 1

CVSS Range vs. Count

Range Count
0.0-3.9 83
4.0-6.9 35
7.0-8.9 4
9.0-10.0 1

CVSS Distribution Chart

Top 5 Highest CVSS phpmyfaq CVEs

These are the five CVEs with the highest CVSS scores for phpmyfaq, sorted by severity first and recency.

All CVEs for phpmyfaq

CVE-2024-29196 phpmyfaq vulnerability CVSS: 0 26 Mar 2024, 03:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. There is a Path Traversal vulnerability in Attachments that allows attackers with admin rights to upload malicious files to other locations of the web root. This vulnerability is fixed in 3.2.6.

CVE-2024-29179 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 21:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. An attacker with admin privileges can upload an attachment containing JS code without extension and the application will render it as HTML which allows for XSS attacks.

CVE-2024-28108 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Due to insufficient validation on the `contentLink` parameter, it is possible for unauthenticated users to inject HTML code to the page which might affect other users. _Also, requires that adding new FAQs is allowed for guests and that the admin doesn't check the content of a newly added FAQ._ This vulnerability is fixed in 3.2.6.

CVE-2024-28107 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. A SQL injection vulnerability has been discovered in the `insertentry` & `saveentry` when modifying records due to improper escaping of the email address. This allows any authenticated user with the rights to add/edit FAQ news to exploit this vulnerability to exfiltrate data, take over accounts and in some cases, even achieve RCE. This vulnerability is fixed in 3.2.6.

CVE-2024-28106 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. By manipulating the news parameter in a POST request, an attacker can inject malicious JavaScript code. Upon browsing to the compromised news page, the XSS payload triggers. This vulnerability is fixed in 3.2.6.

CVE-2024-28105 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. The category image upload function in phpmyfaq is vulnerable to manipulation of the `Content-type` and `lang` parameters, allowing attackers to upload malicious files with a .php extension, potentially leading to remote code execution (RCE) on the system. This vulnerability is fixed in 3.2.6.

CVE-2024-27300 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. The `email` field in phpMyFAQ's user control panel page is vulnerable to stored XSS attacks due to the inadequacy of PHP's `FILTER_VALIDATE_EMAIL` function, which only validates the email format, not its content. This vulnerability enables an attacker to execute arbitrary client-side JavaScript within the context of another user's phpMyFAQ session. This vulnerability is fixed in 3.2.6.

CVE-2024-27299 phpmyfaq vulnerability CVSS: 0 25 Mar 2024, 19:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. A SQL injection vulnerability has been discovered in the the "Add News" functionality due to improper escaping of the email address. This allows any authenticated user with the rights to add/edit FAQ news to exploit this vulnerability to exfiltrate data, take over accounts and in some cases, even achieve RCE. The vulnerable field lies in the `authorEmail` field which uses PHP's `FILTER_VALIDATE_EMAIL` filter. This filter is insufficient in protecting against SQL injection attacks and should still be properly escaped. However, in this version of phpMyFAQ (3.2.5), this field is not escaped properly can be used together with other fields to fully exploit the SQL injection vulnerability. This vulnerability is fixed in 3.2.6.

CVE-2024-24574 phpmyfaq vulnerability CVSS: 0 05 Feb 2024, 21:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Unsafe echo of filename in phpMyFAQ\phpmyfaq\admin\attachments.php leads to allowed execution of JavaScript code in client side (XSS). This vulnerability has been patched in version 3.2.5.

CVE-2024-22208 phpmyfaq vulnerability CVSS: 0 05 Feb 2024, 21:15 UTC

phpMyFAQ is an Open Source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. The 'sharing FAQ' functionality allows any unauthenticated actor to misuse the phpMyFAQ application to send arbitrary emails to a large range of targets. The phpMyFAQ application has a functionality where anyone can share a FAQ item to others. The front-end of this functionality allows any phpMyFAQ articles to be shared with 5 email addresses. Any unauthenticated actor can perform this action. There is a CAPTCHA in place, however the amount of people you email with a single request is not limited to 5 by the backend. An attacker can thus solve a single CAPTCHA and send thousands of emails at once. An attacker can utilize the target application's email server to send phishing messages. This can get the server on a blacklist, causing all emails to end up in spam. It can also lead to reputation damages. This issue has been patched in version 3.2.5.

CVE-2024-22202 phpmyfaq vulnerability CVSS: 0 05 Feb 2024, 20:15 UTC

phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. phpMyFAQ's user removal page allows an attacker to spoof another user's detail, and in turn make a compelling phishing case for removing another user's account. The front-end of this page doesn't allow changing the form details, an attacker can utilize a proxy to intercept this request and submit other data. Upon submitting this form, an email is sent to the administrator informing them that this user wants to delete their account. An administrator has no way of telling the difference between the actual user wishing to delete their account or the attacker issuing this for an account they do not control. This issue has been patched in version 3.2.5.

CVE-2023-6890 phpmyfaq vulnerability CVSS: 0 16 Dec 2023, 09:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.17.

CVE-2023-6889 phpmyfaq vulnerability CVSS: 0 16 Dec 2023, 09:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.17.

CVE-2023-5867 phpmyfaq vulnerability CVSS: 0 31 Oct 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.2.

CVE-2023-5866 phpmyfaq vulnerability CVSS: 0 31 Oct 2023, 01:15 UTC

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository thorsten/phpmyfaq prior to 3.2.1.

CVE-2023-5865 phpmyfaq vulnerability CVSS: 0 31 Oct 2023, 01:15 UTC

Insufficient Session Expiration in GitHub repository thorsten/phpmyfaq prior to 3.2.2.

CVE-2023-5864 phpmyfaq vulnerability CVSS: 0 31 Oct 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.1.

CVE-2023-5863 phpmyfaq vulnerability CVSS: 0 31 Oct 2023, 01:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.2.2.

CVE-2023-5320 phpmyfaq vulnerability CVSS: 0 30 Sep 2023, 01:15 UTC

Cross-site Scripting (XSS) - DOM in GitHub repository thorsten/phpmyfaq prior to 3.1.18.

CVE-2023-5319 phpmyfaq vulnerability CVSS: 0 30 Sep 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.18.

CVE-2023-5317 phpmyfaq vulnerability CVSS: 0 30 Sep 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.18.

CVE-2023-5316 phpmyfaq vulnerability CVSS: 0 30 Sep 2023, 01:15 UTC

Cross-site Scripting (XSS) - DOM in GitHub repository thorsten/phpmyfaq prior to 3.1.18.

CVE-2023-5227 phpmyfaq vulnerability CVSS: 0 30 Sep 2023, 01:15 UTC

Unrestricted Upload of File with Dangerous Type in GitHub repository thorsten/phpmyfaq prior to 3.1.8.

CVE-2023-4007 phpmyfaq vulnerability CVSS: 0 31 Jul 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.16.

CVE-2023-4006 phpmyfaq vulnerability CVSS: 0 31 Jul 2023, 01:15 UTC

Improper Neutralization of Formula Elements in a CSV File in GitHub repository thorsten/phpmyfaq prior to 3.1.16.

CVE-2023-3469 phpmyfaq vulnerability CVSS: 0 30 Jun 2023, 01:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.2.0-beta.2.

CVE-2023-2999 phpmyfaq vulnerability CVSS: 0 31 May 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.14.

CVE-2023-2998 phpmyfaq vulnerability CVSS: 0 31 May 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.14.

CVE-2023-2753 phpmyfaq vulnerability CVSS: 0 17 May 2023, 08:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.0-beta.

CVE-2023-2752 phpmyfaq vulnerability CVSS: 0 17 May 2023, 08:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.0-beta.

CVE-2023-2550 phpmyfaq vulnerability CVSS: 0 05 May 2023, 20:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.13.

CVE-2023-2427 phpmyfaq vulnerability CVSS: 0 05 May 2023, 19:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.13.

CVE-2023-2429 phpmyfaq vulnerability CVSS: 0 30 Apr 2023, 03:15 UTC

Improper Access Control in GitHub repository thorsten/phpmyfaq prior to 3.1.13.

CVE-2023-2428 phpmyfaq vulnerability CVSS: 0 30 Apr 2023, 01:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.13.

CVE-2023-1875 phpmyfaq vulnerability CVSS: 0 22 Apr 2023, 18:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1887 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Business Logic Errors in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1886 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Authentication Bypass by Capture-replay in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1885 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1884 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - Generic in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1883 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Improper Access Control in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1882 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - DOM in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1880 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1879 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1878 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 17:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1758 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 16:15 UTC

Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1757 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 16:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1756 phpmyfaq vulnerability CVSS: 0 05 Apr 2023, 16:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1762 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 02:15 UTC

Improper Privilege Management in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1761 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 02:15 UTC

Cross-site Scripting in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1760 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 02:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1759 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 02:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1755 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 01:15 UTC

Cross-site Scripting (XSS) - Generic in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1754 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 01:15 UTC

Improper Neutralization of Input During Web Page Generation in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-1753 phpmyfaq vulnerability CVSS: 0 31 Mar 2023, 01:15 UTC

Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.12.

CVE-2023-0880 phpmyfaq vulnerability CVSS: 0 17 Feb 2023, 03:15 UTC

Misinterpretation of Input in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0794 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0793 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0792 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Code Injection in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0791 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0790 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Uncaught Exception in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0789 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Command Injection in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0788 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Code Injection in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0787 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Cross-site Scripting (XSS) - Generic in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0786 phpmyfaq vulnerability CVSS: 0 12 Feb 2023, 14:15 UTC

Cross-site Scripting (XSS) - Generic in GitHub repository thorsten/phpmyfaq prior to 3.1.11.

CVE-2023-0314 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0313 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0312 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0311 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Improper Authentication in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0310 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0309 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0308 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0307 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2023-0306 phpmyfaq vulnerability CVSS: 0 15 Jan 2023, 22:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.

CVE-2022-4409 phpmyfaq vulnerability CVSS: 0 11 Dec 2022, 15:15 UTC

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository thorsten/phpmyfaq prior to 3.1.9.

CVE-2022-4408 phpmyfaq vulnerability CVSS: 0 11 Dec 2022, 15:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.9.

CVE-2022-4407 phpmyfaq vulnerability CVSS: 0 11 Dec 2022, 15:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.9.

CVE-2022-3766 phpmyfaq vulnerability CVSS: 0 31 Oct 2022, 11:15 UTC

Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.1.8.

CVE-2022-3765 phpmyfaq vulnerability CVSS: 0 31 Oct 2022, 11:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.8.

CVE-2022-3754 phpmyfaq vulnerability CVSS: 0 29 Oct 2022, 13:15 UTC

Weak Password Requirements in GitHub repository thorsten/phpmyfaq prior to 3.1.8.

CVE-2022-3608 phpmyfaq vulnerability CVSS: 0 19 Oct 2022, 13:15 UTC

Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.0-alpha.

CVE-2018-16651 phpmyfaq vulnerability CVSS: 9.0 07 Sep 2018, 05:29 UTC

The admin backend in phpMyFAQ before 2.9.11 allows CSV injection in reports.

CVE-2018-16650 phpmyfaq vulnerability CVSS: 6.8 07 Sep 2018, 05:29 UTC

phpMyFAQ before 2.9.11 allows CSRF.

CVE-2014-6050 phpmyfaq vulnerability CVSS: 5.0 28 Aug 2018, 17:29 UTC

phpMyFAQ before 2.8.13 allows remote attackers to bypass the CAPTCHA protection mechanism by replaying the request.

CVE-2014-6049 phpmyfaq vulnerability CVSS: 5.5 28 Aug 2018, 17:29 UTC

phpMyFAQ before 2.8.13 allows remote authenticated users with admin privileges to bypass authorization via a crafted instance ID parameter.

CVE-2014-6048 phpmyfaq vulnerability CVSS: 5.0 28 Aug 2018, 17:29 UTC

phpMyFAQ before 2.8.13 allows remote attackers to read arbitrary attachments via a direct request.

CVE-2014-6047 phpmyfaq vulnerability CVSS: 5.0 28 Aug 2018, 17:29 UTC

phpMyFAQ before 2.8.13 allows remote authenticated users with certain permissions to read arbitrary attachments by leveraging incorrect "download an attachment" permission checks.

CVE-2014-6046 phpmyfaq vulnerability CVSS: 6.8 28 Aug 2018, 17:29 UTC

Multiple cross-site request forgery (CSRF) vulnerabilities in phpMyFAQ before 2.8.13 allow remote attackers to hijack the authentication of unspecified users for requests that (1) delete active users by leveraging improper validation of CSRF tokens or that (2) delete open questions, (3) activate users, (4) publish FAQs, (5) add or delete Glossary, (6) add or delete FAQ news, or (7) add or delete comments or add votes by leveraging lack of a CSRF token.

CVE-2014-6045 phpmyfaq vulnerability CVSS: 6.5 28 Aug 2018, 17:29 UTC

SQL injection vulnerability in phpMyFAQ before 2.8.13 allows remote authenticated users with certain permissions to execute arbitrary SQL commands via vectors involving the restore function.

CVE-2017-15809 phpmyfaq vulnerability CVSS: 4.3 23 Oct 2017, 17:29 UTC

In phpMyFaq before 2.9.9, there is XSS in admin/tags.main.php via a crafted tag.

CVE-2017-15808 phpmyfaq vulnerability CVSS: 6.8 23 Oct 2017, 17:29 UTC

In phpMyFaq before 2.9.9, there is CSRF in admin/ajax.config.php.

CVE-2017-15735 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) for modifying a glossary.

CVE-2017-15734 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/stat.main.php.

CVE-2017-15733 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/ajax.attachment.php and admin/att.main.php.

CVE-2017-15732 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/news.php.

CVE-2017-15731 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/stat.adminlog.php.

CVE-2017-15730 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) in admin/stat.ratings.php.

CVE-2017-15729 phpmyfaq vulnerability CVSS: 6.8 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Cross-Site Request Forgery (CSRF) for adding a glossary.

CVE-2017-15728 phpmyfaq vulnerability CVSS: 3.5 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Stored Cross-site Scripting (XSS) via metaDescription or metaKeywords.

CVE-2017-15727 phpmyfaq vulnerability CVSS: 3.5 22 Oct 2017, 18:29 UTC

In phpMyFAQ before 2.9.9, there is Stored Cross-site Scripting (XSS) via an HTML attachment.

CVE-2017-14619 phpmyfaq vulnerability CVSS: 4.3 20 Sep 2017, 21:29 UTC

Cross-site scripting (XSS) vulnerability in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the "Title of your FAQ" field in the Configuration Module.

CVE-2017-14618 phpmyfaq vulnerability CVSS: 3.5 20 Sep 2017, 21:29 UTC

Cross-site scripting (XSS) vulnerability in inc/PMF/Faq.php in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the Questions field in an "Add New FAQ" action.

CVE-2017-11187 phpmyfaq vulnerability CVSS: 5.0 12 Jul 2017, 14:29 UTC

phpMyFAQ before 2.9.8 does not properly mitigate brute-force attacks that try many passwords in attempted logins quickly.

CVE-2017-7579 phpmyfaq vulnerability CVSS: 4.3 07 Apr 2017, 16:59 UTC

inc/PMF/Faq.php in phpMyFAQ before 2.9.7 has XSS in the question field.

CVE-2014-0814 phpmyfaq vulnerability CVSS: 4.3 14 Feb 2014, 16:55 UTC

Cross-site scripting (XSS) vulnerability in phpMyFAQ before 2.8.6 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.

CVE-2014-0813 phpmyfaq vulnerability CVSS: 6.8 14 Feb 2014, 16:55 UTC

Cross-site request forgery (CSRF) vulnerability in phpMyFAQ before 2.8.6 allows remote attackers to hijack the authentication of arbitrary users for requests that modify settings.

CVE-2010-4821 phpmyfaq vulnerability CVSS: 4.3 22 Oct 2012, 23:55 UTC

Cross-site scripting (XSS) vulnerability in phpMyFAQ before 2.6.9 allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO to index.php.

CVE-2011-4825 phpmyfaq vulnerability CVSS: 7.5 15 Dec 2011, 03:57 UTC

Static code injection vulnerability in inc/function.base.php in Ajax File and Image Manager before 1.1, as used in tinymce before 1.4.2, phpMyFAQ 2.6 before 2.6.19 and 2.7 before 2.7.1, and possibly other products, allows remote attackers to inject arbitrary PHP code into data.php via crafted parameters.

CVE-2011-3783 phpmyfaq vulnerability CVSS: 5.0 24 Sep 2011, 00:55 UTC

phpMyFAQ 2.6.13 allows remote attackers to obtain sensitive information via a direct request to a .php file, which reveals the installation path in an error message, as demonstrated by lang/language_uk.php and certain other files.

CVE-2010-4558 phpmyfaq vulnerability CVSS: 7.5 17 Dec 2010, 19:00 UTC

phpMyFAQ 2.6.11 and 2.6.12, as distributed between December 4th and December 15th 2010, contains an externally introduced modification (Trojan Horse) in the getTopTen method in inc/Faq.php, which allows remote attackers to execute arbitrary PHP code.

CVE-2009-4780 phpmyfaq vulnerability CVSS: 4.3 21 Apr 2010, 14:30 UTC

Multiple cross-site scripting (XSS) vulnerabilities in index.php in phpMyFAQ before 2.5.5 allow remote attackers to inject arbitrary web script or HTML via (1) the lang parameter in a sitemap action, (2) the search parameter in a search action, (3) the tagging_id parameter in a search action, (4) the highlight parameter in an artikel action, (5) the artlang parameter in an artikel action, (6) the letter parameter in a sitemap action, (7) the lang parameter in a show action, (8) the cat parameter in a show action, (9) the newslang parameter in a news action, (10) the artlang parameter in a send2friend action, (11) the cat parameter in a send2friend action, (12) the id parameter in a send2friend action, (13) the srclang parameter in a translate action, (14) the id parameter in a translate action, (15) the cat parameter in a translate action, (16) the cat parameter in an add action, or (17) the question parameter in an add action. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

CVE-2009-4040 phpmyfaq vulnerability CVSS: 4.3 20 Nov 2009, 19:30 UTC

Cross-site scripting (XSS) vulnerability in phpMyFAQ before 2.0.17 and 2.5.x before 2.5.2, when used with Internet Explorer 6 or 7, allows remote attackers to inject arbitrary web script or HTML via unspecified parameters to the search page.

CVE-2007-1032 phpmyfaq vulnerability CVSS: 6.8 21 Feb 2007, 11:28 UTC

Unspecified vulnerability in phpMyFAQ 1.6.9 and earlier, when register_globals is enabled, allows remote attackers to "gain the privilege for uploading files on the server."

CVE-2006-6912 phpmyfaq vulnerability CVSS: 7.5 31 Dec 2006, 05:00 UTC

SQL injection vulnerability in phpMyFAQ 1.6.7 and earlier allows remote attackers to execute arbitrary SQL commands via unspecified vectors, possibly the userfile or filename parameter.

CVE-2006-6913 phpmyfaq vulnerability CVSS: 7.5 31 Dec 2006, 05:00 UTC

Unspecified vulnerability in phpMyFAQ 1.6.7 and earlier allows remote attackers to upload arbitrary PHP scripts via unspecified vectors.

CVE-2005-3734 phpmyfaq vulnerability CVSS: 4.3 22 Nov 2005, 00:03 UTC

Cross-site scripting (XSS) vulnerability in the "add content" page in phpMyFAQ 1.5.3 and earlier allows remote attackers to inject arbitrary web script or HTML via the (1) thema, (2) username, and (3) usermail parameters.

CVE-2005-3046 phpmyfaq vulnerability CVSS: 6.8 24 Sep 2005, 00:03 UTC

SQL injection vulnerability in password.php in PhpMyFaq 1.5.1 allows remote attackers to modify SQL queries and gain administrator privileges via the user field.

CVE-2005-3048 phpmyfaq vulnerability CVSS: 6.4 24 Sep 2005, 00:03 UTC

Directory traversal vulnerability in index.php in PhpMyFaq 1.5.1 allows remote attackers to read arbitrary files or include arbitrary PHP files via a .. (dot dot) in the LANGCODE parameter, which also allows direct code injection via the User Agent field in a request packet, which can be activated by using LANGCODE to reference the user tracking data file.

CVE-2005-3049 phpmyfaq vulnerability CVSS: 5.0 24 Sep 2005, 00:03 UTC

PhpMyFaq 1.5.1 stores data files under the web document root with insufficient access control and predictable filenames, which allows remote attackers to obtain sensitive information via a direct request to the data/tracking[DATE] file.

CVE-2005-3050 phpmyfaq vulnerability CVSS: 5.0 24 Sep 2005, 00:03 UTC

PhpMyFaq 1.5.1 allows remote attackers to obtain sensitive information via a LANGCODE parameter that does not exist, which reveals the path in an error message.

CVE-2005-3047 phpmyfaq vulnerability CVSS: 4.3 24 Sep 2005, 00:03 UTC

Multiple cross-site scripting (XSS) vulnerabilities in PhpMyFaq 1.5.1 allow remote attackers to inject arbitrary web script or HTML via the (1) PMF_CONF[version] parameter to footer.php or (2) PMF_LANG[metaLanguage] to header.php.

CVE-2005-0702 phpmyfaq vulnerability CVSS: 5.0 07 Mar 2005, 05:00 UTC

SQL injection vulnerability in phpMyFAQ 1.4 and 1.5 allows remote attackers to add FAQ records to the database via the username field in forum messages.

CVE-2004-2255 phpmyfaq vulnerability CVSS: 6.4 31 Dec 2004, 05:00 UTC

Directory traversal vulnerability in phpMyFAQ 1.3.12 allows remote attackers to read arbitrary files, and possibly execute local PHP files, via the action variable, which is used as part of a template filename.

CVE-2004-2257 phpmyfaq vulnerability CVSS: 5.0 31 Dec 2004, 05:00 UTC

phpMyFAQ 1.4.0 allows remote attackers to access the Image Manager to upload or delete images without authorization via a direct request.