Lucene search
+L

phpBB < 3.1.11, 3.2.x < 3.2.1 Multiple Vulnerabilities

🗓️ 10 Aug 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

phpBB < 3.1.11, 3.2.x < 3.2.1 Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
phpBB Server-Side Request Forgery Vulnerability
3 Jan 201800:00
cnvd
cve
CVE
CVE-2017-1000419
2 Jan 201819:00
cve
cvelist
Cvelist
CVE-2017-1000419
2 Jan 201819:00
cvelist
euvd
EUVD
EUVD-2022-3403
3 Oct 202520:07
euvd
github
Github Security Blog
phpBB Server-Side Request Forgery (SSRF)
14 May 202203:50
github
nvd
NVD
CVE-2017-1000419
2 Jan 201819:29
nvd
osv
OSV
GHSA-9JM4-RG99-566C phpBB Server-Side Request Forgery (SSRF)
14 May 202203:50
osv
prion
Prion
Server side request forgery (ssrf)
2 Jan 201819:29
prion
redhatcve
RedhatCVE
CVE-2017-1000419
22 May 202510:59
redhatcve
ubuntucve
UbuntuCve
CVE-2017-1000419
2 Jan 201819:29
ubuntucve
# SPDX-FileCopyrightText: 2017 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.140291");
  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:"2017-08-10 16:43:53 +0700 (Thu, 10 Aug 2017)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-01-16 18:12:00 +0000 (Tue, 16 Jan 2018)");

  script_cve_id("CVE-2017-1000419");

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

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

  script_name("phpBB < 3.1.11, 3.2.x < 3.2.1 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 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-2017-1000419: Server-side request forgery (SSRF) in the remote avatar functionality which
  could be used to perform service discovery on internal and external networks as well as retrieve
  images which are usually restricted to local access.

  - No CVE: Cross-site scripting (XSS) via version check files.");

  script_tag(name:"affected", value:"phpBB prior to version 3.1.11 and version 3.2.0.");

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

  script_xref(name:"URL", value:"https://www.phpbb.com/community/viewtopic.php?f=14&t=2430891");
  script_xref(name:"URL", value:"https://www.phpbb.com/community/viewtopic.php?f=14&t=2430926");
  script_xref(name:"URL", value:"https://www.sec-consult.com/en/Vulnerability-Lab/Advisories.htm");

  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.11"))
  fix = "3.1.11";

if (version =~ "^3\.2\.") {
  if (version_is_less(version: version, test_version: "3.2.1"))
    fix = "3.2.1";
}

if (fix) {
  report = report_fixed_ver(installed_version: version, fixed_version: fix, 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

21 May 2026 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
CVSS 37.5
EPSS0.01318
29