<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>phpMyFAQ Security Advisories</title>
  <subtitle>Security advisories published by the phpMyFAQ Team</subtitle>
  <id>https://www.phpmyfaq.de/security/atom.xml</id>
  <link rel="self" type="application/atom+xml" href="https://www.phpmyfaq.de/security/atom.xml"/>
  <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/advisories/"/>
  <updated>2026-08-20T00:00:00Z</updated>
  <author>
    <name>phpMyFAQ Team</name>
    <uri>https://www.phpmyfaq.de/</uri>
  </author>
  <entry>
    <title>Security Advisory 2026-08-20</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-08-20/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-08-20/"/>
    <published>2026-08-20T00:00:00Z</published>
    <updated>2026-08-20T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-08-20&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.7&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.7 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;h3&gt;High severity&lt;/h3&gt;
&lt;p&gt;When the WYSIWYG editor is enabled for the frontend, a FAQ submitted by an unauthenticated visitor is stripped of HTML tags but not of HTML entities, which are decoded back into executable HTML afterwards. The administration FAQ editor renders this content unsanitized, so the injected script executes in the administrator&amp;#39;s browser when the submission is reviewed, allowing session theft and admin account takeover.&lt;/p&gt;
&lt;p&gt;Two-factor authentication can be disabled with only a valid session and CSRF token, without re-entering the password or a one-time code, so an attacker with temporary access to a logged-in session can permanently remove the second factor from the account.&lt;/p&gt;
&lt;p&gt;The user control panel API changes the account password without verifying the current password, so an attacker with temporary access to a logged-in session can take over the account permanently.&lt;/p&gt;
&lt;h3&gt;Moderate severity&lt;/h3&gt;
&lt;p&gt;The chat user search escapes SQL string syntax but not the &lt;code&gt;LIKE&lt;/code&gt; wildcards &lt;code&gt;%&lt;/code&gt; and &lt;code&gt;_&lt;/code&gt;, so any authenticated user can bypass the intended display-name filter and enumerate the active users of an installation.&lt;/p&gt;
&lt;p&gt;The CAPTCHA on the anonymous question form is not validated when the request is submitted with the &lt;code&gt;store=now&lt;/code&gt; parameter, allowing automated spam submissions.&lt;/p&gt;
&lt;p&gt;Incorrect permission checks on the news editing and FAQ translation pages in the administration disclose drafts and inactive content to users without the corresponding permissions.&lt;/p&gt;
&lt;p&gt;The user data export ZIP includes the live TOTP secret, so anyone who obtains the export can generate valid second factors for the account.&lt;/p&gt;
&lt;p&gt;The admin dashboard API endpoints for searches and content health only require a login instead of the corresponding permission, so any authenticated user can read this data.&lt;/p&gt;
&lt;p&gt;FAQ rendering reverses sanitization with &lt;code&gt;html_entity_decode()&lt;/code&gt;, turning previously escaped markup back into executable HTML and allowing stored cross-site scripting.&lt;/p&gt;
&lt;h3&gt;Low severity&lt;/h3&gt;
&lt;p&gt;Guests can submit questions even when &lt;code&gt;allowQuestionsForGuests&lt;/code&gt; is disabled, as long as the ask-questions feature is enabled.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.8, which fixes the vulnerabilities. All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version. The fixes are also included in phpMyFAQ 4.2.0-alpha.2.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.8.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;JosanGeorge&lt;/strong&gt;, &lt;strong&gt;proochicken&lt;/strong&gt;, &lt;strong&gt;skeletonsec&lt;/strong&gt;, and &lt;strong&gt;pavelkohout396&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-08-04</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-08-04/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-08-04/"/>
    <published>2026-08-04T00:00:00Z</published>
    <updated>2026-08-04T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-08-04&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.6&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.6 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;h3&gt;High severity&lt;/h3&gt;
&lt;p&gt;The WebAuthn login flow never persists the challenge it issues, so the replay guard never runs. An attacker who captures a valid assertion can replay it to authenticate as the victim.&lt;/p&gt;
&lt;p&gt;The brute-force throttle protecting the administration two-factor prompt is scoped to the session. An attacker who starts with a fresh cookie jar resets the counter and can guess TOTP codes without any effective rate limit.&lt;/p&gt;
&lt;p&gt;An LDAP login silently reactivates a local account that an administrator has blocked, and the state change is not written to the audit log, so a revoked user regains access unnoticed.&lt;/p&gt;
&lt;p&gt;The remember-me cookie is issued before the second factor has been verified. An attacker who knows only the password can keep the cookie from the incomplete login and use it to return as the fully authenticated user, bypassing two-factor authentication.&lt;/p&gt;
&lt;p&gt;Glossary input is escaped before it is truncated. Truncation can cut an escape sequence in half, which allows an authenticated user to inject SQL into the resulting query.&lt;/p&gt;
&lt;p&gt;A tracking file below the document root is served without authentication and contains password reset tokens, allowing an unauthenticated visitor to take over the accounts those tokens belong to.&lt;/p&gt;
&lt;h3&gt;Moderate severity&lt;/h3&gt;
&lt;p&gt;The public PDF export does not check whether a FAQ record is active, so an unauthenticated visitor can retrieve the title and solution of drafts and unpublished entries.&lt;/p&gt;
&lt;p&gt;Comment endpoints do not verify authorization for the parent FAQ record, exposing the comments, the personal data of the commenters, and attachment metadata of restricted records.&lt;/p&gt;
&lt;p&gt;The PostgreSQL search backend declares the wrong &lt;code&gt;LIKE ESCAPE&lt;/code&gt; character, which makes the wildcard-escaping fix ineffective on that backend.&lt;/p&gt;
&lt;p&gt;The administration API endpoints that read the LDAP, Elasticsearch, OpenSearch, and dashboard configuration only require a login instead of the &lt;code&gt;CONFIGURATION_EDIT&lt;/code&gt; permission, so any authenticated user can read these settings.&lt;/p&gt;
&lt;p&gt;An authenticated FAQ editor can reference a local file as an image in a FAQ entry and have the PDF export embed and disclose its contents.&lt;/p&gt;
&lt;p&gt;The registration endpoints remain reachable even when &lt;code&gt;security.enableRegistration&lt;/code&gt; is turned off, so visitors can still create accounts on an installation that is meant to be closed.&lt;/p&gt;
&lt;p&gt;The content backup is written as a ZIP archive into the web-accessible document root, where anyone who guesses or learns its name can download the full contents of the installation.&lt;/p&gt;
&lt;p&gt;The backup, database migration, and maintenance mode endpoints can be reached without authentication, allowing an unauthenticated attacker to export data or put the installation into maintenance mode.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.7, which fixes the vulnerabilities. All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.7.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;Arpit Jain&lt;/strong&gt;, &lt;strong&gt;Thomas Youssef Wilson&lt;/strong&gt;, &lt;strong&gt;pavelkohout396&lt;/strong&gt;, and &lt;strong&gt;kevinnivekkevin&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-07-13</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-07-13/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-07-13/"/>
    <published>2026-07-13T00:00:00Z</published>
    <updated>2026-07-13T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-07-13&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.5 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;An authenticated administrator can supply an untrusted update-package path to the configuration API, causing phpMyFAQ to write an arbitrary PHP file to the server and thereby execute attacker-controlled code.&lt;/p&gt;
&lt;p&gt;An attacker can exploit a path traversal in the category image deletion routine to remove arbitrary files outside the intended directory, which can leave the installation in a state that allows a setup takeover.&lt;/p&gt;
&lt;p&gt;The two-factor authentication login flow can be completed without verifying the password factor, so an attacker who possesses only the second factor is able to authenticate as the victim.&lt;/p&gt;
&lt;p&gt;A delegated administrator with only the GROUP_EDIT permission can assign group memberships without restriction through &lt;code&gt;GroupController::updateMembers&lt;/code&gt;, inheriting rights they do not hold and escalating their privileges.&lt;/p&gt;
&lt;p&gt;An authenticated user can inject SQL through an unescaped stop word inserted via &lt;code&gt;StopWords::add()&lt;/code&gt;, allowing manipulation of the underlying database query.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.6, which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.6.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;ImDuong&lt;/strong&gt;, &lt;strong&gt;geo-chen&lt;/strong&gt;, &lt;strong&gt;DomainXTech&lt;/strong&gt;, and &lt;strong&gt;Waseem Dayili&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-06-14</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-06-14/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-06-14/"/>
    <published>2026-06-14T00:00:00Z</published>
    <updated>2026-06-14T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-06-14&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.4&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.4 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;An authenticated FAQ editor can embed a crafted image reference (e.g. &lt;code&gt;../../&lt;/code&gt;) in a FAQ entry to make the PDF export read arbitrary files outside the content directory and disclose them in the document.&lt;/p&gt;
&lt;p&gt;An unauthenticated user can query the public FAQ APIs directly to retrieve inactive content — drafts, unpublished revisions, and entries awaiting approval — that was never meant to be public.&lt;/p&gt;
&lt;p&gt;A delegated administrator with only the GROUP_EDIT permission can grant a group rights they do not hold and inherit them as a member, escalating up to full administrative control. The group-rights endpoint (GroupController::updatePermissions) lacks the constraint applied to the user-rights endpoint (UserController::updateUserRights).&lt;/p&gt;
&lt;p&gt;A delegated administrator who holds the ordinary user-management permission (USER_ADD/EDIT/DELETE) but is not a SuperAdmin can create a brand-new account with the SuperAdmin flag and an attacker-chosen password and then log in as that account for full instance takeover. The SuperAdmin guard added to editUser, updateUserRights, overwritePassword, and activate was not applied to the sibling user/add endpoint.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.5, which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.5.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;Yanchon918s&lt;/strong&gt;, &lt;strong&gt;YHalo-wyh&lt;/strong&gt;, and &lt;strong&gt;DomainXTech&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-05-25</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-05-25/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-05-25/"/>
    <published>2026-05-25T00:00:00Z</published>
    <updated>2026-05-25T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-05-25&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.3&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.3 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;A high-risk issue existed where a previous fix for the admin API Insecure Direct Object Reference (IDOR) and privilege-escalation class of vulnerabilities was incomplete, leaving paths through which an attacker could still access or modify resources belonging to other users. The affected endpoints now enforce ownership and permission checks consistently.&lt;/p&gt;
&lt;p&gt;A high-risk issue existed where the fix for CVE-2026-24421 was incomplete: four API write endpoints still lacked a &lt;code&gt;userHasPermission()&lt;/code&gt; check, allowing authenticated users to perform privileged write operations they were not authorized for. The missing permission checks have been added to all affected endpoints.&lt;/p&gt;
&lt;p&gt;A low-risk issue existed where phpMyFAQ hashed attachment passwords with SHA-1, a cryptographically broken algorithm that has been susceptible to practical collision attacks since the 2017 SHAttered disclosure. The affected code was unused and has been removed.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.4, which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.4.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;N0tFix3d&lt;/strong&gt;, &lt;strong&gt;SnailSploit&lt;/strong&gt;, and &lt;strong&gt;santhoshinipayload&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-05-14</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-05-14/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-05-14/"/>
    <published>2026-05-14T00:00:00Z</published>
    <updated>2026-05-14T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-05-14&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.2 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ contains an authentication bypass vulnerability where the default empty API token allows unauthorized access to protected endpoints.&lt;/p&gt;
&lt;p&gt;An Insecure Direct Object Reference (IDOR) flaw in phpMyFAQ enables attackers to take over arbitrary user accounts by manipulating object identifiers.&lt;/p&gt;
&lt;p&gt;An unauthenticated password reset endpoint in phpMyFAQ permits user enumeration and forces password changes without validating the reset token.&lt;/p&gt;
&lt;p&gt;A missing password reset token check in phpMyFAQ allows account takeover through username and email enumeration.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.3, which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.3.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;guayu-kakeru&lt;/strong&gt;, &lt;strong&gt;i.cyber.sa&lt;/strong&gt;, and &lt;strong&gt;kitu232&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-04-28</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-04-28/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-04-28/"/>
    <published>2026-04-28T00:00:00Z</published>
    <updated>2026-04-28T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-04-28&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.1&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of critical security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.1 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The User-Agent header in BuiltinCaptcha is vulnerable to unauthenticated SQL injection, rated &lt;strong&gt;critical&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In &lt;code&gt;Client::deleteClientFolder&lt;/code&gt;, a &lt;strong&gt;moderate&lt;/strong&gt; path traversal flaw lets non-super-admin admins delete arbitrary directories.&lt;/p&gt;
&lt;p&gt;Through the &lt;code&gt;getFaqBySolutionId&lt;/code&gt; fallback query, attackers can bypass FAQ permissions without authentication — severity &lt;strong&gt;high&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Unescaped OAuth token fields introduce a &lt;strong&gt;high&lt;/strong&gt; severity SQL injection in &lt;code&gt;CurrentUser::setTokenData&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because &lt;code&gt;/admin/check&lt;/code&gt; accepts an arbitrary user-id, an unauthenticated 2FA brute-force attack is possible (&lt;strong&gt;critical&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;Due to an insufficient authorization check, ordinary authenticated users can reach admin-only API endpoints — a &lt;strong&gt;moderate&lt;/strong&gt; issue.&lt;/p&gt;
&lt;p&gt;Search result rendering in &lt;code&gt;search.twig&lt;/code&gt; suffers from a &lt;strong&gt;moderate&lt;/strong&gt; stored XSS, where the &lt;code&gt;| raw&lt;/code&gt; filter bypasses &lt;code&gt;html_entity_decode(strip_tags())&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Twelve admin API configuration tab endpoints lack the &lt;code&gt;CONFIGURATION_EDIT&lt;/code&gt; permission check, leaking configuration data to any authenticated user (&lt;strong&gt;moderate&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;The SVG sanitizer&amp;#39;s entity decoding depth limit can be bypassed, resulting in stored XSS at &lt;strong&gt;moderate&lt;/strong&gt; severity.&lt;/p&gt;
&lt;p&gt;An encode-decode bypass of &lt;code&gt;removeAttributes()&lt;/code&gt; sanitization enables &lt;strong&gt;moderate&lt;/strong&gt; stored XSS in FAQ question and answer content.&lt;/p&gt;
&lt;p&gt;Tag deletion lacks an authorization check, so any authenticated user can delete tags — rated &lt;strong&gt;moderate&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;A non-terminating permission check causes a &lt;strong&gt;moderate&lt;/strong&gt; authorization bypass across all admin pages.&lt;/p&gt;
&lt;p&gt;Comment rendering is affected by a &lt;strong&gt;high&lt;/strong&gt; severity stored XSS through &lt;code&gt;Utils::parseUrl()&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.2, which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.2.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;ericliu-12&lt;/strong&gt;, &lt;strong&gt;offset&lt;/strong&gt;, &lt;strong&gt;Doodi101&lt;/strong&gt;, &lt;strong&gt;kitu232&lt;/strong&gt;, and &lt;strong&gt;adragos&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-03-31</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-03-31/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-03-31/"/>
    <published>2026-03-31T00:00:00Z</published>
    <updated>2026-03-31T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-03-31&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.1.0&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.0 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;An unauthenticated attacker can submit a guest FAQ with an email address that is syntactically valid per RFC 5321&lt;/p&gt;
&lt;p&gt;(quoted local part) yet contains raw HTML.&lt;/p&gt;
&lt;p&gt;An unauthenticated attacker can inject these wildcards into search queries, causing them to match unintended records.&lt;/p&gt;
&lt;p&gt;The regex-based SVG sanitizer in phpMyFAQ can be bypassed using HTML entity encoding in JavaScript URLs within SVG&lt;/p&gt;
&lt;p&gt;attributes.&lt;/p&gt;
&lt;p&gt;The MediaBrowserController::index() method handles file deletion for the media browser. When the fileRemove action is&lt;/p&gt;
&lt;p&gt;triggered, the user-supplied name parameter is concatenated with the base upload directory path without any path&lt;/p&gt;
&lt;p&gt;traversal validation.&lt;/p&gt;
&lt;p&gt;An attacker can bypass sanitization by submitting FAQ content with unquoted or single-quoted event handler attributes.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.1.1, which fix the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.1.1.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;wooseokdotkim&lt;/strong&gt;, &lt;strong&gt;Athul Jayaram&lt;/strong&gt;, &lt;strong&gt;Mạnh NV&lt;/strong&gt;, and &lt;strong&gt;Khaled M. Alshammri&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-02-27</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-02-27/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-02-27/"/>
    <published>2026-02-27T00:00:00Z</published>
    <updated>2026-02-27T00:00:00Z</updated>
    <summary>Unauthenticated account creation via WebAuthn prepare endpoint vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Unauthenticated account creation vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-02-27&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.17&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.1.0-RC.6, and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The WebAuthn prepare endpoint (/api/webauthn/prepare) creates new active user accounts without any authentication,&lt;/p&gt;
&lt;p&gt;CSRF protection, or configuration checks. This allows unauthenticated attackers to create unlimited user accounts even&lt;/p&gt;
&lt;p&gt;when registration is disabled.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 4.0.18 and 4.1.0-RC.7, which fix the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.18 or 4.1.0-RC.7.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;Offensive-AI&lt;/strong&gt; for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2026-01-23</title>
    <id>https://www.phpmyfaq.de/security/advisory-2026-01-23/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2026-01-23/"/>
    <published>2026-01-23T00:00:00Z</published>
    <updated>2026-01-23T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2026-01-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.16&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Moderate&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.16 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;A logged‑in user without the permission to download files can download FAQ attachments. This is due to a permissive&lt;/p&gt;
&lt;p&gt;permission check in attachment.php that treats the mere presence of a right key as authorization and a flawed group/user&lt;/p&gt;
&lt;p&gt;logic expression.&lt;/p&gt;
&lt;p&gt;Authenticated non‑admin users can call /api/setup/backup and trigger a configuration backup.&lt;/p&gt;
&lt;p&gt;The endpoint only checks authentication, not authorization, and returns a link to the generated ZIP.&lt;/p&gt;
&lt;p&gt;Several public API endpoints return email addresses and non‑public records (e.g., open questions with isVisible=false).&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 4.0.17 and 4.1.0-RC.3, which fix the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.17 or 4.1.0-RC.3.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;Brahim-Fouad Guia&lt;/strong&gt; for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2025-12-29</title>
    <id>https://www.phpmyfaq.de/security/advisory-2025-12-29/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2025-12-29/"/>
    <published>2025-12-29T00:00:00Z</published>
    <updated>2025-12-29T00:00:00Z</updated>
    <summary>Stored cross-site scripting (XSS) and unauthenticated config backup download vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Stored cross-site scripting (XSS) and unauthenticated config backup download vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2025-12-29&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.15&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.15 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;A stored cross-site scripting (XSS) vulnerability allows an attacker to execute arbitrary JavaScript in an&lt;/p&gt;
&lt;p&gt;administrator’s browser by registering a user whose display name contains HTML entities (e.g., &amp;lt;img ...&amp;gt;). When&lt;/p&gt;
&lt;p&gt;an administrator views the admin user list, the payload is decoded server-side and rendered without escaping, resulting&lt;/p&gt;
&lt;p&gt;in script execution in the admin context.&lt;/p&gt;
&lt;p&gt;An unauthenticated remote attacker can trigger generation of a configuration backup ZIP via POST /api/setup/backup and&lt;/p&gt;
&lt;p&gt;then download the generated ZIP from a web-accessible location. The ZIP contains sensitive configuration files&lt;/p&gt;
&lt;p&gt;(e.g., database.php with database credentials), leading to high-impact information disclosure and potential follow-on&lt;/p&gt;
&lt;p&gt;compromise.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 4.0.16 and 4.1.0-RC, which fix the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.15 or 4.1.0-RC.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;strong&gt;eclipse07077&lt;/strong&gt; for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2025-11-15</title>
    <id>https://www.phpmyfaq.de/security/advisory-2025-11-15/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2025-11-15/"/>
    <published>2025-11-15T00:00:00Z</published>
    <updated>2025-11-15T00:00:00Z</updated>
    <summary>Authenticated SQL Injection in Configuration Update Functionality in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Authenticated SQL Injection in Configuration Update Functionality in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2025-11-15&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.13&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that&amp;#39;d been discovered in phpMyFAQ 4.0.12 and&lt;/p&gt;
&lt;p&gt;earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;An authenticated SQL injection vulnerability in the main configuration update functionality of phpMyFAQ (v4.0.13 and&lt;/p&gt;
&lt;p&gt;prior) allows a privileged user with &amp;#39;Configuration Edit&amp;#39; permissions to execute arbitrary SQL commands.&lt;/p&gt;
&lt;p&gt;Successful exploitation can lead to a full compromise of the database, including reading, modifying, or deleting all&lt;/p&gt;
&lt;p&gt;data, as well as potential remote code execution depending on the database configuration.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.14, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.14.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank Yihao Peng for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2025-10-03</title>
    <id>https://www.phpmyfaq.de/security/advisory-2025-10-03/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2025-10-03/"/>
    <published>2025-10-03T00:00:00Z</published>
    <updated>2025-10-03T00:00:00Z</updated>
    <summary>Duplicate email registration allows multiple accounts with the same email in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Duplicate email registration allows multiple accounts with the same email in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2025-10-03&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.12&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that&amp;#39;d been discovered in phpMyFAQ 4.0.12 and&lt;/p&gt;
&lt;p&gt;earlier. It&amp;#39;s possible to create duplicate email registration allows multiple accounts with the same email in phpMyFAQ.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Due to insufficient validation of email addresses during the user registration process,&lt;/p&gt;
&lt;p&gt;it is possible to register multiple user accounts using the same email address.&lt;/p&gt;
&lt;p&gt;This vulnerability can lead to confusion in user management, potential unauthorized access to user-specific features,&lt;/p&gt;
&lt;p&gt;and complications in password recovery processes.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.13, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.13.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/halas98&quot;&gt;halas98&lt;/a&gt; for the&lt;/p&gt;
&lt;p&gt;responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2025-01-02</title>
    <id>https://www.phpmyfaq.de/security/advisory-2025-01-02/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2025-01-02/"/>
    <published>2025-01-02T00:00:00Z</published>
    <updated>2025-01-02T00:00:00Z</updated>
    <summary>Stored HTML Injection vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Stored HTML Injection vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2025-01-02&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.0-RC.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.1 and&lt;/p&gt;
&lt;p&gt;earlier. A stored HTML injection vulnerability has been discovered in the phpMyFAQ application.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Due to insufficient validation on the content of new FAQ posts, it is possible for authenticated users to inject&lt;/p&gt;
&lt;p&gt;malicious HTML or JavaScript code that can impact other users viewing the FAQ. This vulnerability arises when&lt;/p&gt;
&lt;p&gt;user-provided inputs in FAQ entries are not sanitized or escaped before being rendered on the page.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.2, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.2.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank geo-chen for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2024-12-13</title>
    <id>https://www.phpmyfaq.de/security/advisory-2024-12-13/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2024-12-13/"/>
    <published>2024-12-13T00:00:00Z</published>
    <updated>2024-12-13T00:00:00Z</updated>
    <summary>User Interface (UI) Misrepresentation of Critical Information vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;User Interface (UI) Misrepresentation of Critical Information vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2024-12-06&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.0-RC.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.0 and&lt;/p&gt;
&lt;p&gt;earlier. A User Interface (UI) Misrepresentation of Critical Information vulnerability has been discovered in the&lt;/p&gt;
&lt;p&gt;phpMyFAQ application.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;A vulnerability exists in phpMyFAQ where a privileged attacker can trigger a file download on a victim&amp;#39;s machine upon&lt;/p&gt;
&lt;p&gt;a page visit by embedding it in an iframe element without user interaction or explicit consent.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.1, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.1.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank geo-chen for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2024-12-06</title>
    <id>https://www.phpmyfaq.de/security/advisory-2024-12-06/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2024-12-06/"/>
    <published>2024-12-06T00:00:00Z</published>
    <updated>2024-12-06T00:00:00Z</updated>
    <summary>Information disclosure vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Information disclosure vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2024-12-06&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.0-RC.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.0-RC.5 and&lt;/p&gt;
&lt;p&gt;earlier. An information disclosure vulnerability has been discovered in the phpMyFAQ application.&lt;/p&gt;
&lt;p&gt;This vulnerability reveals the database username and password if the database is not available.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;If the database is not available, the database username and password are shown in the error message.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.0, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 4.0.0.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank geo-chen for the responsible disclosures of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2024-07-21</title>
    <id>https://www.phpmyfaq.de/security/advisory-2024-07-21/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2024-07-21/"/>
    <published>2024-07-21T00:00:00Z</published>
    <updated>2024-07-21T00:00:00Z</updated>
    <summary>Authentication Bypass in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Authentication Bypass in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2024-07-21&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 4.0.0-alpha.2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issues that&amp;#39;d been discovered in phpMyFAQ 4.0.0-alpha.2 and&lt;/p&gt;
&lt;p&gt;earlier. An authentication bypass has been discovered in the phpMyFAQ application.&lt;/p&gt;
&lt;p&gt;This vulnerability allows attackers to take over accounts that do not have Two-Factor Authentication (2FA) configured.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;It was found that the 2FA implementation has a critical flaw.&lt;/p&gt;
&lt;p&gt;Specifically, the &amp;quot;secret&amp;quot; field for 2FA can be left as a blank string under some conditions, including fresh installations.&lt;/p&gt;
&lt;p&gt;The vulnerability exists in the handling of the 2FA token in the &lt;code&gt;index.php&lt;/code&gt; and &lt;code&gt;TwoFactor.php&lt;/code&gt; files.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 4.0.0-alpha.3, which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.2.8 or phpMyFAQ 4.0.0-alpha.3.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank Christian Pöschl (CODE WHITE GmbH) for the responsible disclosures of these vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2024-03-25</title>
    <id>https://www.phpmyfaq.de/security/advisory-2024-03-25/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2024-03-25/"/>
    <published>2024-03-25T00:00:00Z</published>
    <updated>2024-03-25T00:00:00Z</updated>
    <summary>XSS, SQL injections and bypass vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS, phishing and spoofing vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2024-03-25&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.2.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.2.5 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS), SQL injection and bypass vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid a Path Traversal in attachments that allows attackers with admin&lt;/p&gt;
&lt;p&gt;rights to upload malicious files to other locations of the web root. An attacker with admin privileges can upload an&lt;/p&gt;
&lt;p&gt;attachment containing JS code without an extension, and the application will render it as HTML, which allows for XSS&lt;/p&gt;
&lt;p&gt;attacks. It is possible for unauthenticated users to inject HTML code to the page which might affect other users.&lt;/p&gt;
&lt;p&gt;Also, it requires that adding new FAQs is allowed for guests and that the admin doesn&amp;#39;t check the content of a newly&lt;/p&gt;
&lt;p&gt;added FAQ. A PostgreSQL SQL injection vulnerability has been discovered in the admin section when modifying records&lt;/p&gt;
&lt;p&gt;due to improper escaping of the email address. By manipulating the news parameter in a POST request, an attacker with&lt;/p&gt;
&lt;p&gt;admin rights can inject malicious JavaScript code. The category image upload function in phpmyfaq is vulnerable to&lt;/p&gt;
&lt;p&gt;manipulation of the Content-type and lang parameters, allowing attackers with admin rights to upload malicious files&lt;/p&gt;
&lt;p&gt;with a .php extension, potentially leading to remote code execution (RCE) on the system. The email field in phpMyFAQ&amp;#39;s&lt;/p&gt;
&lt;p&gt;user control panel page is vulnerable to stored XSS attacks due to the inadequacy of PHP&amp;#39;s FILTER_VALIDATE_EMAIL&lt;/p&gt;
&lt;p&gt;function, which only validates the email format, not its content. A PostgreSQL SQL injection vulnerability has been&lt;/p&gt;
&lt;p&gt;discovered in the &amp;quot;Add News&amp;quot; functionality due to improper escaping of the email address.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.2.6, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.2.6.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-mmh6-5cpf-2c72&quot;&gt;
&lt;p&gt;Path Traversal in Attachments&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-hm8r-95g3-5hj9&quot;&gt;
&lt;p&gt;Stored XSS at File Attachments&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-48vw-jpf8-hwqh&quot;&gt;
&lt;p&gt;Stored HTML Injection at contentLink&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-2grw-mc9r-822r&quot;&gt;
&lt;p&gt;SQL injections at insertentry &amp;amp; saveentry&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-6p68-36m6-392r&quot;&gt;
&lt;p&gt;Stored XSS at FAQ News Content&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-pwh2-fpfr-x5gf&quot;&gt;
&lt;p&gt;File Upload Bypass at Category Image Leads to RCE&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-q7g6-xfh2-vhpx&quot;&gt;
&lt;p&gt;Stored XSS at user email&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-qgxx-4xv5-6hcw&quot;&gt;
&lt;p&gt;SQL Injection at &amp;quot;Save News&amp;quot;&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @kevinnivekkevin for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2024-02-05</title>
    <id>https://www.phpmyfaq.de/security/advisory-2024-02-05/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2024-02-05/"/>
    <published>2024-02-05T00:00:00Z</published>
    <updated>2024-02-05T00:00:00Z</updated>
    <summary>XSS, phishing and spoofing vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS, phishing and spoofing vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2024-02-05&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.2.4&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.2.4 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS), phishing and spoofing vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when storing on attachments filenames.&lt;/p&gt;
&lt;p&gt;The &amp;#39;sharing FAQ&amp;#39; functionality allows any unauthenticated actor to misuse the phpMyFAQ application to send arbitrary&lt;/p&gt;
&lt;p&gt;emails to a large range of targets.&lt;/p&gt;
&lt;p&gt;phpMyFAQ&amp;#39;s user removal page allows an attacker to spoof another user&amp;#39;s detail, and in turn make a compelling phishing&lt;/p&gt;
&lt;p&gt;case for removing another user&amp;#39;s account.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.2.5, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.2.5.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-7m8g-fprr-47fx&quot;&gt;
&lt;p&gt;phpMyFAQ store XSS on attachments filename&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-9hhf-xmcw-r3xg&quot;&gt;
&lt;p&gt;Sharing FAQ functionality can easily be abused for phishing purposes&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-6648-6g96-mg35&quot;&gt;
&lt;p&gt;User Removal Page Allows Spoofing Of User Details&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @PinkDraconian and Nikko Enggaliano for the responsible disclosures of these&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-10-27</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-10-27/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-10-27/"/>
    <published>2023-10-27T00:00:00Z</published>
    <updated>2023-10-27T00:00:00Z</updated>
    <summary>XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS and insufficient session expiration vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-10-27&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.2.1&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.2.1 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) and insufficient session expiration vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when adding malicious content into attachments and&lt;/p&gt;
&lt;p&gt;administration. phpMyFAQ also implemented an insufficient session expiration.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.2.2, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.2.2.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.com/bounties/fbfd4e84-61fb-4063-8f11-15877b8c1f6f/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.com/bounties/fbfd4e84-61fb-4063-8f11-15877b8c1f6f/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.com/bounties/4c4b7395-d9fd-4ca0-98d7-2e20c1249aff/&quot;&gt;
&lt;p&gt;Insufficient session expiration&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @nyeooo, @ngductung and Matt Zajork for the responsible disclosures of these&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-09-21</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-09-21/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-09-21/"/>
    <published>2023-09-21T00:00:00Z</published>
    <updated>2023-09-21T00:00:00Z</updated>
    <summary>XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS and cookie vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-09-21&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.17&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.2.0 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) vulnerabilities. The secure flag handling of cookies is buggy.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when adding malicious content into FAQs, configuration, user&lt;/p&gt;
&lt;p&gt;administration, and multi-site configuration.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 3.2.1 and 3.1.18, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.2.1 or 3.1.18.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/3a2bc18b-5932-4fb5-a01e-24b2b0443b67/&quot;&gt;
&lt;p&gt;XSS in 3.1.17 and 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/5e146e7c-60c7-498b-9ffe-fd4cb4ca8c54/&quot;&gt;
&lt;p&gt;XSS in 3.1.17 and 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/a335c013-db75-4120-872c-42059c7100e8/&quot;&gt;
&lt;p&gt;XSS in 3.1.17 and 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e2542cbe-41ab-4a90-b6a4-191884c1834d/&quot;&gt;
&lt;p&gt;XSS in 3.1.17 and 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/f877e65a-e647-457b-b105-7e5c9f58fb43/&quot;&gt;
&lt;p&gt;XSS in 3.1.17 and 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/ec44bcba-ae7f-497a-851e-8165ecf56945/&quot;&gt;
&lt;p&gt;Cookie issue in 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e4b0e8f4-5e06-49d1-832f-5756573623ad/&quot;&gt;
&lt;p&gt;XSS in 3.2.0&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @hainguyen0207 and @nyeooo for the responsible disclosures of these&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-08-27</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-08-27/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-08-27/"/>
    <published>2023-08-27T00:00:00Z</published>
    <updated>2023-08-27T00:00:00Z</updated>
    <summary>XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS and CSV injection vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-08-27&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.16&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.1.16 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when adding malicious content into tags and FAQs.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.17, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.17.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/52897778-fad7-4169-bf04-a68a0646df0c/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/2cf11678-8793-4fa1-b21a-f135564a105d/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @ahmedvienna for the responsible disclosures of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-07-16</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-07-16/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-07-16/"/>
    <published>2023-07-16T00:00:00Z</published>
    <updated>2023-07-16T00:00:00Z</updated>
    <summary>XSS and CSV injection vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS and CSV injection vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-07-16&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.15&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.1.13 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) and CSV injection vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when intercepting malicious content into FAQs. Additionally&lt;/p&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks against CSV injections.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.16, which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.16.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e891dcbc-2092-49d3-9518-23e37187a5ea/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/36149a42-cbd5-445e-a371-e351c899b189/&quot;&gt;
&lt;p&gt;CSV Injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @chonkysec, and @lujiefsi for the responsible disclosure of these&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-05-17</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-05-17/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-05-17/"/>
    <published>2023-05-17T00:00:00Z</published>
    <updated>2023-05-17T00:00:00Z</updated>
    <summary>XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-04-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.13&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that&amp;#39;d been discovered in phpMyFAQ 3.1.13 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t implement sufficient checks to avoid XSS when intercepting malicious content into FAQs.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.14 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.14.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/4d89c7cc-fb4c-4b64-9b67-f0189f70a620/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/8282d78e-f399-4bf4-8403-f39103a31e78/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank Mohamed Abdelhady, and H4ck3r Khoỏng for the responsible disclosure of these&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-04-23</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-04-23/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-04-23/"/>
    <published>2023-04-23T00:00:00Z</published>
    <updated>2023-04-23T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-04-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.12&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that have been discovered in phpMyFAQ 3.1.12 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) and an email address manipulation vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;XSS&lt;/li&gt;
&lt;li&gt;email address manipulation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.13 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.13.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/20d3a0b3-2693-4bf1-b196-10741201a540/&quot;&gt;
&lt;p&gt;email address manipulation vulnerability&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/89005a6d-d019-4cb7-ae88-486d2d44190d/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/cee65b6d-b003-4e6a-9d14-89aa94bee43e/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/840c8d91-c97e-4116-a9f8-4ab1a38d239b/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank Dan Barros, Asura-N, and Aziz Hakim for the responsible disclosure of this&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-03-20</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-03-20/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-03-20/"/>
    <published>2023-03-20T00:00:00Z</published>
    <updated>2023-03-20T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-02-20&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.11&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a multiple security issues that have been discovered in phpMyFAQ 3.1.11 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS), a weak password check and a privilege escalation.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;XSS&lt;/li&gt;
&lt;li&gt;weak passwords&lt;/li&gt;
&lt;li&gt;privilege escalation&lt;/li&gt;
&lt;li&gt;Captcha bypass&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.12 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.12.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e8109aed-d364-4c0c-9545-4de0347b10e1/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/39715aaf-e798-4c60-97c4-45f4f2cd5c61/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/01d6ae23-3a8f-42a8-99f4-10246187d71b/&quot;&gt;
&lt;p&gt;Password policy&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/dda73cb6-9344-4822-97a1-2e31efb6a73e/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/529f2361-eb2e-476f-b7ef-4e561a712e28/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/1dc7f818-c8ea-4f80-b000-31b48a426334/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e495b443-b328-42f5-aed5-d68b929b4cb9/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/ece5f051-674e-4919-b998-594714910f9e/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/93f981a3-231d-460d-a239-bb960e8c2fdc/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/e4a58835-96b5-412c-a17e-3ceed30231e1/&quot;&gt;
&lt;p&gt;Privilege escalation&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/b7d244b7-5ac3-4964-81ee-8dbb5bb5e33a/&quot;&gt;
&lt;p&gt;Captcha bypass&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/24c0a65f-0751-4ff8-af63-4b325ac8879f/&quot;&gt;
&lt;p&gt;HTML injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/3c2374cc-7082-44b7-a6a6-ccff7a650a3a/&quot;&gt;
&lt;p&gt;Privilege escalation&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/0854328e-eb00-41a3-9573-8da8f00e369c/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/2f1e417d-cf64-4cfb-954b-3a9cb2f38191/&quot;&gt;
&lt;p&gt;Privilege escalation&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/584a200a-6ff8-4d53-a3c0-e7893edff60c/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/bce84c02-abb2-474f-a67b-1468c9dcabb8/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/882ffa07-5397-4dbb-886f-4626859d711a/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/8ab09a1c-cfd5-4ce0-aae3-d33c93318957/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/2d0ac48a-490d-4548-8d98-7447042dd1b5/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @ahmedvienna, @josefjku, @hatlesswizard, @tsarsecurity and @isdkrisna for the&lt;/p&gt;
&lt;p&gt;responsible disclosure of this vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-02-12</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-02-12/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-02-12/"/>
    <published>2023-02-12T00:00:00Z</published>
    <updated>2023-02-12T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-02-12&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.10&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a multiple security issues that have been discovered in phpMyFAQ 3.1.10 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS), HTML injection vulnerabilities and a weak password check.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a bypass to flood admin with FAQ proposals&lt;/li&gt;
&lt;li&gt;stored XSS in questions&lt;/li&gt;
&lt;li&gt;stored HTML injections&lt;/li&gt;
&lt;li&gt;weak passwords &lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.11 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.11.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/14fc4841-0f5d-4e12-bf9e-1b60d2ac6a6c/&quot;&gt;
&lt;p&gt;Bypass&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/8c74ccab-0d1d-4c6b-a0fa-803aa65de04f/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/87397c71-7b84-4617-a66e-fa6c73be9024/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/808d5452-607c-4af1-812f-26c49faf3e61/&quot;&gt;
&lt;p&gt;HTML injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/d9375178-2f23-4f5d-88bd-bba3d6ba7cc5/&quot;&gt;
&lt;p&gt;HTML injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/06af150b-b481-4248-9a48-56ded2814156/&quot;&gt;
&lt;p&gt;Bypass&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/7152b340-c6f3-4ac8-9f62-f764a267488d/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/9e21156b-ab1d-4c60-88ef-8c9f3e2feb7f/&quot;&gt;
&lt;p&gt;HTML injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/b3881a1f-2f1e-45cb-86f3-735f66e660e9/&quot;&gt;
&lt;p&gt;Weak password&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/949975f1-271d-46aa-85e5-1a013cdb5efb/&quot;&gt;
&lt;p&gt;HTML injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @ahmedvienna and @josefjku for the responsible disclosure of this&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2023-01-15</title>
    <id>https://www.phpmyfaq.de/security/advisory-2023-01-15/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2023-01-15/"/>
    <published>2023-01-15T00:00:00Z</published>
    <updated>2023-01-15T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2023-01-15&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.9&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a multiple security issues that have been discovered in phpMyFAQ 3.1.9 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS) vulnerabilities and a weak password check.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a stored XSS in &quot;Add new question&quot;&lt;/li&gt;
&lt;li&gt;a stored XSS in admin user page&lt;/li&gt;
&lt;li&gt;a stored XSS in FAQ comments&lt;/li&gt;
&lt;li&gt;a blind stored XSS in admin open question page&lt;/li&gt;
&lt;li&gt;a reflected XSS in the admin backend login&lt;/li&gt;
&lt;li&gt;stored XSS on user, category, FAQ, news and configuration admin backend&lt;/li&gt;
&lt;li&gt;weak passwords &lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.10 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.10.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/cbba22f0-89ed-4d01-81ea-744979c8cbde/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/fac01e9f-e3e5-4985-94ad-59a76485f215/&quot;&gt;
&lt;p&gt;Weak password&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/83cfed62-af8b-4aaa-94f2-5a33dc0c2d69/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/051d5e20-7fab-4769-bd7d-d986b804bb5a/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/c03c5925-43ff-450d-9827-2b65a3307ed6/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/f50ec8d1-cd60-4c2d-9ab8-3711870d83b9/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/82b0b629-c56b-4651-af3f-17f749751857/&quot;&gt;
&lt;p&gt;Captcha bypass&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/eac0a9d7-9721-4191-bef3-d43b0df59c67/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/bc27e84b-1f91-4e1b-a78c-944edeba8256/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank @leminv, @uonghoangminhchau, Mohamed Abdelhady, AggressiveUser and&lt;/p&gt;
&lt;p&gt;@baharuddinzulkifli for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2022-12-11</title>
    <id>https://www.phpmyfaq.de/security/advisory-2022-12-11/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2022-12-11/"/>
    <published>2022-12-11T00:00:00Z</published>
    <updated>2022-12-11T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2022-12-11&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.8&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a multiple security issues that have been discovered in phpMyFAQ 3.1.8 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site scripting (XSS), cross-site request forgery (CSRF) and SQL injection&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;an authenticated SQL injection when adding categories in the admin backend&lt;/li&gt;
&lt;li&gt;a stored cross-site scripting vulnerability in the category name&lt;/li&gt;
&lt;li&gt;a stored cross-site scripting vulnerability in the admin logging&lt;/li&gt;
&lt;li&gt;a stored cross-site scripting vulnerability in the FAQ title&lt;/li&gt;
&lt;li&gt;a PostgreSQL based SQL injection for the lang parameter &lt;/li&gt;
&lt;li&gt;a SQL injection when storing an instance name in the admin backend&lt;/li&gt;
&lt;li&gt;a SQL injection when adding attachments in the admin backend&lt;/li&gt;
&lt;li&gt;a stored cross-site scripting vulnerability when adding users by admins&lt;/li&gt;
&lt;li&gt;a missing &quot;secure&quot; flag for cookies when using TLS&lt;/li&gt;
&lt;li&gt;a cross-site request forgery / cross-site scripting vulnerability when saving new questions&lt;/li&gt;
&lt;li&gt;a reflected cross-site scripting vulnerability in the admin backend&lt;/li&gt;&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.9 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.9.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/a1649f43-78c9-4927-b313-36911872a84b/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/2ec4ddd4-de22-4f2d-ba92-3382b452bfea/&quot;&gt;
&lt;p&gt;CSRF&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/5915ed4c-5fe2-42e7-8fac-5dd0d032727c/&quot;&gt;
&lt;p&gt;TLS Cookie without &lt;code&gt;secure&lt;/code&gt; flag&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/5944f154-c0ab-4547-9d9d-3101e86eb975/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/315aa78d-7bd2-4b14-86f2-b5c211e62034/&quot;&gt;
&lt;p&gt;SQL injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/eb3a8ea3-daea-4555-a3e6-80b82f533792/&quot;&gt;
&lt;p&gt;SQL injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/faac0c92-8d4b-4901-a933-662b661a3f99/&quot;&gt;
&lt;p&gt;SQL injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/56499a60-2358-41fe-9b38-8cb23cdfc17c/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/f531bbf2-32c8-4efe-8156-ae9bc6b5d3aa/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/322c12b1-08d5-4ee3-9d94-d4bb40366c7a/&quot;&gt;
&lt;p&gt;XSS&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://huntr.dev/bounties/f2857bc7-8fbc-489a-9a38-30b93300eec5/&quot;&gt;
&lt;p&gt;SQL Injection&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank xanhacks, Ugnius, Abdelrhman Allam, Kiran PP and AggressiveUser for the&lt;/p&gt;
&lt;p&gt;responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2022-10-24</title>
    <id>https://www.phpmyfaq.de/security/advisory-2022-10-24/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2022-10-24/"/>
    <published>2022-10-24T00:00:00Z</published>
    <updated>2022-10-24T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;CSRF vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2022-10-24&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.7&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a multiple security issues that have been discovered in phpMyFAQ 3.1.7 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a pre-auth SQL injection and cross-site scripting vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a pre-auth SQL injection in then saving user comments&lt;/li&gt;
&lt;li&gt;a reflected cross-site scripting vulnerability in the search&lt;/li&gt;
&lt;li&gt;a stored cross-site scripting vulnerability in the meta data administration&lt;/li&gt;
&lt;li&gt;a weak password requirement&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.8 which fixes these vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.8.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/613143a1-8e51-449a-b214-12458308835d/&quot;&gt;XSS (Found by Hoang Van Hiep)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/d9666520-4ff5-43bb-aacf-50c8e5570983/&quot;&gt;XSS (Found by Hoang Van Hiep)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/f4711d7f-1368-48ab-9bef-45f32e356c47/&quot;&gt;Weak password requirement (Found by Hoang Van Hiep)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;pre-auth SQL injection (Found by Max Garrett)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank Hoang Van Hiep and Max Garrett from Assetnote for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2022-10-02</title>
    <id>https://www.phpmyfaq.de/security/advisory-2022-10-02/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2022-10-02/"/>
    <published>2022-10-02T00:00:00Z</published>
    <updated>2022-10-02T00:00:00Z</updated>
    <summary>Multiple CSRF and XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;CSRF vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2022-10-02&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.6&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 3.1.6 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a cross-site request forgery (CSRF) vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CSRF when logging out an user.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.7 which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.7.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/76095ac1-da12-449b-9564-4a086be96592/&quot;&gt;CSRF (Found by KhanhCM)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ team would like to thank KhanhCM for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2022-07-23</title>
    <id>https://www.phpmyfaq.de/security/advisory-2022-07-23/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2022-07-23/"/>
    <published>2022-07-23T00:00:00Z</published>
    <updated>2022-07-23T00:00:00Z</updated>
    <summary>Stored XSS vulnerability in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Stored XSS vulnerability in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2022-07-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.1.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 3.1.5 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a stored cross-site scripting (XSS) vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid stored XSS when saving content in the administration&lt;/p&gt;
&lt;p&gt;configuration&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.1.6 which fix the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.1.6.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/09527765-0a39-4da5-9066-ac1a1e5647a6/&quot;&gt;XSS (Found by jhond0e)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank jhond0e for the responsible disclosure of the vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2022-01-17</title>
    <id>https://www.phpmyfaq.de/security/advisory-2022-01-17/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2022-01-17/"/>
    <published>2022-01-17T00:00:00Z</published>
    <updated>2022-01-17T00:00:00Z</updated>
    <summary>Multiple CSRF and XSS vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple CSRF and XSS vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2022-01-17&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.0.9&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of some security issues that have been discovered in phpMyFAQ 3.0.9 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains multiple cross-site request forgery (CSRF) and cross-site scripting (XSS) vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;XSS in the administration section when deleting meta data by an admin user,&lt;/li&gt;
&lt;li&gt;CSRF when toggling open questions by an admin user,&lt;/li&gt;
&lt;li&gt;CSRF when truncating search terms by an admin user,&lt;/li&gt;
&lt;li&gt;CSRF when logging out an admin user.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 3.0.10 which fix the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.0.10.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/ecedab8c-1004-4c2d-aaee-fc979b1c2a0b/&quot;&gt;XSS (Found by 0x7zed)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/642e6802-8a76-48f3-a2b1-ee614b9aa141/&quot;&gt;CSRF (Found by M0rphling)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/9cf85f22-1429-4821-a955-fb70509adedc/&quot;&gt;CSRF (Found by M0rphling)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://huntr.dev/bounties/a3336ef2-83f6-4a2f-8688-67b09da56804/&quot;&gt;CSRF (Found by justinp09010)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank 0x7zed, M0rphling, justinp09010 and Dennis Yassine for the responsible&lt;/p&gt;
&lt;p&gt;disclosure of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2021-10-22</title>
    <id>https://www.phpmyfaq.de/security/advisory-2021-10-22/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2021-10-22/"/>
    <published>2021-10-22T00:00:00Z</published>
    <updated>2021-10-22T00:00:00Z</updated>
    <summary>Missing DMARC record</summary>
    <content type="html">&lt;h2&gt;Missing DMARC record&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2021-10-22&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpmyfaq.de website&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in our mail server configuration, a&lt;/p&gt;
&lt;p&gt;missing DMARC record&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Email spoofing was possible due to missing DMARC Records for the mail server at phpmyfaq.de. Attackers could send an&lt;/p&gt;
&lt;p&gt;email from that exact domain put in From field, because SMTP by default does not have any protection against fake&lt;/p&gt;
&lt;p&gt;“From” addresses.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team activated DMARC for our domain phpmyfaq.de.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;strong&gt;Jason Ryan&lt;/strong&gt; for the responsible disclosure of the&lt;/p&gt;
&lt;p&gt;vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2020-12-23</title>
    <id>https://www.phpmyfaq.de/security/advisory-2020-12-23/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2020-12-23/"/>
    <published>2020-12-23T00:00:00Z</published>
    <updated>2020-12-23T00:00:00Z</updated>
    <summary>XSS in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2020-12-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 3.0.6&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 3.0.6 and earlier. phpMyFAQ&lt;/p&gt;
&lt;p&gt;contains a cross-site scripting (XSS) vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid XSS injection for displaying tags.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 3.0.7 and 3.1.0-alpha.3 which fix the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 3.0.7 or 3.1.0-alpha.3.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;strong&gt;Curtis Robinson&lt;/strong&gt; from&lt;/p&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.fit.edu/&quot;&gt;Florida Tech&lt;/a&gt; for the responsible disclosure of the
&lt;p&gt;vulnerability and helping to fix it.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2018-09-02</title>
    <id>https://www.phpmyfaq.de/security/advisory-2018-09-02/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2018-09-02/"/>
    <published>2018-09-02T00:00:00Z</published>
    <updated>2018-09-02T00:00:00Z</updated>
    <summary>Multiple vulnerabilities in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Multiple vulnerabilities in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2018-09-02&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.9.10&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of some security issues that have been discovered in phpMyFAQ 2.9.10 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site request forgery, a CSV Injection and an insecure usage of microtime for&lt;/p&gt;
&lt;p&gt;password-reset tokens.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid CSRF and CSV injection for the reports generated in the admin&lt;/p&gt;
&lt;p&gt;backend. For the CSRF and CSV injection you need administrator privileges to be executed. We also use microtime to&lt;/p&gt;
&lt;p&gt;generate the tokens of new passwords.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.9.11 which fix the vulnerabilities. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.9.11.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://nvd.nist.gov/vuln/detail/CVE-2018-16650&quot;&gt;CVE-2018-16650&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://nvd.nist.gov/vuln/detail/CVE-2018-16651&quot;&gt;CVE-2018-16651&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank Zeel Chavda for the CSRF and CSV injection. We want to thank all for the&lt;/p&gt;
&lt;p&gt;responsible disclosure of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2017-10-19</title>
    <id>https://www.phpmyfaq.de/security/advisory-2017-10-19/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2017-10-19/"/>
    <published>2017-10-19T00:00:00Z</published>
    <updated>2017-10-19T00:00:00Z</updated>
    <summary>XSS, CSRF and SQL injection in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;XSS, CSRF and SQL injection in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2017-10-19&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.9.8&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of some security issues that have been discovered in phpMyFAQ 2.9.8 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains cross-site request forgery, cross-site scripting and SQL injection vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient checks to avoid XSS, CSRF and SQL injection. For the XSS and CSRF vulnerabilities&lt;/p&gt;
&lt;p&gt;you need administrator privileges to be executed.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.9.9 which fix the vulnerabilities. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.9.9.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14618&quot;&gt;
&lt;p&gt;CVE-2017-14618&lt;/p&gt;
&lt;/a&gt; (reported by Ishaq Mohammed)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14619&quot;&gt;
&lt;p&gt;CVE-2017-14619&lt;/p&gt;
&lt;/a&gt; (reported by Ishaq Mohammed)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15727&quot;&gt;
&lt;p&gt;CVE-2017-15727&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15728&quot;&gt;
&lt;p&gt;CVE-2017-15728&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15729&quot;&gt;
&lt;p&gt;CVE-2017-15729&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15730&quot;&gt;
&lt;p&gt;CVE-2017-15730&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15731&quot;&gt;
&lt;p&gt;CVE-2017-15731&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15732&quot;&gt;
&lt;p&gt;CVE-2017-15732&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15733&quot;&gt;
&lt;p&gt;CVE-2017-15733&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15734&quot;&gt;
&lt;p&gt;CVE-2017-15734&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15735&quot;&gt;
&lt;p&gt;CVE-2017-15735&lt;/p&gt;
&lt;/a&gt; (reported by Nikhil Mittal)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15808&quot;&gt;
&lt;p&gt;CVE-2017-15808&lt;/p&gt;
&lt;/a&gt; (reported by Chirag Solanki)
&lt;/li&gt;
&lt;li&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15809&quot;&gt;
&lt;p&gt;CVE-2017-15809&lt;/p&gt;
&lt;/a&gt; (reported by Chirag Solanki)
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank&lt;/p&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://about.me/security-prince&quot;&gt;Ishaq Mohammed&lt;/a&gt;,
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://twitter.com/c0d3G33k&quot;&gt;Nikhil Mittal&lt;/a&gt; and
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://twitter.com/chiragvsolanki&quot;&gt;Chirag Solanki&lt;/a&gt;. We also like to thank
&lt;strong&gt;Li Ke&lt;/strong&gt; and &lt;strong&gt;Zhou Junyu&lt;/strong&gt; from &lt;strong&gt;Tencent&apos;s Xuanwu Lab&lt;/strong&gt;.
&lt;p&gt;for the responsible disclosure of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2017-07-12</title>
    <id>https://www.phpmyfaq.de/security/advisory-2017-07-12/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2017-07-12/"/>
    <published>2017-07-12T00:00:00Z</published>
    <updated>2017-07-12T00:00:00Z</updated>
    <summary>Improper Restriction in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Improper Restriction in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2017-07-12&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.9.7&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 2.9.6 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ has an improper account-lockout setting, which makes it easier for remote attackers to obtain access&lt;/p&gt;
&lt;p&gt;via a brute-force attack.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ does not implement sufficient measures to prevent multiple failed authentication attempts within in a short&lt;/p&gt;
&lt;p&gt;time frame, making it more susceptible to brute force attacks. An attacker could perform an arbitrary number of&lt;/p&gt;
&lt;p&gt;authentication attempts using different passwords, and eventually gain access to the targeted account.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.9.8 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.9.8.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;n/a (coming soon)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank Mishra Dhiraj for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2017-04-02</title>
    <id>https://www.phpmyfaq.de/security/advisory-2017-04-02/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2017-04-02/"/>
    <published>2017-04-02T00:00:00Z</published>
    <updated>2017-04-02T00:00:00Z</updated>
    <summary>Stored XSS in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Stored XSS in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2017-04-02&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.9.6&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 2.9.6 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a stored vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ relies on PHPs filter_input() function with FILTER_SANITIZE_STRING flag is used to sanitize strings inside&lt;/p&gt;
&lt;p&gt;the functionality to save new FAQs. But this function doesn’t protect against XSS.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.9.7 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.9.7.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7579&quot;&gt;
&lt;p&gt;CVE-2017-7579&lt;/p&gt;
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/nOmanAli181&quot;&gt;&lt;/p&gt;
&lt;p&gt;Noman Shaikh&lt;/a&gt; for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2017-01-27</title>
    <id>https://www.phpmyfaq.de/security/advisory-2017-01-27/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2017-01-27/"/>
    <published>2017-01-27T00:00:00Z</published>
    <updated>2017-01-27T00:00:00Z</updated>
    <summary>Execution of arbitrary PHP code in phpMyFAQ version 2.9</summary>
    <content type="html">&lt;h2&gt;Execution of arbitrary PHP code in phpMyFAQ version 2.9&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2017-01-27&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ version &amp;lt;= 2.9.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in our&lt;/p&gt;
&lt;p&gt;file upload functionality in phpMyFAQ 2.9.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The vulnerability is caused due to missing CSRF and file type check, which can be exploited to execute&lt;/p&gt;
&lt;p&gt;arbitrary PHP code.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;This issue allows for possible remote code execution.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.9.6 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.9.6.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank Clifford Trigo from&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://invalidwebsecurity.info/&quot;&gt;Invalid Web Security&lt;/a&gt; for the
&lt;p&gt;responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2016-05-31</title>
    <id>https://www.phpmyfaq.de/security/advisory-2016-05-31/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2016-05-31/"/>
    <published>2016-05-31T00:00:00Z</published>
    <updated>2016-05-31T00:00:00Z</updated>
    <summary>Stored XSS in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;Stored XSS in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2016-05-31&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.28 and phpMyFAQ &amp;lt;= 2.9.0&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 2.8.28 and 2.9.0 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a stored vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ relies on PHPs filter_input() function with FILTER_VALIDATE_URL flag is used to validate URLs inside the&lt;/p&gt;
&lt;p&gt;functionality to save FAQs. But this function doesn’t protect against XSS.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.8.29 and 2.9.1 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.29 and 2.9.1.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://security.szurek.pl/&quot;&gt;Security Advisory by Kacper Szurek&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://security.szurek.pl/&quot;&gt;Kacper Szurek&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2016-04-11</title>
    <id>https://www.phpmyfaq.de/security/advisory-2016-04-11/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2016-04-11/"/>
    <published>2016-04-11T00:00:00Z</published>
    <updated>2016-04-11T00:00:00Z</updated>
    <summary>RCE via CSRF in phpMyFAQ</summary>
    <content type="html">&lt;h2&gt;RCE via CSRF in phpMyFAQ&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2016-04-11&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.26 and phpMyFAQ &amp;lt;= 2.9.0-RC2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 2.8.26 and 2.9.0-RC2 and&lt;/p&gt;
&lt;p&gt;earlier. phpMyFAQ contains a cross-site request forgery vulnerability.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The vulnerability exists due to application does not properly verify origin of HTTP requests in &amp;quot;Interface&lt;/p&gt;
&lt;p&gt;Translation&amp;quot; functionality. A remote unauthenticated attacker can create a specially crafted malicious web page with&lt;/p&gt;
&lt;p&gt;CSRF exploit, trick a logged-in administrator to visit the page, spoof the HTTP request, as if it was coming from the&lt;/p&gt;
&lt;p&gt;legitimate user, inject and execute arbitrary PHP code on the target system with privileges of the webserver.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 2.8.27 and 2.9.0-RC3 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.27 and 2.9.0-RC3.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;https://www.htbridge.com/advisory/HTB23300&quot;&gt;HTB23300 Security Advisory&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.htbridge.com/&quot;&gt;High-Tech&lt;/p&gt;
&lt;p&gt;Bridge Security Research Lab&lt;/a&gt; for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2014-11-30</title>
    <id>https://www.phpmyfaq.de/security/advisory-2014-11-30/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2014-11-30/"/>
    <published>2014-11-30T00:00:00Z</published>
    <updated>2014-11-30T00:00:00Z</updated>
    <summary>Clickjacking vulnerability in phpMyFAQ 2.8</summary>
    <content type="html">&lt;h2&gt;Clickjacking vulnerability in phpMyFAQ 2.8&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2014-11-30&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.17&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a clickjacking issue that have been discovered in phpMyFAQ&lt;/p&gt;
&lt;p&gt;2.8.17 and earlier.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ 2.8.17 and earlier are vulnerable to clickjacking for all pages as it&amp;#39;s possible to&lt;/p&gt;
&lt;p&gt;load phpMyFAQ in an iFrame which can trick a user into performing undesired actions by&lt;/p&gt;
&lt;p&gt;clicking on a concealed link.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released phpMyFAQ version 2.8.18 which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.18.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://hacktivity.websecgeeks.com/&quot;&gt;Narendra Bhati&lt;/a&gt;
&lt;p&gt;for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2014-09-16</title>
    <id>https://www.phpmyfaq.de/security/advisory-2014-09-16/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2014-09-16/"/>
    <published>2014-09-16T00:00:00Z</published>
    <updated>2014-09-16T00:00:00Z</updated>
    <summary>Multiple security vulnerabilities in phpMyFAQ 2.8</summary>
    <content type="html">&lt;h2&gt;Multiple security vulnerabilities in phpMyFAQ 2.8&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2014-09-16&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.12&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that have been discovered in phpMyFAQ&lt;/p&gt;
&lt;p&gt;2.8.12 and earlier:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SQL Injection&lt;/li&gt;
&lt;li&gt;Various Cross Site Scripting issues&lt;/li&gt;
&lt;li&gt;Content Spoofing&lt;/li&gt;
&lt;li&gt;Cross Site Request Forgery&lt;/li&gt;
&lt;li&gt;Privilege Escalations&lt;/li&gt;
&lt;li&gt;Insecure Direct Object Reference&lt;/li&gt;
&lt;li&gt;Captcha Implementation Bypass&lt;/li&gt;
&lt;li&gt;Persistent XSS&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;phpMyFAQ 2.8.12 is containing a SQL Injection vulnerability through the restore&lt;/p&gt;
&lt;p&gt;function. This functionality is only executable by admin users with special permissions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The application containing cross site scripting and content spoofing vulnerabilities&lt;/p&gt;
&lt;p&gt;through Flash files bundled with TinyMCE and Ajax FileManager plugins.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The bundled TinyMCE Editor (v3.5.11) containing a DOM based stored cross site scripting&lt;/p&gt;
&lt;p&gt;vulnerability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &amp;quot;delete user&amp;quot; functionality of phpMyFAQ 2.8.12 is containing a CSRF vulnerability.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An attacker can delete any open question through another CSRF vulnerability because of&lt;/p&gt;
&lt;p&gt;the lack of a CSRF token.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The check on &amp;quot;download an attachment&amp;quot; permissions is not working correct, so that anyone&lt;/p&gt;
&lt;p&gt;can download attachments.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An admin having privilege to delete any FAQ multi-site primary instance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The application containing an improper Captcha implementation, as a result an attacker&lt;/p&gt;
&lt;p&gt;can replay the request to bypass the Captcha protections on forms.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Administrator is able to view information about specific user session with unfiltered&lt;/p&gt;
&lt;p&gt;IPs and user agents.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released phpMyFAQ version 2.8.13 which fixes the vulnerabilities. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.13.&lt;/p&gt;
&lt;h2&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SQL Injection: CVE-2014-6045&lt;/li&gt;
&lt;li&gt;CSRF issues: CVE-2014-6046&lt;/li&gt;
&lt;li&gt;incorrect enforcement of privilege restrictions: CVE-2014-6047&lt;/li&gt;
&lt;li&gt;Direct request to the URL of an attachment: CVE-2014-6048&lt;/li&gt;
&lt;li&gt;Authorization bypass with a modified instance ID parameter: CVE-2014-6049&lt;/li&gt;
&lt;li&gt;Captcha implementation bypass: CVE-2014-6050&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank Nikhil Srivastava, CTO at&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.techdefencelabs.com/&quot;&gt;Techdefence Labs&lt;/a&gt;
&lt;p&gt;and Jinen Patel for the responsible disclosure of these vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2014-02-04</title>
    <id>https://www.phpmyfaq.de/security/advisory-2014-02-04/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2014-02-04/"/>
    <published>2014-02-04T00:00:00Z</published>
    <updated>2014-02-04T00:00:00Z</updated>
    <summary>phpMyFAQ vulnerable to XSS and CSRF</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ vulnerable to XSS and CSRF&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2014-02-04&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security issues that have been discovered in phpMyFAQ 2.8.5&lt;/p&gt;
&lt;p&gt;and earlier. phpMyFAQ contains cross-site request forgery and cross-site scripting&lt;/p&gt;
&lt;p&gt;vulnerabilities.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;An arbitrary script may be executed on the user&amp;#39;s Internet Explorer when using an older&lt;/p&gt;
&lt;p&gt;version of the browser. If a user views a malicious page while logged in, settings may be&lt;/p&gt;
&lt;p&gt;changed unintentionally.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.8.6 which fixes thie vulnerability.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to&lt;/p&gt;
&lt;p&gt;this latest version. Internet Explorer user are save with version 10 or later.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.6.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0813&quot;&gt;CVE-2014-0813&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0814&quot;&gt;CVE-2014-0814&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.jpcert.or.jp/english/&quot;&gt;&lt;/p&gt;
&lt;p&gt;JPCERT Coordination Center&lt;/a&gt; for the responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2013-11-18</title>
    <id>https://www.phpmyfaq.de/security/advisory-2013-11-26/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2013-11-26/"/>
    <published>2013-11-26T00:00:00Z</published>
    <updated>2013-11-26T00:00:00Z</updated>
    <summary>Possible arbitrary PHP code execution vulnerability</summary>
    <content type="html">&lt;h2&gt;Possible arbitrary PHP code execution vulnerability&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2013-11-26&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.3&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ&lt;/p&gt;
&lt;p&gt;2.8.x.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Secunia noticed while analysing the advisory that authenticated users with &amp;quot;Right to add&lt;/p&gt;
&lt;p&gt;attachments&amp;quot; are able to exploit an already publicly known issue in the bundled Ajax File&lt;/p&gt;
&lt;p&gt;Manager of phpMyFAQ version 2.8.3, which leads to arbitrary PHP code execution for&lt;/p&gt;
&lt;p&gt;authenticated users with the permission &amp;quot;Right to add attachments&amp;quot;.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.8.4 which fixes thie vulnerability.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to&lt;/p&gt;
&lt;p&gt;this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.3.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Please check &lt;a href=&quot;http://en.securitylab.ru/lab/PT-2013-41&quot;&gt;this advisory&lt;/a&gt; for further&lt;/p&gt;
&lt;p&gt;information about the publicly known issue in the bundled Ajax File Manager.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ teams would like to thank &lt;a href=&quot;http://secunia.com/&quot;&gt;Secunia&lt;/a&gt; for the&lt;/p&gt;
&lt;p&gt;responsible disclosure of this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2013-11-18</title>
    <id>https://www.phpmyfaq.de/security/advisory-2013-11-18/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2013-11-18/"/>
    <published>2013-11-18T00:00:00Z</published>
    <updated>2013-11-18T00:00:00Z</updated>
    <summary>Permission vulnerability in phpMyFAQ 2.8.2</summary>
    <content type="html">&lt;h2&gt;Permission vulnerability&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2013-11-18&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.8.2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ&lt;/p&gt;
&lt;p&gt;2.8.x.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ 2.8.x allows logged in users without any proper permissions the usage of the&lt;/p&gt;
&lt;p&gt;bundled Image Manager.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.8.3 which fixes thie vulnerability.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to&lt;/p&gt;
&lt;p&gt;this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.8.3.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Please check &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://pastebin.com/tmYXh6XM&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pastebin.com/tmYXh6XM&quot;&gt;http://pastebin.com/tmYXh6XM&lt;/a&gt;&lt;/a&gt; for further information.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2012-04-14</title>
    <id>https://www.phpmyfaq.de/security/advisory-2012-04-14/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2012-04-14/"/>
    <published>2012-04-14T00:00:00Z</published>
    <updated>2012-04-14T00:00:00Z</updated>
    <summary>Remote PHP Code Execution Vulnerability in phpMyFAQ 2.7.4 and earlier</summary>
    <content type="html">&lt;h2&gt;Remote PHP Code Execution Vulnerability in phpMyFAQ 2.7.4 and earlier&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2012-04-14&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.7.4&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in our&lt;/p&gt;
&lt;p&gt;bundled ImageManager library we use in phpMyFAQ 2.7.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The bundled ImageManager library allows injection of arbitrary PHP code to execute arbitrary PHP&lt;/p&gt;
&lt;p&gt;code and upload malware and trojan horses.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.7.5, which incorporates a fixed bundled&lt;/p&gt;
&lt;p&gt;ImageManager library. All users of affected phpMyFAQ versions are encouraged to upgrade as soon&lt;/p&gt;
&lt;p&gt;as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.7.5.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank &lt;strong&gt;EgiX&lt;/strong&gt; for discovering this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2011-10-25</title>
    <id>https://www.phpmyfaq.de/security/advisory-2011-10-25/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2011-10-25/"/>
    <published>2011-10-25T00:00:00Z</published>
    <updated>2011-10-25T00:00:00Z</updated>
    <summary>Remote PHP Code Injection Vulnerability in phpMyFAQ 2.6.18 and 2.7.0</summary>
    <content type="html">&lt;h2&gt;Remote PHP Code Injection Vulnerability in phpMyFAQ 2.6.18 and 2.7.0&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2011-11-25&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.6.18 and phpMyFAQ &amp;lt;= 2.7.0&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in our&lt;/p&gt;
&lt;p&gt;bundled ImageManager library we use in phpMyFAQ 2.6 and 2.7.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The bundled ImageManager library allows injection of arbitrary PHP code via POST requests.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.6.19 and 2.7.1, which incorporates a&lt;/p&gt;
&lt;p&gt;fixed bundled ImageManager library. All users of affected phpMyFAQ versions are encouraged to&lt;/p&gt;
&lt;p&gt;upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.6.19 and phpMyFAQ 2.7.1.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank &lt;strong&gt;EgiX&lt;/strong&gt; for discovering this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2011-09-28</title>
    <id>https://www.phpmyfaq.de/security/advisory-2011-09-28/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2011-09-28/"/>
    <published>2011-09-28T00:00:00Z</published>
    <updated>2011-09-28T00:00:00Z</updated>
    <summary>Information disclosure vulnerability</summary>
    <content type="html">&lt;h2&gt;Information disclosure vulnerability&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2011-09-28&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.6.17&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 2.6.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ 2.6 allows remote attackers to obtain sensitive information via a direct request to a&lt;/p&gt;
&lt;p&gt;.php file, which reveals the installation path in an error message, e.g. by lang/language_uk.php&lt;/p&gt;
&lt;p&gt;and certain other files.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.6.18 which fixes these vulnerabilities.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.6.18.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Please check &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3783&quot;&gt;&lt;/p&gt;
&lt;p&gt;CVE-2011-3783&lt;/a&gt; for further information.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2010-12-15</title>
    <id>https://www.phpmyfaq.de/security/advisory-2010-12-15/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2010-12-15/"/>
    <published>2010-12-15T00:00:00Z</published>
    <updated>2010-12-15T00:00:00Z</updated>
    <summary>phpmyfaq.de compromised</summary>
    <content type="html">&lt;h2&gt;phpmyfaq.de compromised&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2010-12-15&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;gt; 2.6.10&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The main server of the phpMyFAQ Project was compromised in an attack, allowing a rogue version&lt;/p&gt;
&lt;p&gt;of the phpMyfAQ software to be uploaded and distributed from december 4th until december 15th.&lt;/p&gt;
&lt;p&gt;The affected versions were phpMyFAQ 2.6.11 and 2.6.12, both zip and tar.gz package. The attacker&lt;/p&gt;
&lt;p&gt;also changed the MD5 files.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The attacker added a backdoor into the file inc/Faq.php in the method getTopTen(). The code was&lt;/p&gt;
&lt;p&gt;base64 encoded and first sent an e-mail to a GMail address and added an entry in the faqconfig&lt;/p&gt;
&lt;p&gt;table. With this entry, a backdoor was opened to include to include arbitrary PHP code.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team will release a new clean phpMyFAQ version 2.6.13. All users of affected&lt;/p&gt;
&lt;p&gt;phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;If you use phpMyFAQ 2.6.11 or phpMyFAQ 2.6.12 downloaded after december 4th or before december&lt;/p&gt;
&lt;p&gt;15th you should change the file inc/Faq.php as soon as possible.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2010-09-28</title>
    <id>https://www.phpmyfaq.de/security/advisory-2010-09-28/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2010-09-28/"/>
    <published>2010-09-28T00:00:00Z</published>
    <updated>2010-09-28T00:00:00Z</updated>
    <summary>phpMyFAQ 2.6.x XSS vulnerabilities</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ 2.6.x XSS vulnerabilities&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2010-09-28&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.6.8&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that have been discovered in phpMyFAQ 2.6.x&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t sanitize some variables in different pages correctly. With a properly crafted&lt;/p&gt;
&lt;p&gt;URL it is e.g. possible to inject JavaScript code into the output of a page, which could result&lt;/p&gt;
&lt;p&gt;in the leakage of domain cookies (f.e. session identifiers).&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released new phpMyFAQ version 2.6.9 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest&lt;/p&gt;
&lt;p&gt;version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.6.9.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Yam Mesicka for reporting the vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2009-12-01</title>
    <id>https://www.phpmyfaq.de/security/advisory-2009-12-01/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2009-12-01/"/>
    <published>2009-12-01T00:00:00Z</published>
    <updated>2009-12-01T00:00:00Z</updated>
    <summary>phpMyFAQ 2.5.x XSS vulnerabilities</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ 2.5.x XSS vulnerabilities&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2009-12-01&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.5.4&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of multiple security issues that have been discovered in phpMyFAQ&lt;/p&gt;
&lt;p&gt;2.5.x&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;When using Microsoft Internet Explorer 6 or 7 phpMyFAQ doesn&amp;#39;t sanitize various variables in&lt;/p&gt;
&lt;p&gt;different pages correctly. With a properly crafted URL it is e.g. possible to inject JavaScript&lt;/p&gt;
&lt;p&gt;code into the output of a page, which could result in the leakage of domain cookies (f.e.&lt;/p&gt;
&lt;p&gt;session identifiers).&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released new phpMyFAQ version 2.5.5 which fix the vulnerability. All users&lt;/p&gt;
&lt;p&gt;of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest&lt;/p&gt;
&lt;p&gt;version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.5.5.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Amol Naik for reporting the vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2009-09-01</title>
    <id>https://www.phpmyfaq.de/security/advisory-2009-09-01/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2009-09-01/"/>
    <published>2009-09-01T00:00:00Z</published>
    <updated>2009-09-01T00:00:00Z</updated>
    <summary>phpMyFAQ 2.0.x XSS vulnerability</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ 2.0.x XSS vulnerability&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2009-09-01&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.5.1&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 2.x&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;When using Microsoft Internet Explorer 6 or 7 phpMyFAQ doesn&amp;#39;t sanitize a GET variable in the&lt;/p&gt;
&lt;p&gt;search page correctly. With a properly crafted URL it is f.e. possible to inject HTML code into&lt;/p&gt;
&lt;p&gt;the output of the error message, which could result in the leakage of domain cookies (f.e.&lt;/p&gt;
&lt;p&gt;session identifiers).&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released new phpMyFAQ versions 2.0.17 and 2.5.2 which fix the&lt;/p&gt;
&lt;p&gt;vulnerability. All users of affected phpMyFAQ versions are encouraged to upgrade as soon as&lt;/p&gt;
&lt;p&gt;possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.0.17 or 2.5.2.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Or Katz from&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.breach.com/&quot;&gt;Breach Security&lt;/a&gt; and Yair
&lt;p&gt;Lapin from the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.huji.ac.il/&quot;&gt;Hebrew University&lt;/p&gt;
&lt;p&gt;of Jerusalem&lt;/a&gt; for reporting the vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2009-06-02</title>
    <id>https://www.phpmyfaq.de/security/advisory-2009-06-02/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2009-06-02/"/>
    <published>2009-06-02T00:00:00Z</published>
    <updated>2009-06-02T00:00:00Z</updated>
    <summary>phpMyFAQ 2.0.x XSS vulnerability</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ 2.0.x XSS vulnerability&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2009-06-02&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.0.14&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 2.0.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ doesn&amp;#39;t sanitize the error message in the admin login page. In case of a &amp;quot;bad login&amp;quot;&lt;/p&gt;
&lt;p&gt;attempt with a properly crafted URL it is f.e. possible to inject HTML code into the output of&lt;/p&gt;
&lt;p&gt;the error message, which could result in the leakage of domain cookies (f.e. session&lt;/p&gt;
&lt;p&gt;identifiers).&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.0.15 which fixes the vulnerability. All&lt;/p&gt;
&lt;p&gt;users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this latest&lt;/p&gt;
&lt;p&gt;version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.0.15.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Jan Hertsens and Rick G. Elliot (LiveOps Inc) for&lt;/p&gt;
&lt;p&gt;reporting the vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2008-09-11</title>
    <id>https://www.phpmyfaq.de/security/advisory-2008-09-11/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2008-09-11/"/>
    <published>2008-09-11T00:00:00Z</published>
    <updated>2008-09-11T00:00:00Z</updated>
    <summary>phpMyFAQ 2.x input sanitization errors (XSS)</summary>
    <content type="html">&lt;h2&gt;phpMyFAQ 2.x input sanitization errors (XSS)&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2008-09-11&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 2.0.8&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 2.0.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ relies on code similar to Popoon&amp;#39;s externalinput.php to filter out potential XSS&lt;/p&gt;
&lt;p&gt;attacks on user-supplied input. This filter, and the original, fail to fully sanitize user data.&lt;/p&gt;
&lt;p&gt;In particular, this filter fails to protect against &amp;#39;/&amp;#39;s acting as spaces in both Microsoft&lt;/p&gt;
&lt;p&gt;Internet Explorer and Mozilla Firefox.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 2.0.8 which fixes these vulnerabilities.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 2.0.8.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Vulnerability report and proof of concepts by Alexios Fakos. Thanks to Will Drewry for&lt;/p&gt;
&lt;p&gt;contacting the phpMyFAQ Team. The full advisory can be found&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.ocert.org/advisories/ocert-2008-012.html&quot;&gt;here&lt;/a&gt;.</content>
  </entry>
  <entry>
    <title>Security Advisory 2007-02-18</title>
    <id>https://www.phpmyfaq.de/security/advisory-2007-02-18/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2007-02-18/"/>
    <published>2007-02-18T00:00:00Z</published>
    <updated>2007-02-18T00:00:00Z</updated>
    <summary>Remote code execution vulnerability in phpMyFAQ 1.6.x</summary>
    <content type="html">&lt;h2&gt;Remote code execution vulnerability in phpMyFAQ 1.6.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2007-02-18&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.6.9&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned about a vulnerability in the code that could be exploited in&lt;/p&gt;
&lt;p&gt;phpMyFAQ 1.6.x.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Through the vulnerability it is possible to gain the privilege for uploading files on the server&lt;/p&gt;
&lt;p&gt;when register_globals is activated: currently no public exploit is available but some users&lt;/p&gt;
&lt;p&gt;already reported us to be hacked and the &lt;strong&gt;r57shell&lt;/strong&gt; script has been installed on&lt;/p&gt;
&lt;p&gt;their systems.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 1.6.10 which fixes the vulnerability.&lt;/p&gt;
&lt;p&gt;All users of the affected phpMyFAQ versions are encouraged to upgrade as soon as possible to&lt;/p&gt;
&lt;p&gt;this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;If it&amp;#39;s possible for you set register_globals to off in your php.ini configuration settings.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank François Maillet and Enrico Fischer (Powerserver-Germany&lt;/p&gt;
&lt;p&gt;webHosting &amp;amp; DomainServices) for reporting the vulnerability, and Johannes Schlüter for&lt;/p&gt;
&lt;p&gt;discovering and fixing the issue.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2006-12-15</title>
    <id>https://www.phpmyfaq.de/security/advisory-2006-12-15/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2006-12-15/"/>
    <published>2006-12-15T00:00:00Z</published>
    <updated>2006-12-15T00:00:00Z</updated>
    <summary>SQL injection and remote code execution vulnerabilities in phpMyFAQ 1.6.x</summary>
    <content type="html">&lt;h2&gt;SQL injection and remote code execution vulnerabilities in phpMyFAQ 1.6.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2006-12-15&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.6.7&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned about some vulnerabilities in the code that could be exploited in&lt;/p&gt;
&lt;p&gt;phpMyFAQ 1.6.x.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;Through one of the vulnerabilities it is possible to gain the privilege for uploading files on&lt;/p&gt;
&lt;p&gt;the server: currently no public exploit is available but two users already reported us to be&lt;/p&gt;
&lt;p&gt;hacked and the &lt;strong&gt;r57shell&lt;/strong&gt; script has been installed on their systems.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ version 1.6.8 which fixes these vulnerabilities.&lt;/p&gt;
&lt;p&gt;All users of the affected phpMyFAQ versions are encouraged to upgrade as soon as possible to&lt;/p&gt;
&lt;p&gt;this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;At the time of this advisory there&amp;#39;s no workaround except installing phpMyFAQ 1.6.8.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Markus Kohlmeyer, for reporting us how his system has been&lt;/p&gt;
&lt;p&gt;hacked, and Stefan Esser, for discovering all the other vulnerabilities.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2006-04-21</title>
    <id>https://www.phpmyfaq.de/security/advisory-2006-04-21/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2006-04-21/"/>
    <published>2006-04-21T00:00:00Z</published>
    <updated>2006-04-21T00:00:00Z</updated>
    <summary>Memory leak vulnerability in phpMyFAQ 1.5.x / 1.6.x</summary>
    <content type="html">&lt;h2&gt;Memory leak vulnerability in phpMyFAQ 1.5.x / 1.6.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2006-04-21&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.5.8 and phpMyFAQ &amp;lt;= 1.6.0 RC2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;Medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned about a vulnerability in PHP that can be exploited in phpMyFAQ&lt;/p&gt;
&lt;p&gt;1.5.x and phpMyFAQ 1.6.x RC2.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;A binary safety issue in the PHP function html_entity_decode() can leak memory content.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released the new phpMyFAQ versions 1.5.9 and phpMyFAQ 1.6.0 which fix&lt;/p&gt;
&lt;p&gt;these vulnerability. All users of affected phpMyFAQ versions are encouraged to upgrade as soon&lt;/p&gt;
&lt;p&gt;as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;If it&amp;#39;s possible you should upgrade your PHP version to 4.4.3 or 5.1.3 which also fixes the&lt;/p&gt;
&lt;p&gt;problem.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Tõnu Samuel for discovering this vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2005-11-18</title>
    <id>https://www.phpmyfaq.de/security/advisory-2005-11-18/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2005-11-18/"/>
    <published>2005-11-18T00:00:00Z</published>
    <updated>2005-11-18T00:00:00Z</updated>
    <summary>Multiple Cross Site Scripting vulnerabilities in phpMyFAQ 1.5.x</summary>
    <content type="html">&lt;h2&gt;Multiple Cross Site Scripting vulnerabilities in phpMyFAQ 1.5.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2005-11-18&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.5.3&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;High&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security issue that has been discovered in phpMyFAQ 1.5.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;All vulnerabilities are exploitable by an anonymous user. All vulnerabilities are exploitable,&lt;/p&gt;
&lt;p&gt;no matter if magic_quotes_gpc is turned on or off. The &amp;quot;thema&amp;quot;, &amp;quot;username&amp;quot; and &amp;quot;usermail&amp;quot;&lt;/p&gt;
&lt;p&gt;parameters are prone to cross-site scripting attacks in the &amp;quot;add content&amp;quot; page.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.5.4 which fixes these vulnerabilities.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 1.5.4.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Tobias Klein for discovering these vulnerabilities. Tobias&lt;/p&gt;
&lt;p&gt;Klein has also released an &lt;a href=&quot;http://www.trapkit.de/advisories/TKADV2005-11-004.txt&quot;&gt;&lt;/p&gt;
&lt;p&gt;independent advisory&lt;/a&gt;, describing the vulnerability in more detail.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2005-09-23</title>
    <id>https://www.phpmyfaq.de/security/advisory-2005-09-23/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2005-09-23/"/>
    <published>2005-09-23T00:00:00Z</published>
    <updated>2005-09-23T00:00:00Z</updated>
    <summary>SQL injection, takeover, path disclosure, remote code execution in phpMyFAQ 1.5.x</summary>
    <content type="html">&lt;h2&gt;SQL injection, takeover, path disclosure, remote code execution in phpMyFAQ 1.5.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2005-09-23&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.5.2&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;critical&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in phpMyFAQ 1.5.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;If magic quotes are off there&amp;#39;s a SQL injection when sending a forgotten password. It&amp;#39;s possible&lt;/p&gt;
&lt;p&gt;to overwrite the admin password and to take over the whole system. In some files in the admin&lt;/p&gt;
&lt;p&gt;section there are some cross site scripting vulnerabilities. In the public frontend it&amp;#39;s&lt;/p&gt;
&lt;p&gt;possible to include arbitrary PHP files.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.5.2 which fixes these vulnerabilities.&lt;/p&gt;
&lt;p&gt;All users of affected phpMyFAQ versions are encouraged to upgrade as soon as possible to this&lt;/p&gt;
&lt;p&gt;latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There&amp;#39;s no workaround except installing phpMyFAQ 1.5.2.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Thanks to &lt;strong&gt;Christian Ney&lt;/strong&gt; for the hint about the public exploit.&lt;/p&gt;
&lt;p&gt;We would like to put emphasis on the disappointment we feel when a bugreporter does not contact&lt;/p&gt;
&lt;p&gt;the authors of a software first, before posting any exploits. The common way to report this, is&lt;/p&gt;
&lt;p&gt;to give the developers a reasonable amount of time to respond to an exploit before it is made&lt;/p&gt;
&lt;p&gt;public.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2005-08-15</title>
    <id>https://www.phpmyfaq.de/security/advisory-2005-08-15/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2005-08-15/"/>
    <published>2005-08-15T00:00:00Z</published>
    <updated>2005-08-15T00:00:00Z</updated>
    <summary>Remote PHP Code Injection Vulnerability in phpMyFAQ 1.4.x and 1.5.x</summary>
    <content type="html">&lt;h2&gt;Remote PHP Code Injection Vulnerability in phpMyFAQ 1.4.x and 1.5.x&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2005-08-15&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ &amp;lt;= 1.4.10 and phpMyFAQ  &amp;lt;= 1.5.0 RC6&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;high&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in our&lt;/p&gt;
&lt;p&gt;bundled library XML-RPC we use in phpMyFAQ 1.4 and 1.5.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The bundled XML-RPC library allow injection of arbitrary PHP code into eval() statements. This&lt;/p&gt;
&lt;p&gt;is caused by an improper handling of XMLRPC requests and responses that are malformed in a&lt;/p&gt;
&lt;p&gt;certain way.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.4.11 and 1.5.0 RC7, which incorporate a&lt;/p&gt;
&lt;p&gt;fixed bundled library XML-RPC. All users of affected phpMyFAQ versions are encouraged to upgrade&lt;/p&gt;
&lt;p&gt;as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;As a temporary hotfix you can delete your xmlrpc.php and xmlrpcs.php file in the directory inc/&lt;/p&gt;
&lt;p&gt;so that your FAQ will not easily allow execution of maliclius XML-RPC method calls.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Stefan Esser and the&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.hardened-php.net&quot;&gt;Hardened-PHP Project&lt;/a&gt;
&lt;p&gt;for discovering this vulnerability. The Hardened-PHP Project has also released a&lt;/p&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.hardened-php.net/advisory_152005.67.html&quot;&gt;
&lt;p&gt;more detailed advisory&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2005-03-06</title>
    <id>https://www.phpmyfaq.de/security/advisory-2005-06-29/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2005-06-29/"/>
    <published>2005-06-29T00:00:00Z</published>
    <updated>2005-06-29T00:00:00Z</updated>
    <summary>Execution of arbitrary PHP code in phpMyFAQ version 1.4 and 1.5</summary>
    <content type="html">&lt;h2&gt;Execution of arbitrary PHP code in phpMyFAQ version 1.4 and 1.5&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2005-06-29&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ version 1.4 and 1.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;high&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a serious security issue that has been discovered in our&lt;/p&gt;
&lt;p&gt;bundled library XML-RPC we use in phpMyFAQ 1.4 and 1.5.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;The vulnerability is caused due to an unspecified error, which can be exploited to execute&lt;/p&gt;
&lt;p&gt;arbitrary PHP code via an application using the vulnerable library.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;This issue allows for possible remote code execution.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.4.9 and 1.5.0 RC5, which incorporate&lt;/p&gt;
&lt;p&gt;a fixed bundled library XML-RPC. All users of affected phpMyFAQ versions are encouraged to&lt;/p&gt;
&lt;p&gt;upgrade as soon as possible to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;As a temporary hotfix you can delete your xmlrpcs.php and xmlrpcs.php file in the directory&lt;/p&gt;
&lt;p&gt;inc/ so that your FAQ will not easily allow execution of maliclius XML-RPC method calls.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;Please read this &lt;a href=&quot;http://secunia.com/advisories/15852/&quot;&gt;advisory&lt;/a&gt;, too.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2005-03-06</title>
    <id>https://www.phpmyfaq.de/security/advisory-2005-03-06/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2005-03-06/"/>
    <published>2005-03-06T00:00:00Z</published>
    <updated>2005-03-06T00:00:00Z</updated>
    <summary>SQL injection vulnerability in phpMyFAQ version 1.4 and 1.5</summary>
    <content type="html">&lt;h2&gt;SQL injection vulnerability in phpMyFAQ version 1.4 and 1.5&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2005-03-06&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ version 1.4 and 1.5&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a possible SQL injection vulnerability in phpMyFAQ version 1.4&lt;/p&gt;
&lt;p&gt;and 1.5.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ lets public users add FAQ records to the database. The records will be saved into the&lt;/p&gt;
&lt;p&gt;database but aren&amp;#39;t visible by default.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;Input passed to the username field in forum messages isn&amp;#39;t properly sanitised before being&lt;/p&gt;
&lt;p&gt;stored.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.4.7 and 1.5.0 RC2, which incorporate a&lt;/p&gt;
&lt;p&gt;fix for the SQL injection vulnerability. All users of affected phpMyFAQ versions are encouraged&lt;/p&gt;
&lt;p&gt;to upgrade to this latest version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There is no workaround except installing the new version.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Sven Michels of sectoor GmbH for discovering this SQL&lt;/p&gt;
&lt;p&gt;injection vulnerability.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2004-07-27</title>
    <id>https://www.phpmyfaq.de/security/advisory-2004-07-27/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2004-07-27/"/>
    <published>2004-07-27T00:00:00Z</published>
    <updated>2004-07-27T00:00:00Z</updated>
    <summary>Vulnerability in phpMyFAQ version 1.4.0</summary>
    <content type="html">&lt;h2&gt;Vulnerability in phpMyFAQ version 1.4.0&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;&lt;dd&gt;2004-07-27&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;&lt;dd&gt;phpMyFAQ version 1.4.0&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;&lt;dd&gt;medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of a security vulnerability in phpMyFAQ version 1.4.0.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ includes a third party Image Manager for uploading images. The Image Manager can be&lt;/p&gt;
&lt;p&gt;accessed by anyone on the web without authorization.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;The Image Manager can be accessed by typing the location of the Image Manager and this person&lt;/p&gt;
&lt;p&gt;can upload images on your page or delete all images.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released a new phpMyFAQ version 1.4.0a, which incorporate a fix for the&lt;/p&gt;
&lt;p&gt;vulnerability. All users of affected phpMyFAQ versions are encouraged to upgrade to this latest&lt;/p&gt;
&lt;p&gt;version.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;There is no workaround except installing the patch.&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Security Advisory 2004-05-18</title>
    <id>https://www.phpmyfaq.de/security/advisory-2004-05-18/</id>
    <link rel="alternate" type="text/html" href="https://www.phpmyfaq.de/security/advisory-2004-05-18/"/>
    <published>2004-05-18T00:00:00Z</published>
    <updated>2004-05-18T00:00:00Z</updated>
    <summary>Vulnerabilities in phpMyFAQ versions 1.2.x, 1.3.x and 1.4.0</summary>
    <content type="html">&lt;h2&gt;Vulnerabilities in phpMyFAQ versions 1.2.x, 1.3.x and 1.4.0&lt;/h2&gt;
&lt;dl class=&quot;dl-horizontal&quot;&gt;
&lt;dt&gt;Issued on:&lt;/dt&gt;
&lt;dd&gt;2004-05-18&lt;/dd&gt;
&lt;dt&gt;Software:&lt;/dt&gt;
&lt;dd&gt;phpMyFAQ versions 1.2.x, 1.3.x and 1.4.0 alpha1&lt;/dd&gt;
&lt;dt&gt;Risk:&lt;/dt&gt;
&lt;dd&gt;medium&lt;/dd&gt;
&lt;dt&gt;Platforms:&lt;/dt&gt;
&lt;dd&gt;all&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;The phpMyFAQ Team has learned of security vulnerabilities in phpMyFAQ versions 1.2.x, 1.3.x, and 1.4.0 alpha1.&lt;/p&gt;
&lt;h2&gt;Description&lt;/h2&gt;
&lt;p&gt;phpMyFAQ includes template files and due to insufficient checking of the variables, there is a possibility for inclusion&lt;/p&gt;
&lt;p&gt;of arbitrary local files when using phpMyFAQ with PHP as Apache module and an incorrectly set open_basedir directive.&lt;/p&gt;
&lt;h2&gt;Impact&lt;/h2&gt;
&lt;p&gt;Both local and remote users may exploit these vulnerabilities to compromise the web server and, under certain&lt;/p&gt;
&lt;p&gt;conditions, to gain privileged access. An intruder may be able to execute arbitrary code with the privileges of the web&lt;/p&gt;
&lt;p&gt;server. These vulnerabilities may be exploited to compromise the web server and, under certain conditions, to gain&lt;/p&gt;
&lt;p&gt;privileged access.&lt;/p&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team has released new phpMyFAQ versions, 1.3.13 and 1.4.0 alpha2, which incorporate a fix for the&lt;/p&gt;
&lt;p&gt;vulnerabilities. All users of affected phpMyFAQ versions are encouraged to upgrade to this latest version. A patch for&lt;/p&gt;
&lt;p&gt;the unsupported phpMyFAQ 1.2.x versions is available too.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;These vulnerabilities shouldn&amp;#39;t work when the open_basedir directive in the php.ini file is set correctly. The&lt;/p&gt;
&lt;p&gt;magic_quotes_gpc directive should be enabled by default on most systems since it&amp;#39;s the default for PHP and most&lt;/p&gt;
&lt;p&gt;well-known distributions.&lt;/p&gt;
&lt;h2&gt;Credits&lt;/h2&gt;
&lt;p&gt;The phpMyFAQ Team would like to thank Stefan Esser of e-matters GmbH for discovering this vulnerability. e-matters GmbH&lt;/p&gt;
&lt;p&gt;has also released an independent advisory, describing the vulnerability in more detail.&lt;/p&gt;
&lt;p&gt;Another thanks to Sven Michels (sectoor GmbH) for working out that magic_quotes_gpc turned on will prevent at least the&lt;/p&gt;
&lt;p&gt;vulnerability in the stable version.&lt;/p&gt;</content>
  </entry>
</feed>
