Search for packages
| purl | pkg:composer/phpmyfaq/phpmyfaq@3.2.5 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-72u7-dj18-9fbm
Aliases: CVE-2024-29196 GHSA-mmh6-5cpf-2c72 |
phpMyFAQ Path Traversal in Attachments 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. |
Affected by 0 other vulnerabilities. |
|
VCID-d678-pqyj-a3dv
Aliases: CVE-2024-28107 GHSA-2grw-mc9r-822r |
phpMyFAQ SQL injections at insertentry & saveentry 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. |
Affected by 0 other vulnerabilities. |
|
VCID-du6p-ymwg-c3h6
Aliases: CVE-2024-27300 GHSA-q7g6-xfh2-vhpx |
phpMyFAQ stored Cross-site Scripting at user email 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. |
Affected by 0 other vulnerabilities. |
|
VCID-jy6x-1pbg-mbcm
Aliases: CVE-2024-28108 GHSA-48vw-jpf8-hwqh |
phpMyFAQ Stored HTML Injection at contentLink 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._ |
Affected by 0 other vulnerabilities. |
|
VCID-m5ku-7vgc-ykgh
Aliases: CVE-2024-28106 GHSA-6p68-36m6-392r |
phpMyFAQ Stored Cross-site Scripting at FAQ News Content 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. |
Affected by 0 other vulnerabilities. |
|
VCID-qwc2-jydq-73ft
Aliases: CVE-2024-29179 GHSA-hm8r-95g3-5hj9 |
phpMyFAQ Stored Cross-site Scripting at File Attachments 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. |
Affected by 0 other vulnerabilities. |
|
VCID-rdsy-9m5y-sqc7
Aliases: CVE-2024-27299 GHSA-qgxx-4xv5-6hcw |
phpMyFAQ SQL Injection at "Save News" 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. |
Affected by 0 other vulnerabilities. |
|
VCID-sr2g-ufwh-wubs
Aliases: CVE-2024-28105 GHSA-pwh2-fpfr-x5gf |
phpMyFAQ's File Upload Bypass at Category Image Leads to RCE 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. |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-asct-fpjs-7kd3 | Incorrect Authorization 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 block list, 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-22208
GHSA-9hhf-xmcw-r3xg |
| VCID-t12b-rdb6-9baa | Improper Access Control 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 does not 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-2024-22202
GHSA-6648-6g96-mg35 |
| VCID-upcw-69mt-wqbb | Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) 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-24574
GHSA-7m8g-fprr-47fx |