phpBB < 3.2.6 Multiple Vulnerabilities
🗓️ 06 May 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType
openvas🔗 plugins.openvas.org👁 108 Views
| Reporter | Title | Published | Views | Family All 30 |
|---|---|---|---|---|
| phpBB 3.2.5 Denial Of Service Vulnerability | 3 May 201900:00 | – | zdt | |
| CVE-2019-9826 | 25 Apr 202419:37 | – | circl | |
| phpBB cross-site request forgery vulnerability (CNVD-2019-13384) | 5 May 201900:00 | – | cnvd | |
| CVE-2019-11767 | 5 May 201905:29 | – | cve | |
| CVE-2019-9826 | 2 May 201920:43 | – | cve | |
| CVE-2019-11767 | 5 May 201905:29 | – | cvelist | |
| CVE-2019-9826 | 2 May 201920:43 | – | cvelist | |
| [SECURITY] [DLA 1775-1] phpbb3 security update | 4 May 201911:50 | – | debian | |
| Debian DLA-1775-1 : phpbb3 security update | 6 May 201900:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2019-11767 | 10 Sep 202500:00 | – | nessus |
10
| Source | Link |
|---|---|
| openwall | www.openwall.com/lists/oss-security/2019/04/29/3 |
| phpbb | www.phpbb.com/community/viewtopic.php |
# SPDX-FileCopyrightText: 2019 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:phpbb:phpbb";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.112571");
script_version("2026-05-21T06:54:30+0000");
script_tag(name:"last_modification", value:"2026-05-21 06:54:30 +0000 (Thu, 21 May 2026)");
script_tag(name:"creation_date", value:"2019-05-06 10:27:11 +0200 (Mon, 06 May 2019)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-05-04 14:29:00 +0000 (Sat, 04 May 2019)");
script_cve_id("CVE-2019-9826", "CVE-2019-11767");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("phpBB < 3.2.6 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_phpbb_http_detect.nasl");
script_mandatory_keys("phpbb/detected");
script_tag(name:"summary", value:"phpBB 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 flaws exist:
- CVE-2019-9826: Successful exploitation generates a slow SQL query which causes the database
engine used by phpBB to consume all available CPU resources. Depending upon the database engine,
users will also be completely unable to create or modify posts due to locks on the search index
tables. The slowness of the query depends on the size of the search_wordlist and search_wordmatch
tables.
- CVE-2019-11767 Server-side request forgery (SSRF) allows checking for the existence of files
and services on the local network of the host through the remote avatar upload function.");
script_tag(name:"impact", value:"Successful exploitation would allow an attacker to trigger a
denial of service attack via the keywords URL parameter of search.php and to check for the
existence of files and services.");
script_tag(name:"affected", value:"phpBB prior to version 3.2.6.");
script_tag(name:"solution", value:"Update to version 3.2.6 or later.");
script_xref(name:"URL", value:"https://www.openwall.com/lists/oss-security/2019/04/29/3");
script_xref(name:"URL", value:"https://www.phpbb.com/community/viewtopic.php?f=14&t=2509941");
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 );
vers = infos["version"];
path = infos["location"];
if( version_is_less( version:vers, test_version:"3.2.6" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"3.2.6", install_path:path );
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
21 May 2026 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 25
CVSS 37.5
EPSS0.02297