First published: Mon Mar 25 2024(Updated: )
### Summary 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._ ### PoC 1. Browse to ../phpmyfaq/index.php?action=add&cat=0 , enter `https://test.com?p=<h1>HTML_INJECTION</h1>` for the contentLink parameter.  2. Verify the HTML injection by viewing the FAQ itself, “All categories” → “CategoryName” → ”QuestionName”.  ### Impact Attackers can manipulate the appearance and functionality of web pages by injecting malicious HTML code. This can lead to various undesirable outcomes, such as defacing the website, redirecting users to malicious sites, or altering the content to deceive users. Additionally, unauthenticated HTML injection can compromise user privacy by displaying sensitive information or misleading content. It undermines the integrity of the application and erodes user trust, potentially resulting in loss of reputation and credibility.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
composer/phpmyfaq/phpmyfaq | =3.2.5 | 3.2.6 |
phpMyFAQ | =3.2.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-28108 has a high severity due to the potential for HTML injection affecting users.
To fix CVE-2024-28108, validate the 'contentLink' parameter to prevent HTML injection and restrict guest access to adding content.
CVE-2024-28108 affects phpMyFAQ version 3.2.5.
Yes, unauthenticated users can exploit CVE-2024-28108 if adding new FAQs is allowed for guests.
The consequences of CVE-2024-28108 include potential user data exposure and a compromised web page due to HTML injection.