#
# (C) Tenable Network Security, Inc.
#
# routed from OpenBSD or Linux rejects routes that are not sent by a neighbour
#
# The real test is done by rip_poison.nasl - this was split into two scripts
# as the CVSS scores are very different on a LAN and a WAN.
include("compat.inc");
if(description)
{
script_id(39587);
script_version ("$Revision: 1.5 $");
script_cvs_date("$Date: 2013/01/25 01:19:09 $");
script_name(english: "RIP Poisoning Routing Table Modification (Adjacent Network)");
script_summary(english: "Poison routing tables through RIP (adjacent network)");
script_set_attribute(attribute:"synopsis", value:
"Routing tables can be modified." );
script_set_attribute(attribute:"description", value:
"It was possible to poison the remote host routing tables through the
RIP protocol.
An attacker may use this to hijack network connections.
Several RIP agents reject routes that are not sent by a neighbor, so
this flaw may not be exploitable from a non-adjacent network.");
script_set_attribute(attribute:"solution", value:
"Either disable the RIP listener if it is not used, use RIP-2 in
conjunction with authentication, or use another routing protocol." );
script_set_cvss_base_vector("CVSS2#AV:A/AC:L/Au:N/C:P/I:P/A:P");
script_set_attribute(attribute:"plugin_publication_date", value: "2009/07/02");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_category(ACT_ATTACK);
script_copyright(english:"This script is Copyright (C) 2009-2013 Tenable Network Security, Inc.");
script_family(english: "Misc.");
script_dependencie("rip_poison.nasl");
script_require_keys("Services/udp/rip");
exit(0);
}
if (! islocalnet()) exit(0);
port = get_kb_item("Services/udp/rip");
if (! port) port = 520;
if (get_kb_item('rip/'+port+'/poison'))
security_warning(port: port, proto: "udp");
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