Lucene search
+L

phpMyFAQ < 3.1.10 Multiple Vulnerabilities

🗓️ 16 Jan 2023 00:00:00Reported by Copyright (C) 2023 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

phpMyFAQ < 3.1.10 Multiple Vulnerabilities. Vulnerabilities include stored XSS, weak password, bypass captchas, and more. Update to version 3.1.10 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
huntr
Huntr
Stored XSS in FAQ comments
18 Dec 202214:00
huntr
huntr
Huntr
Bypass All Captchas in the application
14 Dec 202221:22
huntr
huntr
Huntr
Stored XSS in admin panel (users page)
19 Dec 202216:03
huntr
huntr
Huntr
Stored XSS on User Management, Category, Add New FAQ, Add News and Configuration
12 Dec 202223:41
huntr
huntr
Huntr
Blind Stored XSS in admin panel (open question page)
17 Dec 202214:35
huntr
huntr
Huntr
Stored XSS in Add new question
8 Jan 202318:15
huntr
huntr
Huntr
Reflect XSS Which can help in any CSRF Vulnerability
13 Dec 202210:19
huntr
huntr
Huntr
Blind Stored XSS in administration panel
15 Dec 202223:57
huntr
huntr
Huntr
Weak password at demo website version 3.1.9
23 Dec 202201:43
huntr
circl
Circl
CVE-2023-0306
16 Jan 202300:23
circl
Rows per page
# SPDX-FileCopyrightText: 2023 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:phpmyfaq:phpmyfaq";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.126299");
  script_version("2025-09-19T15:40:40+0000");
  script_tag(name:"last_modification", value:"2025-09-19 15:40:40 +0000 (Fri, 19 Sep 2025)");
  script_tag(name:"creation_date", value:"2023-01-16 08:30:56 +0000 (Mon, 16 Jan 2023)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2023-01-23 14:49:00 +0000 (Mon, 23 Jan 2023)");

  script_cve_id("CVE-2023-0306", "CVE-2023-0307", "CVE-2023-0308", "CVE-2023-0309",
                "CVE-2023-0310", "CVE-2023-0311", "CVE-2023-0312", "CVE-2023-0313",
                "CVE-2023-0314");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("phpMyFAQ < 3.1.10 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2023 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_phpmyfaq_http_detect.nasl");
  script_mandatory_keys("phpmyfaq/detected");

  script_tag(name:"summary", value:"phpMyFAQ is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The following vulnerabilities exist in GitHub repository
  thorsten/phpmyfaq:

  - CVE-2023-0306: Stored XSS in add new question

  - CVE-2023-0307: Weak password at demo website

  - CVE-2023-0308: Stored XSS in admin panel (users page)

  - CVE-2023-0309: Blind stored XSS in admin panel (open question page)

  - CVE-2023-0310: Stored XSS in FAQ comments

  - CVE-2023-0311: Bypass all captchas in the application

  - CVE-2023-0312: Blind stored XSS in administration panel

  - CVE-2023-0313: Stored XSS on user management, category, add new FAQ, add news and configuration

  - CVE-2023-0314: Reflected XSS which can help in any CSRF vulnerability");

  script_tag(name:"affected", value:"phpMyFAQ prior to version 3.1.10.");

  script_tag(name:"solution", value:"Update to version 3.1.10 or later.");

  script_xref(name:"URL", value:"https://huntr.dev/bounties/cbba22f0-89ed-4d01-81ea-744979c8cbde/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/fac01e9f-e3e5-4985-94ad-59a76485f215/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/83cfed62-af8b-4aaa-94f2-5a33dc0c2d69/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/c03c5925-43ff-450d-9827-2b65a3307ed6/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/051d5e20-7fab-4769-bd7d-d986b804bb5a/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/82b0b629-c56b-4651-af3f-17f749751857/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/f50ec8d1-cd60-4c2d-9ab8-3711870d83b9/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/bc27e84b-1f91-4e1b-a78c-944edeba8256/");
  script_xref(name:"URL", value:"https://huntr.dev/bounties/eac0a9d7-9721-4191-bef3-d43b0df59c67/");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if (version_is_less(version: version, test_version: "3.1.10")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "3.1.10", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Sep 2025 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.19.8
CVSS 39.8
EPSS0.00928
SSVC
25