Lucene search
K

Rio Karma MP3 Player File Upload Service Detection

🗓️ 15 Feb 2005 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 20 Views

Detects Rio Karma MP3 player upload service; ensure compliance with security policy.

Code
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#


include('deprecated_nasl_level.inc');
include("compat.inc");

if(description)
{
  script_id(16462);
  script_version("1.14");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_name(english:"Rio Karma MP3 Player File Upload Service Detection");

  script_set_attribute(attribute:"synopsis", value:
"A hardware device which may not be approved by your corporate security
policy is plugged into the network.");
  script_set_attribute(attribute:"description", value:
"The remote device seems to be a Rio Karma MP3 player, running the Rio Kama
file upload service.

Make sure the use of such network devices are done in accordance with your 
corporate security policy.");
  script_set_attribute(attribute:"solution", value:
"If this device is not needed, disable it or filter incoming traffic
to this IP address.");
  script_set_attribute(attribute:"risk_factor", value:"None");

  script_set_attribute(attribute:"plugin_publication_date", value:"2005/02/15");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"asset_inventory", value:"True");
  script_set_attribute(attribute:"hardware_inventory", value:"True");
  script_set_attribute(attribute:"os_identification", value:"True");
  script_set_attribute(attribute:"cpe", value:"x-cpe:/h:riokarma:riokarma_player");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Service detection");

  script_copyright(english:"This script is Copyright (C) 2005-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("find_service1.nasl");
  script_require_ports(8302);

  exit(0);
}


include("global_settings.inc");
include("misc_func.inc");

if ( get_port_state(8302) == 0 ) exit(0);
soc = open_sock_tcp(8302);
if ( ! soc ) exit(0);

send(socket:soc, data:raw_string(0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08));
r = recv(socket:soc, length:8);
if ( hexstr(r) == "5269c58d01000000" )
{
 register_service(port:8302, proto:"rio-karma-upload");
 security_note(8302);
}

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