| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| Adminer Server-Side Request Forgery Vulnerability | 5 Mar 201800:00 | – | cnvd | |
| CVE-2018-7667 | 5 Mar 201807:00 | – | cve | |
| CVE-2018-7667 | 5 Mar 201807:00 | – | cvelist | |
| [SECURITY] [DLA 1311-1] adminer security update | 22 Mar 201815:11 | – | debian | |
| CVE-2018-7667 | 5 Mar 201807:00 | – | debiancve | |
| Debian DLA-1311-1 : adminer security update | 23 Mar 201800:00 | – | nessus | |
| openSUSE Security Update : adminer (openSUSE-2018-253) | 15 Mar 201800:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2018-7667 | 30 Aug 202500:00 | – | nessus | |
| Adminer < 4.4.0 Server-Side Request Forgery | 27 Jul 202100:00 | – | nessus | |
| EUVD-2021-0529 | 5 Mar 201807:00 | – | euvd |
# 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:adminer:adminer";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.108533");
script_version("2025-09-02T05:39:48+0000");
script_tag(name:"last_modification", value:"2025-09-02 05:39:48 +0000 (Tue, 02 Sep 2025)");
script_tag(name:"creation_date", value:"2019-01-20 14:05:39 +0100 (Sun, 20 Jan 2019)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/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:"2018-03-27 13:32:00 +0000 (Tue, 27 Mar 2018)");
script_cve_id("CVE-2018-7667");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"Mitigation");
script_name("Adminer < 4.7.8 SSRF Vulnerability - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_adminer_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("adminer/detected", "Host/runs_windows");
script_tag(name:"summary", value:"Adminer is prone to a server-side request forgery (SSRF)
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Adminer allows unauthenticated connections to be initiated to
arbitrary systems/ports.");
script_tag(name:"impact", value:"This vulnerability can be used to potentially bypass firewalls
to identify internal hosts and perform port scanning of other servers for reconnaissance
purposes.");
script_tag(name:"affected", value:"Adminer versions prior to 4.7.8.");
script_tag(name:"solution", value:"Update to version 4.7.8 or later.
Note: Version 4.4.0 only partially mitigating this vulnerability for privileged ports (ports in
the range of <= 1024) but version 4.7.8 or later is required to fully mitigating this
vulnerability for unprivileged ports (in the range of > 1024).");
script_xref(name:"URL", value:"https://github.com/vrana/adminer/security/advisories/GHSA-43f8-p5w3-5m25");
script_xref(name:"URL", value:"https://github.com/vrana/adminer/releases/tag/v4.7.8");
script_xref(name:"URL", value:"https://github.com/vrana/adminer/releases/tag/v4.4.0");
script_xref(name:"URL", value:"https://github.com/vrana/adminer/commit/35bfaa7506eab0e9425862102af0316f573f895f");
script_xref(name:"URL", value:"https://github.com/vrana/adminer/commit/0fae40fb611b5c8167fa2b8d40bf576a8935a380");
script_xref(name:"URL", value:"http://hyp3rlinx.altervista.org/advisories/ADMINER-UNAUTHENTICATED-SERVER-SIDE-REQUEST-FORGERY.txt");
script_xref(name:"URL", value:"https://seclists.org/fulldisclosure/2018/Jan/64");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/43593");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! info = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
exit( 0 );
vers = info["version"];
dir = info["location"];
if( version_is_less( version:vers, test_version:"4.7.8" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"4.7.8", install_path:dir );
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